Skip to content

Bump redhat-services-prod/openshift/boilerplate from image-v8.3.6 to image-v8.4.1 in /build - #249

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/build/redhat-services-prod/openshift/boilerplate-image-v8.4.1
Open

Bump redhat-services-prod/openshift/boilerplate from image-v8.3.6 to image-v8.4.1 in /build#249
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/build/redhat-services-prod/openshift/boilerplate-image-v8.4.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps redhat-services-prod/openshift/boilerplate from image-v8.3.6 to image-v8.4.1.

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 build environment to a newer base image, which may improve build reliability and consistency.

Bumps redhat-services-prod/openshift/boilerplate from image-v8.3.6 to image-v8.4.1.

---
updated-dependencies:
- dependency-name: redhat-services-prod/openshift/boilerplate
  dependency-version: image-v8.4.1
  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 Jul 1, 2026
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Walkthrough

The Dockerfile's builder stage base image tag was updated from image-v8.3.6 to image-v8.4.1. No other changes were made.

Changes

Base Image Update

Layer / File(s) Summary
Builder base image tag bump
build/Dockerfile
The FROM instruction for the builder stage is updated to reference image-v8.4.1 instead of image-v8.3.6.

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

Related PRs: None identified.

Suggested labels: dependencies

Suggested reviewers: None identified.

🚥 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 accurately and specifically describes the Docker image bump in /build.
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 PR only bumps the Dockerfile base image; no Ginkgo test titles were added or modified, so the check is not applicable.
Test Structure And Quality ✅ Passed PR only bumps Dockerfile boilerplate image (and ci-operator pin); no Ginkgo test code was changed, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed PR only bumps the Docker builder image in build/Dockerfile; no new Ginkgo specs or MicroShift-unsafe APIs/features are introduced.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR only bumps Dockerfile boilerplate and ci-operator image; no Ginkgo e2e tests or SNO-sensitive test logic were added.
Topology-Aware Scheduling Compatibility ✅ Passed Only build/Dockerfile changed (a base-image bump); no deployment manifests, controllers, or scheduling logic were modified.
Ote Binary Stdout Contract ✅ Passed PR only bumps the Docker builder image; no process-level stdout writes were added or modified. Existing fips init println is outside this PR.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only bumps the builder image in build/Dockerfile; no Ginkgo e2e tests or network code were added, so this compatibility check is not applicable.
No-Weak-Crypto ✅ Passed PR only bumps boilerplate in Dockerfile/.ci-operator; scanned changed files and found no MD5/SHA1/DES/RC4/ECB or secret/token comparisons.
Container-Privileges ✅ Passed Only the builder image tag changed; no privileged/host* fields or allowPrivilegeEscalation=true were added, and the Dockerfile still switches to USER 1000.
No-Sensitive-Data-In-Logs ✅ Passed The touched files only bump boilerplate image tags; they contain no logging statements or sensitive data fields.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/docker/build/redhat-services-prod/openshift/boilerplate-image-v8.4.1

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

@openshift-ci
openshift-ci Bot requested review from typeid and xiaoyu74 July 1, 2026 15:05
@openshift-ci

openshift-ci Bot commented Jul 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 tafhim 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 1: The builder image version in build/Dockerfile has been bumped, but
.ci-operator.yaml still references the older build_root_image, so sync that
pinned boilerplate image version to the same image-v8.4.1 used by the
Dockerfile. Update the build_root_image setting in .ci-operator.yaml to match
the builder image, keeping the CI toolchain aligned with the image build.
🪄 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: 0ae9f823-b443-497c-947c-ef328a64e4a5

📥 Commits

Reviewing files that changed from the base of the PR and between a7983be and 3fe312e.

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

Comment thread build/Dockerfile
@@ -1,4 +1,4 @@
FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.6 AS builder
FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v8.4.1 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.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
rg -n 'image-v8' .ci-operator.yaml build/Dockerfile

Repository: openshift/ocm-agent

Length of output: 296


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== .ci-operator.yaml =="
cat -n .ci-operator.yaml | sed -n '1,80p'

echo
echo "== references to build_root_image =="
rg -n 'build_root_image|boilerplate:image-v8' .ci-operator.yaml build/Dockerfile docs README.md . || true

Repository: openshift/ocm-agent

Length of output: 566


Sync .ci-operator.yaml with the builder image bump

build/Dockerfile now uses image-v8.4.1, but .ci-operator.yaml still pins build_root_image to image-v8.3.6. Keep these on the same boilerplate version to avoid CI building with a different toolchain than the image build.

🤖 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 1, The builder image version in build/Dockerfile
has been bumped, but .ci-operator.yaml still references the older
build_root_image, so sync that pinned boilerplate image version to the same
image-v8.4.1 used by the Dockerfile. Update the build_root_image setting in
.ci-operator.yaml to match the builder image, keeping the CI toolchain aligned
with the image build.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.67%. Comparing base (a7983be) to head (3fe312e).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #249   +/-   ##
=======================================
  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.

@petr-muller

Copy link
Copy Markdown
Member

/test lint

@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 3fe312e link false /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.

2 participants