From 2a981966a535b1a7ee19507fda7ac34e5961cc70 Mon Sep 17 00:00:00 2001 From: Luisina Santos Date: Fri, 4 Sep 2026 18:06:06 -0300 Subject: [PATCH] Update deprecated ghcr.io image reference to public.ecr.aws README.md referenced this connector's image via ghcr.io/conductorone; container images are now published to public.ecr.aws/conductorone instead. Only this connector's own image reference was updated. Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c38ff2..71f1c543 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ baton resources ## docker ``` -docker run --rm -v $(pwd):/out -e BATON_API_TOKEN=apiToken ghcr.io/conductorone/baton-sentry:latest -f "/out/sync.c1z" +docker run --rm -v $(pwd):/out -e BATON_API_TOKEN=apiToken public.ecr.aws/conductorone/baton-sentry:latest -f "/out/sync.c1z" docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources ```