| LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
| LABEL url="https://catalog.redhat.com/en/search?searchType=containers" |
| LABEL com.redhat.component="ubi8-container" name="ubi8/ubi" version="8.10" cpe="cpe:/a:redhat:enterprise_linux:8::appstream" 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 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.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 |
| COPY dir:6e547f69d32d6567e88bd98efb5e855f83c47c4fab22f24b73c0ab02bfc82e9b in / |
| COPY file:67f65df33ff6c09984969b192c50b78072a88c5655e380e734315d0229c75aa1 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:3ab5c2f18f7b2afc9a63033cf6d7fedd5acc6eb94e3217a2863e790bced26b9d in /usr/share/buildinfo/content-sets.json |
| COPY file:3ab5c2f18f7b2afc9a63033cf6d7fedd5acc6eb94e3217a2863e790bced26b9d in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:e70dba4e368620a69a18cf4edf4838a7bab31551e872175bba8e6413357b6da4 in /usr/share/buildinfo/labels.json |
| COPY file:e70dba4e368620a69a18cf4edf4838a7bab31551e872175bba8e6413357b6da4 in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="fcbf192308cb5cb89aa676b4097a70bf7dfbd80f" "org.opencontainers.image.revision"="fcbf192308cb5cb89aa676b4097a70bf7dfbd80f" "build-date"="2026-06-17T18:16:38Z" "org.opencontainers.image.created"="2026-06-17T18:16:38Z" "release"="1781720109"org.opencontainers.image.revision=fcbf192308cb5cb89aa676b4097a70bf7dfbd80f,org.opencontainers.image.created=2026-06-17T18:16:38Z |
| 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 upgrade && dnf -y group install "Development Tools" && dnf -y install wget python3 python3-devel cmake git-lfs rpmdevtools && git lfs install && dnf clean all # buildkit |
| COPY files/rpmmacros /root/.rpmmacros # buildkit |