-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the docker-images group across 3 directories with 3 updates #559
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.97-trixie@sha256:1bcff4befb740599103a2c7cb51058e14479b2e35e3a34a3f0dc4ede09927488 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.
The changed builder tag is now out of sync with Useful? React with 👍 / 👎. |
||
| ARG REGISTRY_RELAY_FEATURES | ||
| WORKDIR /workspace/registry_relay | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM nginx:1.27.3@sha256:bc2f6a7c8ddbccf55bdb19659ce3b0a92ca6559e86d42677a5a02ef6bda2fcef | ||
| FROM nginx:1.31.3@sha256:5a88c9c45479443d7be2eadc894b4ed0a9801bae03d97a5760ae13b5c2005942 | ||
|
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.
These OpenID conformance base image bumps are not reflected in the runner's pinned-base test: AGENTS.md reference: AGENTS.md:L56-L63 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.
These OpenID conformance base image bumps are not reflected in the runner's pinned-base test: Useful? React with 👍 / 👎. |
||
|
|
||
| RUN openssl req -x509 -nodes -days 3650 -newkey rsa:2048 \ | ||
| -keyout /etc/ssl/private/nginx-selfsigned.key \ | ||
|
|
||
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.
The changed builder tag is now out of sync with
release/scripts/check-debian13-images.py, whereRUST_BUILDERis stillrust:1.95...and the CI step.github/workflows/ci.ymlrunspython3 release/scripts/check-debian13-images.py; with this commit that command fails for this Dockerfile,Dockerfile.demo, andproducts/notary/Dockerfile. Update the image-contract constant and the maintained image surfaces together, otherwise every PR with these Dockerfile bumps fails the required image contract check.AGENTS.md reference: AGENTS.md:L34-L37
Useful? React with 👍 / 👎.