chore(deps): bump distroless/cc-debian13 from d97bc0a to a77defd in /release/docker in the docker-images group across 1 directory - #823
Conversation
Bumps the docker-images group with 1 update in the /release/docker directory: distroless/cc-debian13. Updates `distroless/cc-debian13` from `d97bc0a` to `a77defd` --- updated-dependencies: - dependency-name: distroless/cc-debian13 dependency-version: nonroot 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: bbae5f3b81
ℹ️ 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".
| && find /workspace/runtime-root -exec touch -h --date="@${SOURCE_DATE_EPOCH}" {} + | ||
|
|
||
| FROM gcr.io/distroless/cc-debian13:nonroot@sha256:d97bc0a941b8d4be647dc0ee75b264ddbb772f1ac5ba690a4309c00723b23775 AS runtime | ||
| FROM gcr.io/distroless/cc-debian13:nonroot@sha256:a77defd6fedbb3392b175ba8ea3d1c22be963c1597c248c3ba987ddd80bfb512 AS runtime |
There was a problem hiding this comment.
Keep the enforced Distroless digest in sync
With any of these new FROM lines, the required Check Debian 13 image contract CI step fails because release/scripts/check-debian13-images.py:21-24 still defines DISTROLESS_RUNTIME with the old d97bc0a... digest and requires that exact reference for every release Dockerfile. Running the checker on this commit reports all four changed files as missing the required runtime (and causes cascading stage-shape failures), so the canonical constant and other maintained surfaces such as docker/Dockerfile need to be updated together with this bump.
Useful? React with 👍 / 👎.
Bumps the docker-images group with 1 update in the /release/docker directory: distroless/cc-debian13.
Updates
distroless/cc-debian13fromd97bc0atoa77defdDependabot 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