| 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:0b4c1937d7b00cad357fda9023b01611df6d5155c35b0d6820199de292f21ff0 in / |
| COPY file:7434e7ac38eae122961f7433f94f69681ae6b7673c89bc0a33c8831ed9c5dbfc in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY dir:87c66853e69ba0a18e0282c16080e4d537b737683f31d8e226656ab3c1e0fd63 in /usr/share/buildinfo/ |
| COPY dir:87c66853e69ba0a18e0282c16080e4d537b737683f31d8e226656ab3c1e0fd63 in /root/buildinfo/ |
| LABEL "org.opencontainers.image.created"="2026-06-24T05:12:05Z" "org.opencontainers.image.revision"="81cf8b34c5666141f3d4a3fab1fe5a9143bcc2a1" "build-date"="2026-06-24T05:12:05Z" "architecture"="x86_64" "vcs-ref"="81cf8b34c5666141f3d4a3fab1fe5a9143bcc2a1" "vcs-type"="git" "release"="1782277716"org.opencontainers.image.created=2026-06-24T05:12:05Z,org.opencontainers.image.revision=81cf8b34c5666141f3d4a3fab1fe5a9143bcc2a1 |
| LABEL maintainer="Tsvetan Gerov <tsvetan@unixworld.org>" |
| LABEL description="Demo Nginx web server running on UBI 10" |
| /bin/sh -c dnf -y update && dnf -y install nginx && dnf clean all |
| /bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log |
| EXPOSE 80 |
| CMD ["nginx", "-g", "daemon off;"] |