Skip to content

Commit 346d596

Browse files
committed
Pull runner image ubi9-minimal from registry.access.redhat.com
1 parent c8c6773 commit 346d596

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)