Skip to content

chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker tag to v9.8-1782366411#235

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/registry.redhat.io-ubi9-ubi-minimal-9.x
Jun 25, 2026
Merged

chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker tag to v9.8-1782366411#235
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/registry.redhat.io-ubi9-ubi-minimal-9.x

Conversation

@red-hat-konflux

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
registry.redhat.io/ubi9/ubi-minimal final patch 9.8-17821913959.8-1782366411

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

… v9.8-1782366411

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@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 25, 2026
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated the container runtime base image to a newer supported version.

Walkthrough

The Dockerfile runtime stage base image tag was updated to a newer ubi-minimal release. No other build or runtime configuration changes are shown.

Changes

Runtime base image update

Layer / File(s) Summary
Runtime stage base image
Dockerfile
The final stage base image tag changes from 9.8-1782191395 to 9.8-1782366411.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title precisely describes the Docker image tag update shown in the diff.
Description check ✅ Passed The description matches the PR, documenting the same UBI minimal tag bump and dependency-update context.
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.

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


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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Dockerfile`:
- Line 32: The runtime base image is pinned to a specific UBI-minimal build tag,
which conflicts with the container policy for Red Hat images. Update the FROM
instruction in the Dockerfile to use a floating
registry.redhat.io/ubi9/ubi-minimal tag instead of the exact versioned tag,
keeping the change limited to the base image reference.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 927c678e-1dd9-4174-8320-d7e5f68a6803

📥 Commits

Reviewing files that changed from the base of the PR and between 5e8e27d and a9f0d1c.

📒 Files selected for processing (1)
  • Dockerfile
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • openshift/lightspeed-agentic-sandbox (manual)

Comment thread Dockerfile


FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1782191395
FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1782366411

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

Use a floating Red Hat tag for the runtime base image.

Line 32 pins UBI to a specific build tag, but this repo’s container policy requires floating tags for Red Hat images. Switch to a floating UBI-minimal tag per policy.

As per path instructions: “Red Hat images: use floating tags (Red Hat manages updates)”.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Dockerfile` at line 32, The runtime base image is pinned to a specific
UBI-minimal build tag, which conflicts with the container policy for Red Hat
images. Update the FROM instruction in the Dockerfile to use a floating
registry.redhat.io/ubi9/ubi-minimal tag instead of the exact versioned tag,
keeping the change limited to the base image reference.

Source: Path instructions

@openshift-ci openshift-ci Bot requested review from harche and xrajesh June 25, 2026 12:21
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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 25, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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 Jun 25, 2026

Copy link
Copy Markdown

@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 b41dd06 into main Jun 25, 2026
10 checks passed
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.

0 participants