Add auto-update for rpms in ubi8-minimal for CRW-4977 (#1775)
* Add auto-update for rpms in ubi8-minimal for CRW-4977 * Remove -q7.74.x
parent
23937884e2
commit
fa612b398b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue