We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c6773 commit 346d596Copy full SHA for 346d596
build/Dockerfile
@@ -7,7 +7,7 @@ RUN make CGO_ENABLED=0 build-cadctl
7
RUN make CGO_ENABLED=0 build-interceptor
8
9
10
-FROM quay.io/app-sre/ubi9-ubi-minimal:9.6 as runner
+FROM registry.access.redhat.com/ubi9-minimal:9.6 as runner
11
12
COPY --from=builder /opt/bin/cadctl /bin/cadctl
13
COPY --from=builder /opt/bin/interceptor /bin/interceptor
0 commit comments