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
Conversation
Bumps the docker-images group with 1 update in the /crates/registry-relay directory: rust. Updates `rust` from 1.95-trixie to 1.96-trixie --- updated-dependencies: - dependency-name: rust dependency-version: 1.96-trixie dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a14e8ed5fe
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| # 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.
Update the Debian 13 image contract with the Rust bump
With this Dockerfile bumped to rust:1.96-trixie, the committed CI gate still requires the old rust:1.95-trixie builder: .github/workflows/ci.yml runs python3 release/scripts/check-debian13-images.py, whose RUST_BUILDER constant is still 1.95, so running that check now fails for both crates/registry-relay/Dockerfile and Dockerfile.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 👍 / 👎.
|
|
||
| # 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.
Update the Debian 13 image contract with the Rust bump
With this Dockerfile bumped to rust:1.96-trixie, the committed CI gate still requires the old rust:1.95-trixie builder: .github/workflows/ci.yml runs python3 release/scripts/check-debian13-images.py, whose RUST_BUILDER constant is still 1.95, so running that check now fails for both crates/registry-relay/Dockerfile and Dockerfile.demo. Please update the image contract/check fixtures together with the Dockerfile bump so Relay's required preflight can pass.
Useful? React with 👍 / 👎.
Bumps the docker-images group with 1 update in the /crates/registry-relay directory: rust.
Updates
rustfrom 1.95-trixie to 1.96-trixieDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions