Skip to content

Bump ubi9/ubi-minimal from 9.8-1782191395 to 1785214352 in /build - #263

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/build/ubi9/ubi-minimal-1785214352
Open

Bump ubi9/ubi-minimal from 9.8-1782191395 to 1785214352 in /build#263
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/build/ubi9/ubi-minimal-1785214352

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ubi9/ubi-minimal from 9.8-1782191395 to 1785214352.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated the runtime environment to a newer immutable base image for improved consistency and reproducibility.

Bumps ubi9/ubi-minimal from 9.8-1782191395 to 1785214352.

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-version: '1785214352'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

🚨 Major Version Update Detected 🚨

This PR contains a major version update that requires manual review:

  • Dependency: ubi9/ubi-minimal
  • Previous version: 9.8-1782191395
  • New version: 1785214352

Please review the changelog and breaking changes before merging.

Auto-merge has been disabled for this PR.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Walkthrough

The Dockerfile runtime base image changes from 9.8-1782191395 to immutable tag 1785214352.

Changes

Runtime image

Layer / File(s) Summary
Update runtime base image
build/Dockerfile
The runtime image changes to ubi9/ubi-minimal:1785214352.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: tkong-redhat

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the UBI9 image version update in the /build directory.
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 The PR changes only build/Dockerfile to update the UBI9 image tag; no test files or Ginkgo test titles changed, so this check is not applicable.
Test Structure And Quality ✅ Passed The pull request changes only the UBI9 base-image tag in build/Dockerfile; no Ginkgo or test files changed, so this check is not applicable.
Microshift Test Compatibility ✅ Passed The pull request changes only one Dockerfile image tag and adds no Ginkgo e2e tests or MicroShift-incompatible API references.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only one Dockerfile image tag; it adds no Ginkgo e2e tests or other test code requiring SNO compatibility review.
Topology-Aware Scheduling Compatibility ✅ Passed The commit changes only the UBI9 base image in build/Dockerfile; it adds no deployment manifests, operator code, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The PR changes only the UBI9 base-image tag in build/Dockerfile and adds no OTE binary or process-level stdout write.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The pull request changes only the Dockerfile base-image tag; it adds no Ginkgo e2e tests or test networking and is not applicable to this check.
No-Weak-Crypto ✅ Passed The PR changes only the UBI9 base-image tag; it adds no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison code.
Container-Privileges ✅ Passed The PR only changes the base image tag. The runtime Dockerfile sets USER_UID=1000 and USER ${USER_UID}; no privileged, host namespace, SYS_ADMIN, or privilege-escalation setting is present.
No-Sensitive-Data-In-Logs ✅ Passed The commit changes only the UBI9 base-image tag; it adds no logging, output statements, or sensitive-data handling.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/docker/build/ubi9/ubi-minimal-1785214352

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

@openshift-ci

openshift-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign ravitri for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@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 `@build/Dockerfile`:
- Line 10: Update the base image reference in the Dockerfile’s FROM instruction
to use a supported floating UBI9 minimal tag instead of the pinned 1785214352
tag, preserving the Red Hat UBI minimal image source.
🪄 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: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: de2c6b92-63aa-4469-b46e-29e692f3800d

📥 Commits

Reviewing files that changed from the base of the PR and between f50872a and 6117ae7.

📒 Files selected for processing (1)
  • build/Dockerfile

Comment thread build/Dockerfile
RUN make build

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782191395
FROM registry.access.redhat.com/ubi9/ubi-minimal:1785214352

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

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -eu
printf '%s\n' '--- build/Dockerfile ---'
cat -n build/Dockerfile
printf '%s\n' '--- related image references ---'
rg -n --glob 'Dockerfile*' --glob 'Containerfile*' 'registry\.access\.redhat\.com/ubi9/ubi-minimal|FROM ' .
printf '%s\n' '--- repository guidance mentioning UBI or image tags ---'
rg -n -i 'ubi9|red hat|floating tag|container policy|base image' .github . 2>/dev/null | head -200

Repository: openshift/ocm-agent

Length of output: 2553


🏁 Script executed:

#!/bin/bash
set -eu
printf '%s\n' '--- maintenance guidance ---'
sed -n '40,62p' docs/maintenance.md
printf '%s\n' '--- dependency update configuration ---'
fd -HI -t f 'dependabot|docker' .github . 2>/dev/null | sort
rg -n -C 3 'build/Dockerfile|ubi9|ubi8|docker' .github docs/maintenance.md 2>/dev/null | head -200

Repository: openshift/ocm-agent

Length of output: 3792


Use a floating tag for the Red Hat base image.

Replace 1785214352 with a supported floating UBI9 minimal tag so Red Hat-managed security updates remain available.

🤖 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 `@build/Dockerfile` at line 10, Update the base image reference in the
Dockerfile’s FROM instruction to use a supported floating UBI9 minimal tag
instead of the pinned 1785214352 tag, preserving the Red Hat UBI minimal image
source.

Source: Path instructions

@openshift-ci

openshift-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

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

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.67%. Comparing base (f50872a) to head (6117ae7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   55.67%   55.67%           
=======================================
  Files          23       23           
  Lines        1895     1895           
=======================================
  Hits         1055     1055           
  Misses        785      785           
  Partials       55       55           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant