From e1855ab6d3db54c84b6a8340ad357c7fc90d9b29 Mon Sep 17 00:00:00 2001 From: Luisina Santos Date: Fri, 4 Sep 2026 17:34:56 -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 2898259..1352320 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ baton resources ## docker ``` -docker run --rm -v $(pwd):/out -e BATON_DSN=postgres://username:password@localhost:5432/database_name ghcr.io/conductorone/baton-postgresql:latest -f "/out/sync.c1z" +docker run --rm -v $(pwd):/out -e BATON_DSN=postgres://username:password@localhost:5432/database_name public.ecr.aws/conductorone/baton-postgresql:latest -f "/out/sync.c1z" docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources ```