Skip to content

Commit bc42e29

Browse files
Merge pull request #508 from RaphaelBut/switch-runner-image-pull
Pull runner image ubi9-minimal from registry.access.redhat.com
2 parents c8c6773 + 346d596 commit bc42e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN make CGO_ENABLED=0 build-cadctl
77
RUN make CGO_ENABLED=0 build-interceptor
88

99

10-
FROM quay.io/app-sre/ubi9-ubi-minimal:9.6 as runner
10+
FROM registry.access.redhat.com/ubi9-minimal:9.6 as runner
1111

1212
COPY --from=builder /opt/bin/cadctl /bin/cadctl
1313
COPY --from=builder /opt/bin/interceptor /bin/interceptor

0 commit comments

Comments
 (0)