Migrate container registry from Docker Hub to Quay.io - #157
Merged
Merged
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The README includes a misspelled placeholder (<astra-datbase-id>) in updated sections, and the release workflow changes keep using outdated Docker GitHub Action versions that increase the risk of runtime/deprecation breakage.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
This PR migrates the published container image references and release automation from Docker Hub to Quay.io, aligning documentation, Kubernetes manifests, and the GitHub release workflow with the new registry location.
Changes:
- Update README Docker run examples to pull
quay.io/datastax/cql-proxyimages instead ofdatastax/cql-proxy. - Update the Kubernetes deployment manifest to use the Quay.io image.
- Update the release GitHub Actions workflow to authenticate to Quay.io and push Quay.io-tagged images.
File summaries
| File | Description |
|---|---|
| README.md | Switches documented Docker image references to Quay.io. |
| k8s/cql-proxy.yml | Switches Kubernetes deployment image reference to Quay.io. |
| .github/workflows/release.yaml | Logs in to Quay.io and pushes Quay.io-tagged images during releases. |
Review details
Suppressed comments (1)
README.md:87
- The placeholder
<astra-datbase-id>is misspelled; it should match the flag name and the other README examples (<astra-database-id>).
-e ASTRA_TOKEN=<astra-token> -e ASTRA_DATABASE_ID=<astra-datbase-id>
- Files reviewed: 3/3 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.