Skip to content

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 12db987#4088

Merged
openshift-merge-bot[bot] merged 1 commit into
masterfrom
konflux/mintmaker/master/registry.access.redhat.com-ubi9-ubi-minimal-latest
May 13, 2026
Merged

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 12db987#4088
openshift-merge-bot[bot] merged 1 commit into
masterfrom
konflux/mintmaker/master/registry.access.redhat.com-ubi9-ubi-minimal-latest

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented May 12, 2026

This PR contains the following updates:

Package Type Update Change
registry.access.redhat.com/ubi9/ubi-minimal final digest fe9e57412db987

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

…t docker digest to 12db987

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

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: 6dde450a-729d-4209-96a6-72a72cddbcb8

📥 Commits

Reviewing files that changed from the base of the PR and between 811daee and a87efdf.

📒 Files selected for processing (1)
  • Containerfile

📝 Walkthrough

Walkthrough

The Containerfile has been updated to refresh the runtime base image for the operator stage. The ubi-minimal image digest has been changed from the previous identifier to a new one, reflecting an update to the underlying base image layer. The modification affects line 183 of the Containerfile. All subsequent build stages, labels, copied payloads, and runtime commands remain unmodified.

Suggested reviewers

  • mansikulkarni96
  • jrvaldes
🚥 Pre-merge checks | ✅ 17
✅ Passed checks (17 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating a Docker base image digest in the Containerfile, which is the only substantive modification in this dependency update PR.
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.
Go Best Practices & Build Tags ✅ Passed PR only updates Docker base image digest in Containerfile. Check covers Go error handling and build tags—not applicable to container image dependency updates.
Security: Secrets, Ssh & Csr ✅ Passed PR only updates UBI-minimal image digest in Containerfile. No changes to credential handling, SSH management, or CSR approval logic. Security mechanisms remain intact.
Kubernetes Controller Patterns ✅ Passed Check not applicable. PR updates only Containerfile image digest. Controller patterns (reconciliation, requeue, finalizers) do not apply to container build specifications.
Windows Service Management ✅ Passed Check is not applicable. PR only updates Docker image digest in Containerfile; no Windows service management code is modified.
Platform-Specific Requirements ✅ Passed PR is a base image digest update with no code changes. The check covers Windows node platform constraints (vSphere, AWS, Azure, GCP) that are not affected by base image digest updates.
Stable And Deterministic Test Names ✅ Passed Custom check is not applicable. This repository uses Go standard testing (testing.T with t.Run()), not Ginkgo. No Ginkgo test names exist to validate.
Test Structure And Quality ✅ Passed Check not applicable. PR adds test files using Go testing + testify, not Ginkgo. Check targets Ginkgo It blocks, BeforeEach/AfterEach, Eventually calls.
Microshift Test Compatibility ✅ Passed This PR contains only a dependency update (Containerfile digest change from fe9e574 to 12db987). No new Ginkgo e2e tests were added. The check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests present. This PR only updates the docker digest in Containerfile. SNO check applies only to new test additions, so it is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed This PR only updates a Containerfile base image digest. The topology check applies only to deployment manifests, operator code, or controllers—none of which are modified here.
Ote Binary Stdout Contract ✅ Passed This PR only updates a Containerfile base image digest (ubi-minimal). The OTE Binary Stdout Contract check validates Go code runtime behavior. No Go code was modified, so the check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds standard Go tests (testing.T), not Ginkgo tests. Custom check applies only to Ginkgo tests (It(), Describe(), Context(), When()). No Ginkgo tests found in this PR.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/registry.access.redhat.com-ubi9-ubi-minimal-latest

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

@jrvaldes
Copy link
Copy Markdown
Contributor

/approve

@jrvaldes
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 13, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 13, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jrvaldes, 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 13, 2026

@red-hat-konflux: 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.

@openshift-merge-bot openshift-merge-bot Bot merged commit 9d4bef1 into master May 13, 2026
5 checks passed
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/master/registry.access.redhat.com-ubi9-ubi-minimal-latest branch May 13, 2026 23:41
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