Skip to content

Commit 3918970

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Update to UBI9
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 21de44f commit 3918970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010
RUN make build
1111

1212
# Stage 2: Copy the binaries from the image builder to the base image
13-
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
13+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
1414

1515
ENV COMPONENT=governance-policy-propagator
1616
ENV REPO_PATH=/go/src/github.com/open-cluster-management/${COMPONENT}
@@ -26,7 +26,7 @@ RUN /usr/local/bin/user_setup
2626

2727
ENTRYPOINT ["/usr/local/bin/entrypoint"]
2828

29-
RUN microdnf update && \
29+
RUN microdnf update -y && \
3030
microdnf clean all
3131

3232
USER ${USER_UID}

0 commit comments

Comments
 (0)