| 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:6699d71b5f53ee38496d94dcc6d0bee4b43db73a2ec7b1560b41176efe31d45a 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:bb52e8cca9ad0983ecef9a783cc3088e0d86abc6c080d8fda63e39508df26ce3 in /usr/share/buildinfo/labels.json |
| COPY file:bb52e8cca9ad0983ecef9a783cc3088e0d86abc6c080d8fda63e39508df26ce3 in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="a2be509f55514a28f8c6913547b529ef8acad313" "org.opencontainers.image.revision"="a2be509f55514a28f8c6913547b529ef8acad313" "build-date"="2026-02-04T04:56:04Z" "org.opencontainers.image.created"="2026-02-04T04:56:04Z" "release"="1770180700"org.opencontainers.image.revision=a2be509f55514a28f8c6913547b529ef8acad313,org.opencontainers.image.created=2026-02-04T04:56:04Z |
| ARG NODE_MAJOR |
| ARG NODE_MAJOR PYTHON_VERSION |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c curl -fsSL https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo -o /etc/yum.repos.d/hashicorp.repo && curl -fsSL https://rpm.nodesource.com/setup_${NODE_MAJOR}.x | bash - |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c dnf install -y git jq buildah skopeo fuse-overlayfs nomad vault consul nodejs gcc make openssl-devel bzip2-devel libffi-devel zlib-devel xz-devel sqlite-devel && setcap -r /usr/bin/vault && dnf clean all |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c curl -fsSL https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz | tar xz -C /tmp && cd /tmp/Python-${PYTHON_VERSION} && ./configure --prefix=/usr/local --enable-optimizations --with-lto 2>&1 | tail -5 && make -j"$(nproc)" 2>&1 | tail -5 && make altinstall && cd / && rm -rf /tmp/Python-${PYTHON_VERSION} |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c ln -sf /usr/local/bin/python3.13 /usr/local/bin/python3 && ln -sf /usr/local/bin/pip3.13 /usr/local/bin/pip3 |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c corepack enable |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c echo 'runner:100000:65536' > /etc/subuid && echo 'runner:100000:65536' > /etc/subgid |
| |2 NODE_MAJOR=24 PYTHON_VERSION=3.13.5 /bin/sh -c buildah --version && skopeo --version && nomad version && vault version && consul version && jq --version && git --version && node --version && pnpm --version && python3 --version && pip3 --version |