Build(deps): Bump ubi9/ubi-minimal from 9.7-1775623882 to 9.7-1776645941 in /build#278
Conversation
Bumps ubi9/ubi-minimal from 9.7-1775623882 to 9.7-1776645941. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1776645941 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughBase image tags in Dockerfile configurations were updated from digest Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 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.olm-registry (1)
7-7: Pin the base image by digest for reproducible builds.Both
build/Dockerfile.olm-registryandbuild/Dockerfileuse the tagubi9/ubi-minimal:9.7-1776645941, which is mutable. Replace with a digest (e.g.,ubi9/ubi-minimal:9.7-1776645941@sha256:<hash>) to ensure deterministic rebuilds and reduce supply-chain drift.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@build/Dockerfile.olm-registry` at line 7, Replace the mutable base image tag used in the FROM instruction (currently "FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941") with an explicit digest-pinned reference (e.g., "registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941@sha256:<hash>") so builds are reproducible; locate the FROM line in build/Dockerfile.olm-registry, obtain the correct sha256 digest for that exact image version from the registry, and update the Dockerfile to use the digest-pinned 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.olm-registry`:
- Line 7: Replace the mutable base image tag used in the FROM instruction
(currently "FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941")
with an explicit digest-pinned reference (e.g.,
"registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941@sha256:<hash>") so
builds are reproducible; locate the FROM line in build/Dockerfile.olm-registry,
obtain the correct sha256 digest for that exact image version from the registry,
and update the Dockerfile to use the digest-pinned image.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: cbe40bda-2920-41e9-99a8-f51e69ca0ccb
📒 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 #278 +/- ##
=======================================
Coverage 43.28% 43.28%
=======================================
Files 11 11
Lines 834 834
=======================================
Hits 361 361
Misses 424 424
Partials 49 49 🚀 New features to boost your workflow:
|
|
Superseded by #279. |
Bumps ubi9/ubi-minimal from 9.7-1775623882 to 9.7-1776645941.
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