Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ baton resources
## docker

```
docker run --rm -v $(pwd):/out -e BATON_TOKEN=githubAccessToken ghcr.io/conductorone/baton-github-enterprise:latest -f "/out/sync.c1z"
docker run --rm -v $(pwd):/out -e BATON_TOKEN=githubAccessToken public.ecr.aws/conductorone/baton-github-enterprise:latest -f "/out/sync.c1z"
docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Suggestion: The adjacent line still pulls the baton CLI from the deprecated ghcr.io registry. If ConductorOne images have moved to public.ecr.aws org-wide (per CXH-2418), this line will break for users the same way the one above it would have. Confidence: medium — intentionally out of scope per the PR description, but worth confirming public.ecr.aws/conductorone/baton:latest exists and updating it here too.

Suggested change
docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources
docker run --rm -v $(pwd):/out public.ecr.aws/conductorone/baton:latest -f "/out/sync.c1z" resources

```

Expand Down
Loading