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.4@sha256:9748bb0b8e3376e9b155a4db3fbdfbfd20057b449ea9b3aed367b2f967cdfe1b AS build
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5@sha256:444e81b3e88d8a68b92a081a7b3abc7d3fed2450f8473ea6b3caebf3bb73a0b8 AS build

Check failure on line 19 in Dockerfile.dist

View workflow job for this annotation

GitHub Actions / Test

Containerfile version incompatible, saw 1.26.5, running with version: 1.26.4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[high] protected-path

This file matches the protected path prefix Dockerfile in the repository's governance configuration. The PR modifies a governance/infrastructure file but has no linked issue authorizing the change. While this is an automated Renovate patch-level Docker base image bump (go-toolset 1.26.4 β†’ 1.26.5) with a properly pinned digest, human approval is always required for protected-path changes.

Suggested fix: A human reviewer should verify the base image update and approve the PR.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[high] protected-path

Dockerfile.dist matches the protected path prefix 'Dockerfile'. This PR has no linked issue providing explicit authorization for modifying governance/infrastructure files. Human approval is required for all protected-path changes.

Suggested fix: A human maintainer must review and approve this Dockerfile change. Consider linking a tracking issue to document the authorization for this update.


ARG TARGETOS
ARG TARGETARCH
Expand Down
Loading