Skip to content

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 5b74fce#4143

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

chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 5b74fce#4143
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 26, 2026

This PR contains the following updates:

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

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.

Summary by CodeRabbit

  • Chores
    • Updated the container base image to the latest stable release for improved security and stability.

…t docker digest to 5b74fce

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

coderabbitai Bot commented May 26, 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: 77a1884b-1acf-4177-b399-664faa8ff9fc

📥 Commits

Reviewing files that changed from the base of the PR and between b33e60f and e05fc50.

📒 Files selected for processing (1)
  • Containerfile

📝 Walkthrough

Walkthrough

This PR updates the final operator stage in the Containerfile to pin the registry.access.redhat.com/ubi9/ubi-minimal base image to a new sha256 digest. The base image reference remains the same; only the pinned digest is updated from d1578f... to 5b74fc.... No build logic, operator packaging steps, or stage labels are altered. This is a routine container image maintenance change.

Suggested reviewers

  • jrvaldes
  • mansikulkarni96
🚥 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 and specifically describes the main change: updating a base image digest in the Containerfile.
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 modifies only Containerfile base image digest (d1578f→5b74fce); custom check for Go Best Practices & Build Tags is not applicable to Docker config changes.
Security: Secrets, Ssh & Csr ✅ Passed PR only updates base image digest in Containerfile; no code changes affecting credentials, SSH, or CSR approval logic checked.
Kubernetes Controller Patterns ✅ Passed PR only updates Containerfile base image digest. No controller code, reconciliation logic, or operator patterns were modified.
Windows Service Management ✅ Passed PR only updates Docker image digest in Containerfile (d1578df→5b74fce); no Windows service management code is modified. The check is not applicable to this dependency update PR.
Platform-Specific Requirements ✅ Passed Base image digest-only update; no platform-specific code changes. Existing platform requirements remain documented and unaffected by this dependency update.
Stable And Deterministic Test Names ✅ Passed PR contains no Ginkgo tests—only dependency updates. Modified test files use standard Go testing package, not Ginkgo framework.
Test Structure And Quality ✅ Passed Codebase uses Go testing.T, not Ginkgo. Custom check requires reviewing Ginkgo tests, which don't exist in this repo, making check not applicable.
Microshift Test Compatibility ✅ Passed This PR only updates a Containerfile base image digest (d1578f→5b74fce). No new Ginkgo e2e tests are added; the check requires new tests to apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests added. PR only updates Containerfile base image digest (d1578f → 5b74fce). SNO check is not applicable when no tests are introduced.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Containerfile base image digest; no deployment manifests, operator code, or controllers modified. Check applies only to scheduling constraint changes.
Ote Binary Stdout Contract ✅ Passed PR only updates Containerfile base image digest; no Go code changes. OTE Binary Stdout Contract check applies only to process-level Go code, not container build configurations.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds standard Go e2e tests, not Ginkgo e2e tests. The custom check specifically applies to Ginkgo test patterns (It(), Describe(), Context(), When()), which are not present in these test files.

✏️ 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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 26, 2026

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

@jrvaldes
Copy link
Copy Markdown
Contributor

/approve

@jrvaldes
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 27, 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 27, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 27, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 18a5636 into master May 27, 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 27, 2026 03:03
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