ADD file:04e3bb8dbcc173469bd087cd598892daaf55ccbfd076b7ba5de6c0242fb54cb0 in / |
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || : |
ADD file:df13b6a4fdeac4626ab7cd7e99d16d30edc6e3e5441295ae7691bee26604a5b1 in /tmp/tls-ca-bundle.pem |
ADD multi:771be6fff9a852e557be99b0f12cda1b1c36d9bdb4af98b64a96cf7211fbeaa5 in /etc/yum.repos.d/ |
LABEL maintainer="Red Hat, Inc." |
LABEL com.redhat.component="ubi8-container" name="ubi8" version="8.10" |
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 8." |
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.display-name="Red Hat Universal Base Image 8" |
LABEL io.openshift.expose-services="" |
LABEL io.openshift.tags="base rhel8" |
ENV container oci |
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
CMD ["/bin/bash"] |
/bin/sh -c rm -rf /var/log/* |
/bin/sh -c mkdir -p /var/log/rhsm |
ADD file:b2504ac56e42d221cb97ae63b245e52d960e7417b4da4abdda91f820a1dd5708 in /root/buildinfo/content_manifests/ubi8-container-8.10-1184.1741863532.json |
ADD file:fc0e17da15a231b0a8534ffb8ef0fbf087a6da1ff35f8721112100089ce4afc5 in /root/buildinfo/Dockerfile-ubi8-8.10-1184.1741863532 |
LABEL "release"="1184.1741863532" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-03-13T10:59:43" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="967861a8dbbb288b8cec9f1fee7ccbf6c7ee9a20" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.10-1184.1741863532" |
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-3978716-29051.repo' '/etc/yum.repos.d/rhel-8.10-compose-0e878.repo' |
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem |
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || : |
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 |