Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Build

FROM registry.access.redhat.com/ubi9/go-toolset:1.26.7@sha256:5e68f09a652ac6627a83c57655e42e24575efb278b54336039c9308607fc6b21 AS build
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.7-1788409979@sha256:5e68f09a652ac6627a83c57655e42e24575efb278b54336039c9308607fc6b21 AS build

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[medium] protected-path

The PR modifies Dockerfile.dist, which matches the protected-path prefix Dockerfile in the governance list. The PR description explains the change (Renovate-managed Docker tag bump for registry.access.redhat.com/ubi9/go-toolset from 1.26.7 to 1.26.7-1788409979, SHA256 digest unchanged), and the repository's renovate.json authorizes this update pattern. Human approval is always required for protected-path changes, regardless of context.

Suggested fix: Have a human reviewer confirm the Renovate-managed Docker tag update on Dockerfile.dist before merge.


ARG TARGETOS
ARG TARGETARCH
Expand Down
Loading