Update deprecated ghcr.io image reference to public.ecr.aws - #99
Update deprecated ghcr.io image reference to public.ecr.aws#99luisina-santos wants to merge 1 commit into
Conversation
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 <noreply@anthropic.com>
| ``` | ||
| docker run --rm -v $(pwd):/out -e BATON_TOKEN=token ghcr.io/conductorone/baton-slack:latest -f "/out/sync.c1z" | ||
| docker run --rm -v $(pwd):/out -e BATON_TOKEN=token public.ecr.aws/conductorone/baton-slack:latest -f "/out/sync.c1z" | ||
| docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources |
There was a problem hiding this comment.
🟡 Suggestion: The next line still pulls the baton CLI image from the deprecated ghcr.io registry. It's a different image than this connector's (so intentionally out of scope per the PR description), but if the whole conductorone org has migrated to public.ecr.aws, this line will break for readers following the docker section end-to-end. Worth confirming whether public.ecr.aws/conductorone/baton:latest exists and updating it in the same pass.
Connector PR Review: Update deprecated ghcr.io image reference to public.ecr.awsBlocking Issues: 0 | Suggestions: 1 | Threads Resolved: 0 Review SummaryThis PR changes a single README line, swapping the connector's docker image reference from Security IssuesNone found. Correctness IssuesNone found. Suggestions
Prompt for AI agents |
Summary
ghcr.io/conductorone/baton-slack:latest; container images are now published topublic.ecr.aws/conductorone/baton-slack:latestinstead.Test plan
public.ecr.aws/conductorone/baton-slack:latestresolves (manifest exists) before opening this PR.🤖 Generated with Claude Code