Skip to content

NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 1bc3c5c#1001

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/ubi-runtime-images
Open

NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 1bc3c5c#1001
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/ubi-runtime-images

Conversation

@red-hat-konflux

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

Copy link
Copy Markdown

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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 these updates 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.

@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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. ubi labels May 11, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

This PR contains the following updates:

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

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 these updates 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.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 11, 2026
@coderabbitai

coderabbitai Bot commented May 11, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Final-stage base image digest for registry.access.redhat.com/ubi9/ubi-minimal:latest is updated in Dockerfile and Dockerfile.rhtap to sha256:907b68736aa798b2d38255b7aa070b2a70acb90803864a40f05d0ec47556ddd0; no other instructions changed.

Changes

Base Image Digest Update

Layer / File(s) Summary
Runtime base image pinning
Dockerfile, Dockerfile.rhtap
Updated final-stage FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256 digest from b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 to 907b68736aa798b2d38255b7aa070b2a70acb90803864a40f05d0ec47556ddd0. All other build and runtime instructions remain unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

lgtm

Suggested reviewers

  • avishayt
🚥 Pre-merge checks | ✅ 10 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning New Ginkgo e2e tests added contain hardcoded IPv4 addresses and CIDRs without IPv6 adaptation or IP family detection. Update test fixtures to support both IPv4/IPv6 using dynamic IP family detection (GetIPAddressFamily) or mark tests as [Skipped:Disconnected] if external connectivity required.
Title check ⚠️ Warning The PR title references updating a Docker digest to '1bc3c5c', but the actual changes update the digest to '907b68736aa798b2d38255b7aa070b2a70acb90803864a40f05d0ec47556ddd0', and the PR description mentions different digests ('457cb28' and 'fe9e574'). The stated digest in the title does not match the actual changes. Update the PR title to accurately reflect the actual Docker digest being updated to, or verify that the correct digest was actually committed to both Dockerfile and Dockerfile.rhtap.
✅ Passed checks (10 passed)
Check name Status Explanation
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 All 52 test names in the PR use stable, descriptive static strings with no dynamic information like pod names, timestamps, UUIDs, or node names that could change between test runs.
Test Structure And Quality ✅ Passed PR only modifies Dockerfile digest pins; no test code changes present. Custom check for Ginkgo test quality is not applicable.
Microshift Test Compatibility ✅ Passed PR only updates Docker base image digests in Dockerfile and Dockerfile.rhtap; no new Ginkgo e2e tests were added, so MicroShift test compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates Docker image digests in Dockerfiles. No new Ginkgo e2e tests are added; custom check only applies when new e2e tests are introduced.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Docker image digest in Dockerfiles; no deployment manifests, operator code, or scheduling constraints are added or modified.
Ote Binary Stdout Contract ✅ Passed The PR only updates Docker image digests in Dockerfile and Dockerfile.rhtap. No Go test code, OTE binary code, or stdout-writing code was modified, so the check is not applicable.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/ubi-runtime-images

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

@openshift-ci openshift-ci Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 11, 2026
@openshift-ci openshift-ci Bot requested review from avishayt and rccrdpccl May 11, 2026 04:21
@openshift-ci

openshift-ci Bot commented May 11, 2026

Copy link
Copy Markdown

Hi @red-hat-konflux[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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci

openshift-ci Bot commented May 11, 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

2 similar comments
@openshift-ci

openshift-ci Bot commented May 11, 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

@openshift-ci

openshift-ci Bot commented May 11, 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

@openshift-merge-bot

Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 42fc164 and 2 for PR HEAD 65105ee in total

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from 65105ee to 1168774 Compare May 12, 2026 09:19
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to fe9e574 NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 12db987 May 12, 2026
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label May 12, 2026
@openshift-ci

openshift-ci Bot commented May 12, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from 1168774 to 4dcf992 Compare May 20, 2026 04:42
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 12db987 NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 2465031 May 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from 4dcf992 to 29542e0 Compare May 25, 2026 16:49
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 2465031 NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 457cb28 May 25, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from 29542e0 to bcf7fa3 Compare May 26, 2026 06:03
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 457cb28 NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 907b687 May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from bcf7fa3 to 631faca Compare May 26, 2026 16:51
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 907b687 NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to d1578df May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from 631faca to 28af201 Compare May 26, 2026 23:02
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to d1578df NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 5b74fce May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/ubi-runtime-images branch from 28af201 to c387b77 Compare June 2, 2026 08:21
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 5b74fce NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to ae09ecc Jun 2, 2026
@openshift-ci

openshift-ci Bot commented Jun 2, 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.

…ocker digest to 1bc3c5c

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/master/ubi-runtime-images branch from c387b77 to 5b7f96c Compare June 15, 2026 16:07
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to ae09ecc NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 1bc3c5c Jun 15, 2026
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. ubi

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant