Skip to content

Bump redhat-services-prod/openshift/boilerplate from image-v8.3.4 to image-v8.3.5 in /build#235

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

Bump redhat-services-prod/openshift/boilerplate from image-v8.3.4 to image-v8.3.5 in /build#235
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/docker/build/redhat-services-prod/openshift/boilerplate-image-v8.3.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps redhat-services-prod/openshift/boilerplate from image-v8.3.4 to image-v8.3.5.

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 build environment infrastructure to latest maintenance version.

Bumps redhat-services-prod/openshift/boilerplate from image-v8.3.4 to image-v8.3.5.

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

coderabbitai Bot commented May 1, 2026

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: c7f670bf-90e9-4a1d-a3b8-6188cf852233

📥 Commits

Reviewing files that changed from the base of the PR and between d7bd07a and 9c84ff8.

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

Walkthrough

The Docker builder stage's base image is updated from quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.4 to image-v8.3.5. This changes the container image providing the build environment without altering build logic or runtime configuration.

Changes

Cohort / File(s) Summary
Docker Builder Image Update
build/Dockerfile
Updated builder stage base image version from image-v8.3.4 to image-v8.3.5.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
Ote Binary Stdout Contract ❌ Error New file cmd/ocm-agent/fips.go contains init() function with fmt.Println() that writes non-JSON text to stdout at startup, violating OTE Binary Stdout Contract and breaking CI test listing. Replace fmt.Println() with fmt.Fprintf(os.Stderr,...) or remove statement; update boilerplate to prevent stdout writes in init() functions.
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: bumping the boilerplate Docker image from v8.3.4 to v8.3.5 in the /build directory, which matches the file modification summary.
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 custom check is not applicable to the pull request. The PR only modifies build/Dockerfile to update the base Docker image version from image-v8.3.4 to image-v8.3.5. The custom check specifically requires validating Ginkgo test names for stability and determinism, but this PR contains no changes to any test files, test code, or test title definitions. Since there are no Ginkgo tests being added, removed, or modified in this PR, there are no test names to evaluate against this check.
Test Structure And Quality ✅ Passed The PR only updates a Docker base image version in Dockerfile and contains no test file modifications, making the Ginkgo test code quality check inapplicable.
Microshift Test Compatibility ✅ Passed Pull request only updates Docker base image version and does not add new Ginkgo e2e tests, making this check not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The newly added Ginkgo e2e tests do not make explicit multi-node assumptions and focus on deployment, health checks, and alert processing that function identically on SNO.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only build/Dockerfile updating base Docker image version, which does not affect Kubernetes deployments or scheduling constraints.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR only updates the Docker base image version in the Dockerfile and contains no new or modified Ginkgo e2e tests, making the IPv6 and disconnected network compatibility check inapplicable.
✨ 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.3.5

Review rate limit: 9/10 reviews remaining, refill in 6 minutes.

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

@openshift-ci openshift-ci Bot requested review from ravitri and vaidehi411 May 1, 2026 18:00
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 1, 2026

[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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 1, 2026

@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 (d7bd07a) to head (9c84ff8).

Additional details and impacted files

Impacted file tree graph

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