Skip to content

chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779945122#570

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x
Open

chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779945122#570
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Type Update Change
registry.access.redhat.com/ubi9/python-312 stage minor 9.7-17784889499.8-1779945122

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 is behind base branch, 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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 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

Walkthrough

The Dockerfile's builder stage base image tag was updated from registry.access.redhat.com/ubi9/python-312:9.7-1778488949 to registry.access.redhat.com/ubi9/python-312:9.8-1779376496. No other build steps or runtime logic were changed.

Changes

Base Image Tag Update

Layer / File(s) Summary
Builder stage image tag
Dockerfile
Bumped the registry.access.redhat.com/ubi9/python-312 builder stage tag from 9.7-1778488949 to 9.8-1779376496.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 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.
Title check ✅ Passed The title accurately describes the main change: updating the UBI9 Python 3.12 Docker image tag from 9.7 to 9.8, which is the sole modification in the changeset.
Description check ✅ Passed The pull request description clearly documents the dependency update with a table showing the package, type, update level, and version change.

✏️ 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-python-312-9.x

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

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch 2 times, most recently from 43ba348 to 1ad0c48 Compare May 14, 2026 21:35
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.7-1778662074 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1777569983 May 20, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch from 1ad0c48 to d133173 Compare May 20, 2026 05:57
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1777569983 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779376496 May 21, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch from d133173 to 5d2dc51 Compare May 21, 2026 17:39
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

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 1: The Dockerfile's builder image uses
registry.access.redhat.com/ubi9/python-312:9.8-1779376496 (declared as the
builder), but the runtime stage still uses the 9.7 minor version; update the
runtime stage's FROM to the same 9.8 tag so both stages use the identical base
image (match the exact tag used in the builder FROM), ensuring consistency
between the builder and final runtime images.
🪄 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: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 2b59603c-e552-4dba-9da7-9c6a9bac4894

📥 Commits

Reviewing files that changed from the base of the PR and between d133173 and 5d2dc51.

📒 Files selected for processing (1)
  • Dockerfile

Comment thread Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-312:9.7-1778488949 as builder
FROM registry.access.redhat.com/ubi9/python-312:9.8-1779376496 as builder
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Version mismatch between builder and runtime stages.

The builder stage uses UBI9 version 9.8 while the runtime stage remains on version 9.7. This version inconsistency between the build and runtime environments could lead to compatibility issues if 9.8 introduces library updates, ABI changes, or system-level modifications that affect the compiled Python wheel.

Consider updating the runtime base image on line 14 to match the builder's minor version:

-FROM registry.access.redhat.com/ubi9-minimal:9.7-1778562320
+FROM registry.access.redhat.com/ubi9-minimal:9.8-<latest-build-tag>

Also applies to: 14-14

🤖 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 1, The Dockerfile's builder image uses
registry.access.redhat.com/ubi9/python-312:9.8-1779376496 (declared as the
builder), but the runtime stage still uses the 9.7 minor version; update the
runtime stage's FROM to the same 9.8 tag so both stages use the identical base
image (match the exact tag used in the builder FROM), ensuring consistency
between the builder and final runtime images.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779376496 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779410735 May 25, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch 2 times, most recently from e36b17f to a4d91be Compare May 25, 2026 19:25
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779410735 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779719690 May 25, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779719690 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779770638 May 26, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch from a4d91be to e8be868 Compare May 26, 2026 20:00
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779770638 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779871966 May 27, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch from e8be868 to ca4e59e Compare May 27, 2026 19:06
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779871966 chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.8-1779945122 May 28, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/registry.access.redhat.com-ubi9-python-312-9.x branch 2 times, most recently from 28abf3d to 718dbef Compare May 29, 2026 13:50
… tag to v9.8-1779945122

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/registry.access.redhat.com-ubi9-python-312-9.x branch from 718dbef to ba83b16 Compare May 29, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants