Skip to content

Commit

Permalink
Merge pull request ManageIQ#1084 from bdunne/update_base_image
Browse files Browse the repository at this point in the history
Update the base image first
  • Loading branch information
Fryguy authored Apr 3, 2024
2 parents 9b4eb7a + 1c73dca commit a80a18c
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 a80a18c

Please sign in to comment.