Skip to content

NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 3ca2c34 - #863

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/pin-dependencies
Open

NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 3ca2c34#863
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/pin-dependencies

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Apr 9, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
brew.registry.redhat.io/rh-osbs/openshift-golang-builder stage pinDigest 3ca2c34

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@openshift-ci-robot

Copy link
Copy Markdown

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

This PR contains the following updates:

Package Type Update Change
brew.registry.redhat.io/rh-osbs/openshift-golang-builder stage pinDigest 071786d

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 9, 2026
@coderabbitai

coderabbitai Bot commented Apr 9, 2026

Copy link
Copy Markdown

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

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: 55a1fffa-8bdc-4efc-9f66-66bb5c4bc3e2

📥 Commits

Reviewing files that changed from the base of the PR and between 3487c28 and 00cb35a.

📒 Files selected for processing (1)
  • Dockerfile.rhtap
🚧 Files skipped from review as they are similar to previous changes (1)
  • Dockerfile.rhtap

Walkthrough

The Docker builder stage now uses a digest-pinned base image. Other stages and build commands remain unchanged.

Changes

Docker Build Configuration

Layer / File(s) Summary
Builder image reference update
Dockerfile.rhtap
The builder stage FROM line now uses a sha256 digest for openshift-golang-builder:rhel_9_1.26.

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

Suggested reviewers: eliorerz, gamli75

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 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.
Stable And Deterministic Test Names ✅ Passed The pull request changes only a Dockerfile base-image digest; it adds no Ginkgo test titles or dynamic test-name behavior.
Test Structure And Quality ✅ Passed The diff changes only the Dockerfile builder image digest; no Ginkgo test files or test code changed, so the listed test-quality checks are not applicable.
Microshift Test Compatibility ✅ Passed The direct PR diff changes only one Dockerfile image reference; it adds no Ginkgo e2e tests or MicroShift-incompatible test behavior.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The commit changes only one Dockerfile image reference; it adds no Ginkgo e2e tests or multi-node test assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The exact diff changes only Dockerfile.rhtap to pin a builder image digest; no deployment manifests, operator code, controllers, or scheduling constraints changed.
Ote Binary Stdout Contract ✅ Passed The diff changes only the builder image digest; no Go source or process-level stdout code changed, and the final runtime image remains identical.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The parent-to-HEAD diff changes only Dockerfile.rhtap's builder image digest; it adds no Ginkgo e2e tests or test networking behavior.
No-Weak-Crypto ✅ Passed The diff only pins the builder image to a SHA-256 digest; it adds no MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, custom crypto, or secret comparison logic.
Container-Privileges ✅ Passed The PR only pins the builder image digest; it adds no privileged settings, host namespace options, SYS_ADMIN, or privilege escalation. The final image uses USER 65532:65532.
No-Sensitive-Data-In-Logs ✅ Passed The diff changes only the builder image reference in Dockerfile.rhtap; it adds no logging or output that could expose sensitive data.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: pinning the OpenShift Golang builder image to a specific digest.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/pin-dependencies

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

@openshift-ci openshift-ci Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 9, 2026
@openshift-ci
openshift-ci Bot requested review from eliorerz and gamli75 April 9, 2026 00:20
@openshift-ci

openshift-ci Bot commented Apr 9, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign carbonin 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 openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 9, 2026
@openshift-ci

openshift-ci Bot commented Apr 9, 2026

Copy link
Copy Markdown

Hi @red-hat-konflux[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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/pin-dependencies branch from 13da84a to 36ad2ee Compare April 27, 2026 20:21
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 071786d NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 977bd04 Apr 27, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/pin-dependencies branch from 36ad2ee to e6da8d5 Compare June 4, 2026 16:22
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 977bd04 NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 8bca01a Jun 4, 2026
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 8bca01a NO-ISSUE: Pin dependencies Jun 25, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/pin-dependencies branch 2 times, most recently from aacd190 to 635d6ef Compare July 9, 2026 16:16
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/pin-dependencies branch from 635d6ef to 3487c28 Compare July 16, 2026 17:49
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Pin dependencies NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to c1488dc Aug 3, 2026
…r Docker tag to 3ca2c34

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/pin-dependencies branch from 3487c28 to 00cb35a Compare August 12, 2026 00:27
@red-hat-konflux red-hat-konflux Bot changed the title NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to c1488dc NO-ISSUE: Pin brew.registry.redhat.io/rh-osbs/openshift-golang-builder Docker tag to 3ca2c34 Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant