Bump ubi9/ubi-minimal from 9.7-1776645941 to 9.7-1776833838 in /build#603
Bump ubi9/ubi-minimal from 9.7-1776645941 to 9.7-1776833838 in /build#603dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps ubi9/ubi-minimal from 9.7-1776645941 to 9.7-1776833838. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1776833838 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThe pull request updates the base image version used in two Dockerfiles from tag Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
build/Dockerfile (1)
11-11: Pin the base image by digest for immutable rebuilds and supply-chain control.Both
build/Dockerfile(line 11) andbuild/Dockerfile.olm-registry(line 7) use mutable tags without digest pins. Add@sha256:digestto each reference so rebuilds remain reproducible even if the tag is repointed.🔧 Proposed change
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838@sha256:<resolved_digest>🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@build/Dockerfile` at line 11, The FROM instruction currently uses a mutable tag ("ubi-minimal:9.7-1776833838"); replace that tag with a pinned digest form by appending `@sha256`:<actual-digest> to ensure immutable rebuilds and supply-chain control—update the FROM line in the Dockerfile (the FROM instruction) and make the parallel change in build/Dockerfile.olm-registry (the analogous FROM instruction) to use the exact sha256 digest for the same registry image.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@build/Dockerfile`:
- Line 11: The FROM instruction currently uses a mutable tag
("ubi-minimal:9.7-1776833838"); replace that tag with a pinned digest form by
appending `@sha256`:<actual-digest> to ensure immutable rebuilds and supply-chain
control—update the FROM line in the Dockerfile (the FROM instruction) and make
the parallel change in build/Dockerfile.olm-registry (the analogous FROM
instruction) to use the exact sha256 digest for the same registry image.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 9506db35-bf68-40e5-8ed5-75cb23f98a51
📒 Files selected for processing (2)
build/Dockerfilebuild/Dockerfile.olm-registry
|
@dependabot[bot]: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #603 +/- ##
=======================================
Coverage 53.59% 53.59%
=======================================
Files 123 123
Lines 6165 6165
=======================================
Hits 3304 3304
Misses 2668 2668
Partials 193 193 🚀 New features to boost your workflow:
|
Bumps ubi9/ubi-minimal from 9.7-1776645941 to 9.7-1776833838.
Dependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit