Skip to content

Update registry.redhat.io/ubi9/ubi Docker digest to 8bf0e8f main#2133

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/registry.redhat.io-ubi9-ubi
Jul 2, 2026
Merged

Update registry.redhat.io/ubi9/ubi Docker digest to 8bf0e8f main#2133
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/registry.redhat.io-ubi9-ubi

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
registry.redhat.io/ubi9/ubi final digest 37a15898bf0e8f

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Jun 30, 2026
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 4ad4fa1a-c34a-4ee4-86cb-32aab0e521d2

📥 Commits

Reviewing files that changed from the base of the PR and between 691196b and 12a163f.

📒 Files selected for processing (2)
  • bundle.Dockerfile
  • bundle.developer.Dockerfile
✅ Files skipped from review due to trivial changes (1)
  • bundle.Dockerfile
🚧 Files skipped from review as they are similar to previous changes (1)
  • bundle.developer.Dockerfile

Walkthrough

This PR updates the builder-stage UBI9 image digest in both bundle.Dockerfile and bundle.developer.Dockerfile. No other build instructions changed.

Changes

UBI9 Builder Image Digest Update

Layer / File(s) Summary
Builder stage digest pin
bundle.Dockerfile, bundle.developer.Dockerfile
Both Dockerfiles update the builder stage FROM line to a new registry.redhat.io/ubi9/ubi SHA256 digest.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Sequence Diagram(s)

sequenceDiagram
  participant bundle.Dockerfile
  participant bundle.developer.Dockerfile
  participant registry.redhat.io/ubi9/ubi
  bundle.Dockerfile->>registry.redhat.io/ubi9/ubi: fetch new SHA256 digest
  bundle.developer.Dockerfile->>registry.redhat.io/ubi9/ubi: fetch new SHA256 digest
Loading

Possibly related PRs

Suggested labels: lgtm

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the change: updating the UBI9 base image digest to 8bf0e8f in the Dockerfiles.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR only updates Dockerfile base-image digests; no Ginkgo test titles or test files were changed, so the naming rule is unaffected.
Test Structure And Quality ✅ Passed PR only updates Dockerfile digests; no Ginkgo test code or test logic changed, so this test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Only bundle Dockerfile base-image digests changed; no Ginkgo e2e tests or OpenShift API usage were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates UBI base-image digests in two Dockerfiles; no Ginkgo/e2e test files or test logic were added or modified.
Topology-Aware Scheduling Compatibility ✅ Passed PR only bumps UBI base image digests in two Dockerfiles; no deployment manifests, operator code, or controllers were changed.
Ote Binary Stdout Contract ✅ Passed PR only bumps UBI base-image digests in two Dockerfiles; no OTE binary code or process-level stdout writes are changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only bundle Dockerfile base-image digests changed; no Ginkgo e2e tests or networked test code were added.
No-Weak-Crypto ✅ Passed PASS: Both Dockerfiles only update UBI9 base-image digests; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or secret-comparison code appears in the files.
Container-Privileges ✅ Passed Only Dockerfile base-image digests changed; the bundle manifest uses runAsNonRoot:true and allowPrivilegeEscalation:false, with no privileged/host* settings.
No-Sensitive-Data-In-Logs ✅ Passed Only base-image digests changed in two Dockerfiles; no log statements or sensitive-data-bearing strings were added.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/registry.redhat.io-ubi9-ubi

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Jun 30, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci

openshift-ci Bot commented Jun 30, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/registry.redhat.io-ubi9-ubi branch from 691196b to 12a163f Compare July 1, 2026 21:29
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2026
@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions 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.

@kannon92

kannon92 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 2, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 0679801 into main Jul 2, 2026
20 checks passed
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/registry.redhat.io-ubi9-ubi branch July 2, 2026 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant