Skip to content

Update docker image updates to v9.8-1784190466#304

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/docker-image-updates
Jul 22, 2026
Merged

Update docker image updates to v9.8-1784190466#304
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/docker-image-updates

Conversation

@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
registry.access.redhat.com/ubi9/go-toolset stage patch 9.8-17839315159.8-1784190466

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • 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.

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@openshift-ci
openshift-ci Bot requested review from ma-hill and pnguyen44 July 20, 2026 04:04
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

The Dockerfile builder stage image changed from registry.access.redhat.com/ubi9/go-toolset:9.8-1783931515 to registry.access.redhat.com/ubi9/go-toolset:9.8-1784190466. No other Dockerfile instructions or exported entities changed.

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

Suggested reviewers: ciaranroche

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 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.
Sec-02: Secrets In Log Output ✅ Passed Only changed file is Dockerfile; repo scan found no slog/logr/zap/fmt.Print* calls with token/password/credential/secret fields or interpolations.
No Hardcoded Secrets ✅ Passed Dockerfile only changes a UBI image tag; no secrets, credentials, long base64 strings, or private keys are present.
No Weak Cryptography ✅ Passed Only the builder image tag changed; no crypto code, ECB, SHA1 security use, or secret comparisons were added.
No Injection Vectors ✅ Passed Only a Dockerfile base-image tag changed; no SQL/exec/template/yaml untrusted-input sinks were added. CWE-89/CWE-78/CWE-79/CWE-502 not implicated.
No Privileged Containers ✅ Passed Only the Dockerfile base-image tag changed; root is used briefly with a documented reason, then drops to 1001. No privileged/host*/SYS_ADMIN settings. CWE-250/269 not present.
No Pii Or Sensitive Data In Logs ✅ Passed Only Dockerfile base-image tag changed; no logging code or PII-bearing output was added, so CWE-532 exposure is not present.
Title check ✅ Passed Title matches the Docker base-image tag bump, though phrasing is awkward.
Description check ✅ Passed Description directly describes the same stage-image version bump and update metadata.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/docker-image-updates
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch konflux/mintmaker/main/docker-image-updates

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

@hyperfleet-ci-bot

Copy link
Copy Markdown

Risk Score: 0 — risk/low

Signal Detail Points
PR size 2 lines +0
Sensitive paths none +0

Computed by hyperfleet-risk-scorer

@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 3: Pin the Dockerfile base images used by the builder stage and runtime
stage to immutable digests instead of mutable tags, including replacing
ubi9/go-toolset:9.8-1784190466 and ubi9-micro:latest with their corresponding
sha256 digests while preserving the existing stage structure.
🪄 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: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: da8f95cb-d08f-4662-9b64-d809417a2b9f

📥 Commits

Reviewing files that changed from the base of the PR and between 5aefe87 and 1e8565d.

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

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

Comment thread Dockerfile
ARG BASE_IMAGE=registry.access.redhat.com/ubi9-micro:latest

FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1783931515 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1784190466 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.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

skopeo inspect docker://registry.access.redhat.com/ubi9/go-toolset:9.8-1784190466 \
  | jq -r '.Digest'

Repository: openshift-hyperfleet/hyperfleet-api

Length of output: 213


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '--- Dockerfile ---\n'
cat -n Dockerfile
printf '\n--- refs to go-toolset ---\n'
rg -n 'ubi9/go-toolset|FROM ' Dockerfile

Repository: openshift-hyperfleet/hyperfleet-api

Length of output: 264


🏁 Script executed (no clone):

#!/bin/bash
set -euo pipefail

image='registry.access.redhat.com/ubi9/go-toolset:9.8-1784190466'

printf 'Attempting registry v2 HEAD...\n'
curl -fsSI -H 'Accept: application/vnd.docker.distribution.manifest.v2+json' \
  "https://${image%%:*}/v2/${image#*/v2/}" >/tmp/registry_head.out 2>/tmp/registry_head.err || true

printf '\nHEAD stdout/stderr summary:\n'
sed -n '1,40p' /tmp/registry_head.out 2>/dev/null || true
sed -n '1,80p' /tmp/registry_head.err 2>/dev/null || true

Length of output: 429


🏁 Script executed:

#!/bin/bash
set -euo pipefail
sed -n '1,40p' Dockerfile | cat -n

Repository: openshift-hyperfleet/hyperfleet-api

Length of output: 1759


Pin the base images by digest (CWE-494). ubi9/go-toolset:9.8-1784190466 and ubi9-micro:latest are mutable tags; a registry retag can silently change the build toolchain or runtime image.

🤖 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 3, Pin the Dockerfile base images used by the builder
stage and runtime stage to immutable digests instead of mutable tags, including
replacing ubi9/go-toolset:9.8-1784190466 and ubi9-micro:latest with their
corresponding sha256 digests while preserving the existing stage structure.

Source: Path instructions

@rafabene

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci

openshift-ci Bot commented Jul 22, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rafabene

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-merge-bot
openshift-merge-bot Bot merged commit 913cd01 into main Jul 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant