Skip to content

NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to fe9e574 (main)#836

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

NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to fe9e574 (main)#836
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/ubi-runtime-images

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Update Change
registry.access.redhat.com/ubi9/ubi-minimal digest 7d4e475fe9e574

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.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/ubi-runtime-images branch from e7a88f8 to cfb1acd Compare May 6, 2026 18:14
@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. ubi labels May 6, 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 Update Change
registry.access.redhat.com/ubi9/ubi-minimal digest 7d4e475b9b10f4

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.

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 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/ubi-runtime-images branch from cfb1acd to 2d828d8 Compare May 6, 2026 18:14
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

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

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 8aa3dbfc-5b4a-4467-b1c5-fd5980e99041

📥 Commits

Reviewing files that changed from the base of the PR and between 2dc0547 and 35c99e8.

📒 Files selected for processing (1)
  • Dockerfile
✅ Files skipped from review due to trivial changes (1)
  • Dockerfile

Walkthrough

The Dockerfile's final-stage base image digest was changed: the final FROM now references registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe9e574f... instead of sha256:7d4e4750.... No other build or runtime instructions, metadata, or files were modified.

Changes

Final-stage base image

Layer / File(s) Summary
Final runtime base
Dockerfile
Updated final-stage FROM line to use registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe9e574f... (replaced previous sha256:7d4e4750...). No other lines changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Test Structure And Quality ⚠️ Warning Tests lack required assertion failure messages (64+ instances), Eventually() used without WithTimeout(), and single tests contain multiple assertions violating single responsibility. Add meaningful failure messages to all assertions, add WithTimeout to Eventually/Consistently calls, refactor tests to test one behavior each.
✅ Passed checks (11 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 Dockerfile.
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 Ginkgo test names in the PR use static, descriptive strings. No dynamic values like pod names, timestamps, or UUIDs are present in test titles.
Microshift Test Compatibility ✅ Passed PR only updates Dockerfile digest (7d4e475→fe9e574). No new Ginkgo e2e tests added. MicroShift compatibility check not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. The PR only updates the Docker base image digest. The SNO check applies only when new tests are added.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Docker image digest in Dockerfile (line 22). No deployment manifests, operator code, or controllers are added/modified. Custom check for topology-aware scheduling is not applicable.
Ote Binary Stdout Contract ✅ Passed PR only updates Docker image digest in Dockerfile. No Go source code changes made. OTE Binary Stdout Contract check applies to process-level Go code; none was modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The custom check is not applicable to this PR. The PR only updates a Docker base image digest in the Dockerfile. No new Ginkgo e2e tests were added.

✏️ 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/main-main/ubi-runtime-images

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

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label May 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/ubi-runtime-images branch from 2d828d8 to 0295e11 Compare May 6, 2026 18:14
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

New changes are detected. LGTM label has been removed.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/ubi-runtime-images branch 3 times, most recently from 59755ce to d834195 Compare May 6, 2026 18:16
@openshift-ci openshift-ci Bot requested review from eliorerz and pixelsoccupied May 6, 2026 18:16
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 6, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

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
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[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
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[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
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[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
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[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
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[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

@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to b9b10f4 (main) NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to b9b10f4 (main) - autoclosed May 9, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 9, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main-main/ubi-runtime-images branch May 9, 2026 00:56
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to b9b10f4 (main) - autoclosed NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to b9b10f4 (main) May 9, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 9, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/ubi-runtime-images branch 10 times, most recently from eeec65a to 3a165a5 Compare May 11, 2026 04:53
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to b9b10f4 (main) NO-ISSUE: Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to fe9e574 (main) May 11, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/ubi-runtime-images branch from 3a165a5 to 2dc0547 Compare May 11, 2026 04:53
…ocker digest to fe9e574

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-main/ubi-runtime-images branch from 2dc0547 to 35c99e8 Compare May 11, 2026 14:25
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. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. ubi

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant