From f9d33ee3bcb99ef0d51146f9b51f19b6db450569 Mon Sep 17 00:00:00 2001 From: Daniel Brauer Date: Fri, 13 Dec 2024 14:15:18 -0500 Subject: [PATCH] docs tweak, updated docker img location Signed-off-by: Daniel Brauer --- docs/root/ops.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/root/ops.md b/docs/root/ops.md index 3fbcd4645..ecc637451 100644 --- a/docs/root/ops.md +++ b/docs/root/ops.md @@ -63,11 +63,11 @@ A production-ready docker image is available in [GitHub Container Registry](http use the tag or digest associated with your desired release version, e.g. ```bash -docker pull ghcr.io/lyft/cartography:0.61.0 +docker pull ghcr.io/cartography-cncf/cartography:0.96.1 ``` -This image can then be ran with any of your desired command line flags: +This image can then be run with any of your desired command line flags: ```bash -docker run --rm ghcr.io/lyft/cartography:0.61.0 --help +docker run --rm ghcr.io/cartography-cncf/cartography:0.96.1 --help ```