Update deprecated ghcr.io image reference to public.ecr.aws - #53
Update deprecated ghcr.io image reference to public.ecr.aws#53luisina-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_ACCESS_TOKEN_NAME=your-token-name -e BATON_ACCESS_TOKEN_SECRET=your-token-secret -e BATON_SERVER_PATH=us-east-1.online.tableau.com -e BATON_SITE_ID=your-site-id ghcr.io/conductorone/baton-tableau:latest -f "/out/sync.c1z" | ||
| docker run --rm -v $(pwd):/out -e BATON_ACCESS_TOKEN_NAME=your-token-name -e BATON_ACCESS_TOKEN_SECRET=your-token-secret -e BATON_SERVER_PATH=us-east-1.online.tableau.com -e BATON_SITE_ID=your-site-id public.ecr.aws/conductorone/baton-tableau: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 in the same code block still points at ghcr.io/conductorone/baton:latest. If the ghcr.io deprecation is org-wide (as the PR description implies), this reference is stale too and users copying the block will hit the deprecated registry for the second command. Worth confirming whether public.ecr.aws/conductorone/baton:latest is published and updating it here as well. (Confidence: medium — the baton CLI image lives in a different repo, so the scoping choice may be deliberate.)
Connector PR Review: Update deprecated ghcr.io image reference to public.ecr.awsBlocking Issues: 0 | Suggestions: 1 | Threads Resolved: 0 Review SummaryThis PR is a single-line documentation change swapping the connector's own docker image reference in Security IssuesNone found. Correctness IssuesNone found. Suggestions
Prompt for AI agents |
Summary
ghcr.io/conductorone/baton-tableau:latest; container images are now published topublic.ecr.aws/conductorone/baton-tableau:latestinstead.Test plan
public.ecr.aws/conductorone/baton-tableau:latestresolves (manifest exists) before opening this PR.🤖 Generated with Claude Code