Enabling CRB for ubi9
Build and Push Redhat UBI9 Image / Build and push ubi9-micro image (push) Failing after 10s Details
Build and Push Redhat UBI9 Image / Build and push ubi9-minimal image (push) Failing after 9s Details
Build and Push Redhat UBI9 Image / Build and push ubi9 image (push) Failing after 9s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 02:11:32 +07:00
parent 4dcd35adfc
commit 61a00585b8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ENV TZ=${TIMEZONE}
RUN dnf -y install tzdata && \ RUN dnf -y install tzdata && \
dnf -y reinstall tzdata && \ dnf -y reinstall tzdata && \
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
crb enable && \
dnf -y update && \ dnf -y update && \
dnf -y autoremove && \ dnf -y autoremove && \
dnf -y clean all dnf -y clean all