-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): Bump the docker-images group across 1 directory with 2 updates #1194
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e | ||
|
|
||
| FROM rust:1.95-trixie@sha256:f49565f188ee00bc2a18dd418183f2c5f23ef7d6e691890517ed341a598f67c3 AS builder | ||
| FROM rust:1.97-trixie@sha256:b1b3c9c0d921d7fa0a6d1f9ec7e4eab87f8c8ec97644c3d791450f131dec813f 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.
This recipe now builds under the Rust 1.97 base, but AGENTS.md reference: AGENTS.md:L416-L418 Useful? React with 👍 / 👎. 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. Commit AGENTS.md reference: AGENTS.md:L405-L407 Useful? React with 👍 / 👎. 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.
This grouped update changes both shared image identities only under AGENTS.md reference: AGENTS.md:L416-L418 Useful? React with 👍 / 👎. |
||
|
|
||
| # pg_query 6.1.1 always invokes bindgen and regenerates its Rust protobuf types | ||
| # when Cargo exposes a protoc command. Freeze the archive and build packages so | ||
|
|
||
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.
All five runtime Dockerfiles now use this new Distroless digest, while
release/scripts/check-debian13-images.py:67-70and the five advisory baselines still bind the old base and layer identities. The image-contract command invoked by.github/workflows/ci.yml:131and.github/workflows/release-candidate.yml:219therefore fails immediately; after updating the policy constant, advisory verification will also reject the changed base until its security evidence is explicitly reviewed and renewed. Carry those guarded release updates with the digest bump.AGENTS.md reference: AGENTS.md:L416-L418
Useful? React with 👍 / 👎.