Skip to content
Merged
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 @@ -73,7 +73,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} \
# under rootless podman container root maps to the invoking host user, so
# bind-mounted configs and repos keep sane ownership without UID mapping.
# registry.access.redhat.com/ubi10/ubi:latest
FROM registry.access.redhat.com/ubi10/ubi@sha256:aad065f8857f86a136994c648ecc714f8cb59c96bf25ae54320e59e155dfca09
FROM registry.access.redhat.com/ubi10/ubi@sha256:ccb838d655199bff6a77fc4296a2b2a44e00163dabd0ba8b0d9030f281ec935f
Comment thread
ralphbean marked this conversation as resolved.

# NOTE: no SHELL directive — podman's default OCI image format ignores it,
# so all RUN steps below stay POSIX-sh compatible for docker AND podman.
Expand Down
Loading