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 21de44f commit 3918970Copy full SHA for 3918970
build/Dockerfile
@@ -10,7 +10,7 @@ COPY . .
10
RUN make build
11
12
# Stage 2: Copy the binaries from the image builder to the base image
13
-FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
14
15
ENV COMPONENT=governance-policy-propagator
16
ENV REPO_PATH=/go/src/github.com/open-cluster-management/${COMPONENT}
@@ -26,7 +26,7 @@ RUN /usr/local/bin/user_setup
26
27
ENTRYPOINT ["/usr/local/bin/entrypoint"]
28
29
-RUN microdnf update && \
+RUN microdnf update -y && \
30
microdnf clean all
31
32
USER ${USER_UID}
0 commit comments