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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY cmd/ cmd/

RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o qe-tools main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782797275

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 PR modifies Dockerfile, which is a protected infrastructure file requiring human approval. The PR has no linked issue providing authorization for changes to protected paths. The change itself (bumping ubi9/ubi-minimal from 9.8-1780378819 to 9.8-1782797275) is a routine patch-level base image update with no correctness or security concerns, but protected-path changes always require human sign-off.

Suggested fix: Obtain explicit human maintainer approval for this protected-path change.


LABEL konflux.additional-tags="latest"

Expand Down
Loading