Skip to content

Commit

Permalink
Add auto-update for rpms in ubi8-minimal for CRW-4977
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Nov 6, 2023
1 parent 2393788 commit b3a2df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -q 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

Expand Down

0 comments on commit b3a2df4

Please sign in to comment.