Skip to content

Commit

Permalink
Update the base image first
Browse files Browse the repository at this point in the history
This will pull in any updates since the base image was built
  • Loading branch information
bdunne committed Apr 3, 2024
1 parent 9b4eb7a commit 1c73dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COPY container-assets/prepare_local_yum_repo.sh /usr/local/bin
COPY container-assets/clean_dnf_rpm /usr/local/bin/

RUN --mount=type=bind,from=rpms,source=/tmp/rpms,target=/tmp/rpms \
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs update && \
ARCH=$(uname -m) && \
dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False --save && \
dnf -y --setopt=protected_packages= remove redhat-release && \
Expand Down

0 comments on commit 1c73dca

Please sign in to comment.