LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
LABEL url="https://www.redhat.com" |
LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public" |
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
LABEL io.openshift.expose-services="" |
LABEL io.openshift.tags="base rhel9" |
ENV container oci |
COPY dir:0edc96071d03673970c637eceeec74369b8fdf1ae3d39376b389539c592ba907 in / |
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
CMD ["/bin/bash"] |
LABEL "build-date"="2025-03-25T16:12:35" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="e98aeded1f394c8879effc230f1b407e9e55e58f" "build-date"="2025-03-25T15:58:30Z" "release"="1742918310" |
/bin/sh |
COPY files/basic.repo /etc/yum.repos.d/ # buildkit |
COPY files/subscription-manager.conf /etc/dnf/plugins/ # buildkit |
RUN /bin/sh -c rm /etc/yum.repos.d/ubi.repo # buildkit |
RUN /bin/sh -c dnf -y group install "Development Tools" # buildkit |
RUN /bin/sh -c dnf -y install wget # buildkit |
RUN /bin/sh -c dnf -y install python3 # buildkit |
RUN /bin/sh -c dnf -y install python3-devel # buildkit |
RUN /bin/sh -c dnf -y install nodejs # buildkit |
RUN /bin/sh -c dnf -y install git-lfs # buildkit |
RUN /bin/sh -c dnf clean all # buildkit |
RUN /bin/sh -c git lfs install # buildkit |
COPY files/rpmmacros /root/.rpmmacros # buildkit |
RUN /bin/sh -c dnf -y install cmake # buildkit |
RUN /bin/sh -c dnf -y install python3.12 # buildkit |
RUN /bin/sh -c dnf -y install python3.12-devel # buildkit |
RUN /bin/sh -c dnf -y install python3.12-pip # buildkit |
COPY files/rpmmacros /root/.rpmmacros # buildkit |