Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961 in /build#441
Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961 in /build#441dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1777857961 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughTwo Dockerfile base image tags are updated from UBI9 minimal ChangesBase Image Tag Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 warning)
✅ Passed checks (10 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
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. |
|
[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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
build/Dockerfile.olm-registry (1)
7-7: ⚡ Quick winPin the UBI base image by digest in both Dockerfiles for reproducible and safer builds.
Using only a tag leaves rebuilds non-deterministic if the tag is republished. Keep the tag for readability, but add
@sha256:<digest>for immutability.Suggested changes
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961@sha256:<resolved-digest>Apply the same change to both
build/Dockerfile(line 11) andbuild/Dockerfile.olm-registry(line 7).🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@build/Dockerfile.olm-registry` at line 7, The FROM instruction currently uses the mutable tag "registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961"; update that line to pin the image by digest by appending `@sha256`:<actual-digest> (keep the tag for readability) so the instruction becomes "FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961@sha256:<digest>"; apply the exact same change to the matching FROM line in the other Dockerfile to ensure both builds are reproducible and immutable.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@build/Dockerfile.olm-registry`:
- Line 7: The FROM instruction currently uses the mutable tag
"registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961"; update that line
to pin the image by digest by appending `@sha256`:<actual-digest> (keep the tag
for readability) so the instruction becomes "FROM
registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961@sha256:<digest>";
apply the exact same change to the matching FROM line in the other Dockerfile to
ensure both builds are reproducible and immutable.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: b1cacec8-c919-4bcc-999d-007c1335ba93
📒 Files selected for processing (2)
build/Dockerfilebuild/Dockerfile.olm-registry
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #441 +/- ##
=======================================
Coverage 57.15% 57.15%
=======================================
Files 29 29
Lines 2138 2138
=======================================
Hits 1222 1222
Misses 802 802
Partials 114 114 🚀 New features to boost your workflow:
|
|
@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. |
Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961.
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