Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1776833838 in /build#236
Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1776833838 in /build#236dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1776833838. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1776833838 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughDocker runtime base image tag updated from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 8/10 reviews remaining, refill in 11 minutes and 59 seconds. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@build/Dockerfile`:
- Line 10: The Dockerfile's FROM line uses a non-existent UBI9 tag; replace the
tag in the FROM instruction (FROM
registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838) with a valid,
pullable tag or digest — e.g., update to 9.7-1776104705 (or 9.7-1773939694) or
the documented digest
sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df;
alternatively, if that original tag lives in a private registry, point the FROM
to that private registry or ensure the build environment has access to it.
🪄 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: 1ea30239-bcba-485a-864f-efad31c33cef
📒 Files selected for processing (1)
build/Dockerfile
| RUN make build | ||
|
|
||
| FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694 | ||
| FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
What is the current sha256 digest for registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838, and is this tag still the latest 9.7 build?
💡 Result:
The SHA256 digest for registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 could not be found in any searched sources. No references to this specific tag exist across GitHub updates tracking UBI images, Docker Hub mirrors (redhat/ubi9-minimal tags), Red Hat Ecosystem Catalog pages, or other technical sites. It is likely either a non-existent tag, a private/internal build not publicly indexed, or a future/planned tag not yet released as of 2026-05-01. This tag is not the latest 9.7 build. Public sources show newer 9.7 tags like 9.7-1776104705 (updated April 18, 2026, digest sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df) and Docker Hub lists tags up to ~1773939694 with digests like sha256:f5346fbb587b (pushed ~10 days ago). The tag number 1776833838 is higher than documented updates, but absent from lists.
Citations:
- 1: RedHatInsights/vmaas@3615b76
- 2: RedHatInsights/vmaas@ac9e8c1
- 3: RedHatInsights/vmaas@88bb7e4
- 4: https://hub.docker.com/r/redhat/ubi9-minimal/tags
- 5: https://ftp.redhat.com/pub/redhat/containers/ubi9/ubi-minimal/
The specified base image tag does not exist in public registries and cannot be pulled.
The tag 9.7-1776833838 is not found in any public Red Hat UBI9 sources (Docker Hub, Red Hat Ecosystem Catalog, FTP, or GitHub tracking). This will cause the Docker build to fail.
Either verify this tag exists in a private registry accessible during the build, or update to a confirmed valid tag. The latest documented 9.7 release is 9.7-1776104705 (April 18, 2026, digest sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df), or use 9.7-1773939694 from the previous build.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@build/Dockerfile` at line 10, The Dockerfile's FROM line uses a non-existent
UBI9 tag; replace the tag in the FROM instruction (FROM
registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838) with a valid,
pullable tag or digest — e.g., update to 9.7-1776104705 (or 9.7-1773939694) or
the documented digest
sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df;
alternatively, if that original tag lives in a private registry, point the FROM
to that private registry or ensure the build environment has access to it.
|
@dependabot[bot]: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #236 +/- ##
=======================================
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:
|
Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1776833838.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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