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 b9e14e2 commit 3925adaCopy full SHA for 3925ada
Dockerfile
@@ -17,7 +17,6 @@ COPY Makefile Makefile
17
COPY config/ config/
18
COPY hack/ hack/
19
20
-
21
ARG VERSION
22
ENV PRODUCT_VERSION=${VERSION}
23
@@ -26,8 +25,9 @@ RUN make manager
26
25
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-230
27
28
RUN microdnf install yum &&\
29
- yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical &&\
+ yum -y update &&\
30
yum clean all &&\
+ dnf remove python3-pip -y &&\
31
microdnf clean all
32
33
#FROM registry.access.redhat.com/ubi8/ubi
0 commit comments