Skip to content

Commit 3925ada

Browse files
authored
update operator base dockerfile (#457)
1 parent b9e14e2 commit 3925ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ COPY Makefile Makefile
1717
COPY config/ config/
1818
COPY hack/ hack/
1919

20-
2120
ARG VERSION
2221
ENV PRODUCT_VERSION=${VERSION}
2322

@@ -26,8 +25,9 @@ RUN make manager
2625
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-230
2726

2827
RUN microdnf install yum &&\
29-
yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical &&\
28+
yum -y update &&\
3029
yum clean all &&\
30+
dnf remove python3-pip -y &&\
3131
microdnf clean all
3232

3333
#FROM registry.access.redhat.com/ubi8/ubi

0 commit comments

Comments
 (0)