Bump redhat-services-prod/openshift/boilerplate from image-v8.2.0 to image-v8.3.3 in /build#225
Conversation
Bumps redhat-services-prod/openshift/boilerplate from image-v8.2.0 to image-v8.3.3. --- updated-dependencies: - dependency-name: redhat-services-prod/openshift/boilerplate dependency-version: image-v8.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughUpdated the base Docker image version from image-v8.2.0 to image-v8.3.3 in the builder stage of the Dockerfile, with all subsequent build steps remaining unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[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.
🧹 Nitpick comments (1)
build/Dockerfile (1)
1-1: Pin the builder image to an immutable digest.Tag-based references can drift; pinning ensures reproducible builds and reduces supply‑chain risk. The tag
image-v8.3.3exists and resolves to digestsha256:d113b4e936b903300917ad2f7c61675decf73b3ea49112fe2828ab94b3bd929b.🧩 Recommended change
-FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.3 AS builder +FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.3@sha256:d113b4e936b903300917ad2f7c61675decf73b3ea49112fe2828ab94b3bd929b AS builder🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@build/Dockerfile` at line 1, Replace the tag-based base image in the FROM line with the pinned immutable digest to ensure reproducible builds: update the FROM instruction that currently references "quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.3 AS builder" to use the provided digest (sha256:d113b4e936b903300917ad2f7c61675decf73b3ea49112fe2828ab94b3bd929b) so the builder stage always uses the exact same image.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@build/Dockerfile`:
- Line 1: Replace the tag-based base image in the FROM line with the pinned
immutable digest to ensure reproducible builds: update the FROM instruction that
currently references
"quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.3 AS builder" to
use the provided digest
(sha256:d113b4e936b903300917ad2f7c61675decf73b3ea49112fe2828ab94b3bd929b) so the
builder stage always uses the exact same image.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #225 +/- ##
=======================================
Coverage 66.25% 66.25%
=======================================
Files 23 23
Lines 1544 1544
=======================================
Hits 1023 1023
Misses 445 445
Partials 76 76 🚀 New features to boost your workflow:
|
Bumps redhat-services-prod/openshift/boilerplate from image-v8.2.0 to image-v8.3.3.
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