Review RHEL images. Removed unnecessary packages / repisotories

This commit is contained in:
Alexey Pustovalov
2024-03-02 23:51:27 +09:00
parent 8f04de55ee
commit 00a28c821c
12 changed files with 95 additions and 7 deletions

View File

@ -55,6 +55,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
shadow-utils \
java-17-openjdk-headless" && \
microdnf -y install \
--disableplugin=subscription-manager \
--disablerepo "*" \
--enablerepo "ubi-9-baseos-rpms" \
--enablerepo "ubi-9-appstream-rpms" \