Update deprecated ghcr.io image reference to public.ecr.aws - #58
Update deprecated ghcr.io image reference to public.ecr.aws#58luisina-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_API_KEY=apiKey ghcr.io/conductorone/baton-linear:latest -f "/out/sync.c1z" | ||
| docker run --rm -v $(pwd):/out -e BATON_API_KEY=apiKey public.ecr.aws/conductorone/baton-linear: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 adjacent baton CLI image on this line still points at ghcr.io/conductorone/baton:latest. If the ghcr.io deprecation applies org-wide (as the PR title implies), this line will break too and the block is now inconsistent — one line on ECR, one on GHCR. Intentionally out of scope per the PR description, so non-blocking, but worth confirming whether public.ecr.aws/conductorone/baton:latest exists and updating it here as well.
Connector PR Review: Update deprecated ghcr.io image reference to public.ecr.awsBlocking Issues: 0 | Suggestions: 1 | Threads Resolved: 0 Review SummaryThe full PR diff was scanned for security and correctness: it is a single-line README documentation change swapping this connector's Docker image from Security IssuesNone found. Correctness IssuesNone found. Suggestions
Prompt for AI agents |
Summary
ghcr.io/conductorone/baton-linear:latest; container images are now published topublic.ecr.aws/conductorone/baton-linear:latestinstead.Test plan
public.ecr.aws/conductorone/baton-linear:latestresolves (manifest exists) before opening this PR.🤖 Generated with Claude Code