| 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.2" version="10.2" 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:1f249b55a6b9b0e1acd37e03af6da264fec41af20c03d954a124cf81f11418fd in / |
| COPY file:7434e7ac38eae122961f7433f94f69681ae6b7673c89bc0a33c8831ed9c5dbfc in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY dir:259e4dfe86fe965a6bfceeb2392bdf6bbf49c6f907f3cc590feb4f87f634694b in /usr/share/buildinfo/ |
| COPY dir:259e4dfe86fe965a6bfceeb2392bdf6bbf49c6f907f3cc590feb4f87f634694b in /root/buildinfo/ |
| LABEL "org.opencontainers.image.created"="2026-06-30T05:54:30Z" "org.opencontainers.image.revision"="4b90d90a20247f033793a812e801aeb35797829c" "build-date"="2026-06-30T05:54:30Z" "architecture"="x86_64" "vcs-ref"="4b90d90a20247f033793a812e801aeb35797829c" "vcs-type"="git" "release"="1782798722"org.opencontainers.image.created=2026-06-30T05:54:30Z,org.opencontainers.image.revision=4b90d90a20247f033793a812e801aeb35797829c |
| 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 |