-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump rust from 1.95-trixie to 1.96-trixie in /crates/registry-relay in the docker-images group across 1 directory #646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| ARG REGISTRY_RELAY_FEATURES="attribute-release,crosswalk-runtime" | ||
|
|
||
| # Keep the tag for humans and the digest for reproducible pulls. | ||
| FROM rust:1.95-trixie@sha256:f49565f188ee00bc2a18dd418183f2c5f23ef7d6e691890517ed341a598f67c3 AS builder | ||
| FROM rust:1.96-trixie@sha256:1f0dbad1df66647807e6952d1db85d0b2bda7606cb2139d82517e4f009967376 AS builder | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
With this Dockerfile bumped to Useful? React with 👍 / 👎. |
||
| ARG REGISTRY_RELAY_FEATURES | ||
| WORKDIR /workspace/registry_relay | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this Dockerfile bumped to
rust:1.96-trixie, the committed CI gate still requires the oldrust:1.95-trixiebuilder:.github/workflows/ci.ymlrunspython3 release/scripts/check-debian13-images.py, whoseRUST_BUILDERconstant is still 1.95, so running that check now fails for bothcrates/registry-relay/DockerfileandDockerfile.demo. Please update the image contract/check fixtures together with the Dockerfile bump so Relay's required preflight can pass.AGENTS.md reference: crates/registry-relay/AGENTS.md:L8-L11
Useful? React with 👍 / 👎.