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 images/runner/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Go compilation. UBI images pull anonymously from
# registry.access.redhat.com β€” no Red Hat subscription required.
# registry.access.redhat.com/ubi10/go-toolset:latest
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10/go-toolset@sha256:cc3a002ecdb1b7e6e0e2988333b257eb97cfce84dbdfc98f4e02297c9190c4e1 AS build
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10/go-toolset@sha256:1db86a2b0f77c1197b011de5140236effc27b1a1724c0105d4926857a0756de5 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

This PR modifies a file under the images/ protected path. The change is an automated Renovate digest update for the registry.access.redhat.com/ubi10/go-toolset build-stage base image (cc3a002 β†’ 1db86a2), and the repository's renovate.json is configured to manage Docker image dependencies including this file. Human approval is always required for protected-path changes, regardless of context.


USER 0
WORKDIR /src
Expand Down
Loading