| LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." url="https://catalog.redhat.com/en/search?searchType=containers" com.redhat.component="ubi10-container" name="ubi10/ubi" cpe="cpe:/o:redhat:enterprise_linux:10.1" version="10.1" 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 10." |
| 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 10" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="base rhel10" |
| ENV container oci |
| COPY dir:b62de4b2beefd14a1aeae7117c2cdcdabf37d47552178479f76080ba411f3aa9 in / |
| COPY file:7434e7ac38eae122961f7433f94f69681ae6b7673c89bc0a33c8831ed9c5dbfc in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:595171150af68abc798ea385f7988d74b566aa8e84babff137f00b08b2164683 in /usr/share/buildinfo/content-sets.json |
| COPY file:595171150af68abc798ea385f7988d74b566aa8e84babff137f00b08b2164683 in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:d727ba1f49a62bcba7efabc2fe7922506ba641c1dae1c9448d7401799ef85ade in /usr/share/buildinfo/labels.json |
| COPY file:d727ba1f49a62bcba7efabc2fe7922506ba641c1dae1c9448d7401799ef85ade in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="71c692dd7723291dc04914620ccd84847cfa8a18" "org.opencontainers.image.revision"="71c692dd7723291dc04914620ccd84847cfa8a18" "build-date"="2026-04-22T05:19:29Z" "org.opencontainers.image.created"="2026-04-22T05:19:29Z" "release"="1776834862"org.opencontainers.image.revision=71c692dd7723291dc04914620ccd84847cfa8a18,org.opencontainers.image.created=2026-04-22T05:19:29Z |
| 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 |