From 8ea34d5f8d17f970701f5d14ce4be660ef7ac711 Mon Sep 17 00:00:00 2001 From: Luisina Santos Date: Fri, 4 Sep 2026 18:08:51 -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 44a9b2b9..197f37c5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ baton resources ## docker ``` -docker run --rm -v $(pwd):/out -e BATON_DSN="server=127.0.0.1;user id=sa;password=devP@ssw0rd;port=1433" ghcr.io/conductorone/baton-sql-server:latest -f "/out/sync.c1z" +docker run --rm -v $(pwd):/out -e BATON_DSN="server=127.0.0.1;user id=sa;password=devP@ssw0rd;port=1433" public.ecr.aws/conductorone/baton-sql-server:latest -f "/out/sync.c1z" docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources ```