Skip to content

Bump ubi9/ubi-micro from 9.7-1766049073 to 9.7-1778461406 in /build - #135

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/build/ubi9/ubi-micro-9.7-1778461406
Open

Bump ubi9/ubi-micro from 9.7-1766049073 to 9.7-1778461406 in /build#135
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/build/ubi9/ubi-micro-9.7-1778461406

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps ubi9/ubi-micro from 9.7-1766049073 to 9.7-1778461406.

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 base Docker image to the latest stable version for improved security and compatibility.

Bumps ubi9/ubi-micro from 9.7-1766049073 to 9.7-1778461406.

---
updated-dependencies:
- dependency-name: ubi9/ubi-micro
  dependency-version: 9.7-1778461406
  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 May 12, 2026
@coderabbitai

coderabbitai Bot commented May 12, 2026

Copy link
Copy Markdown

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: bc17a221-6712-4f99-b509-d7c14510ba2b

📥 Commits

Reviewing files that changed from the base of the PR and between 333d66c and 6a31a4f.

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

Walkthrough

The runtime base image in the Dockerfile is updated to a newer tagged version of Red Hat's UBI-micro image with a more recent digest, keeping all build steps and binary entrypoint unchanged.

Changes

Base Image Update

Layer / File(s) Summary
Runtime base image tag
build/Dockerfile
The final runtime stage base image tag is updated from registry.access.redhat.com/ubi9/ubi-micro:9.7-1766049073 to registry.access.redhat.com/ubi9/ubi-micro:9.7-1778461406.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating a Docker base image dependency from one version to another 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 This PR only updates a Docker image tag in build/Dockerfile. The custom check for Ginkgo test stability is not applicable as no test files are modified and no Ginkgo tests exist.
Test Structure And Quality ✅ Passed This PR updates a Docker image tag in build/Dockerfile. The custom check for Ginkgo test quality is not applicable—no Ginkgo tests were modified or exist in this PR.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests were added. PR only updates Docker base image tag in build/Dockerfile. Check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only updates a Docker base image tag in build/Dockerfile. No Ginkgo e2e tests are added or modified. The custom check for SNO test compatibility is not applicable to this repository or change.
Topology-Aware Scheduling Compatibility ✅ Passed This PR only updates a Docker base image tag. No deployment manifests, operator code, or scheduling constraints were modified. The check is not applicable.
Ote Binary Stdout Contract ✅ Passed PR only updates Docker base image tag in build/Dockerfile. No source code changes. This is a cluster health utility, not an OTE test binary, so the OTE stdout contract check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR updates only a Docker base image version in build/Dockerfile. No new Ginkgo e2e tests are added, and the custom check applies only when new Ginkgo e2e tests are introduced.

✏️ 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 dependabot/docker/build/ubi9/ubi-micro-9.7-1778461406

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

@openshift-ci
openshift-ci Bot requested review from nephomaniac and tnierman May 12, 2026 05:26
@openshift-ci

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

@openshift-ci

openshift-ci Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

Hi @dependabot[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 Jul 2, 2026

Copy link
Copy Markdown
Contributor

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/lint 6a31a4f link true /test lint

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.

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.

0 participants