Add auto-update for rpms in ubi8-minimal for CRW-4977 (#1775)

* Add auto-update for rpms in ubi8-minimal for CRW-4977

* Remove -q
7.74.x
Samantha Dawley 2023-11-06 12:27:02 -05:00 committed by GitHub
parent 23937884e2
commit fa612b398b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
# https://registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi8-minimal:8.8-1072
RUN microdnf -y update && \
microdnf -y clean all && rm -rf /var/cache/yum
COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin
COPY --from=builder /che-operator/che-operator /manager