chore: upgrade atlas docker image to canary v1.1.7#2873
Merged
migmartri merged 2 commits intochainloop-dev:mainfrom Mar 18, 2026
Merged
chore: upgrade atlas docker image to canary v1.1.7#2873migmartri merged 2 commits intochainloop-dev:mainfrom
migmartri merged 2 commits intochainloop-dev:mainfrom
Conversation
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
There was a problem hiding this comment.
2 issues found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="app/controlplane/Dockerfile.migrations">
<violation number="1" location="app/controlplane/Dockerfile.migrations:3">
P2: The `from:` annotation should record the concrete Atlas tag, not `latest`. Using a mutable tag here breaks the traceability of the pinned digest and can mislead future updates or manual verification.</violation>
<violation number="2" location="app/controlplane/Dockerfile.migrations:6">
P1: Keep the deployment Atlas version aligned with `common.mk` and CI. Right now migrations are validated with `v1.1.6` but deployed with a `v1.1.7` canary, so Atlas-specific behavior can fail only in production.
(Based on your team's feedback about cross-component and version compatibility.) [FEEDBACK_USED]</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
migmartri
approved these changes
Mar 17, 2026
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.
Upgrades the Atlas Docker image used for running database migrations from stable v1.1.6 to canary v1.1.7-0f00ade-canary (digest
sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02).Only
Dockerfile.migrationsis updated;common.mkand the CI test workflow retain v1.1.6 since the release is not yet done..