• Joined on 2026-01-18

ubi9-nginx-126 (latest)

Published 2026-07-08 00:52:59 -07:00 by allen

Installation

docker pull gitea.taila7038.ts.net/allen/ubi9-nginx-126:latest
sha256:d274da6a748ddc1db8aa951eac5e70157318c65c612861df0ae20c50487d9d26

Image Layers

LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
LABEL com.redhat.component="ubi9-container" name="ubi9/ubi" version="9.8" cpe="cpe:/a:redhat:enterprise_linux:9::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 9."
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 9"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="base rhel9"
ENV container oci
COPY dir:83aaa84b109bcf106c30af78cd3673da95c6cdcdaea849870c30ac578da997d4 in /
COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
COPY dir:f44734d5c79ab3753b28d073a8b5791bb1b704ba0ba3011de6e08f518c7e14c0 in /usr/share/buildinfo/
COPY dir:f44734d5c79ab3753b28d073a8b5791bb1b704ba0ba3011de6e08f518c7e14c0 in /root/buildinfo/
LABEL "org.opencontainers.image.created"="2026-06-30T17:49:35Z" "org.opencontainers.image.revision"="f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1" "build-date"="2026-06-30T17:49:35Z" "architecture"="x86_64" "vcs-ref"="f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1" "vcs-type"="git" "release"="1782841664"org.opencontainers.image.created=2026-06-30T17:49:35Z,org.opencontainers.image.revision=f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1
ENV SUMMARY="Base image which allows using of source-to-image." DESCRIPTION="The s2i-core image provides any images layered on top of it with all the tools needed to use source-to-image functionality while keeping the image size as small as possible."
LABEL summary="$SUMMARY" description="$DESCRIPTION" io.k8s.description="$DESCRIPTION" io.k8s.display-name="s2i core" io.openshift.s2i.scripts-url=image:///usr/libexec/s2i io.s2i.scripts-url=image:///usr/libexec/s2i io.openshift.tags="s2i-core rhel9" com.redhat.component="s2i-core-container" name="ubi9/s2i-core" version="1" com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
ENV STI_SCRIPTS_URL=image:///usr/libexec/s2i STI_SCRIPTS_PATH=/usr/libexec/s2i APP_ROOT=/opt/app-root HOME=/opt/app-root/src PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PLATFORM="el9"
/bin/sh -c INSTALL_PKGS="bsdtar findutils groff-base glibc-locale-source glibc-langpack-en gettext rsync scl-utils tar unzip xz yum" && mkdir -p ${HOME}/.pki/nssdb && chown -R 1001:0 ${HOME}/.pki && yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && yum -y clean all --enablerepo='*'
COPY dir:25a374d132442c0ecb2d14b910b3e9c0d0f0bdffffd04eeeb2e75fc661fd18a3 in /
WORKDIR ${HOME}
ENTRYPOINT ["container-entrypoint"]
CMD ["base-usage"]
/bin/sh -c rpm-file-permissions && useradd -u 1001 -r -g 0 -d ${HOME} -c "Default Application User" default && chown -R 1001:0 ${APP_ROOT}
COPY dir:4c096882e0b85fc3996c3b4d18bc55d4a465e0a0ac6f646f49150dd720559227 in /usr/share/buildinfo/
COPY dir:4c096882e0b85fc3996c3b4d18bc55d4a465e0a0ac6f646f49150dd720559227 in /root/buildinfo/
LABEL "org.opencontainers.image.created"="2026-07-01T05:11:46Z" "org.opencontainers.image.revision"="a76d07c8c9613f0f85f4d3e19c08e845b763352a" "build-date"="2026-07-01T05:11:46Z" "architecture"="x86_64" "vcs-ref"="a76d07c8c9613f0f85f4d3e19c08e845b763352a" "vcs-type"="git" "release"="1782882679"org.opencontainers.image.created=2026-07-01T05:11:46Z,org.opencontainers.image.revision=a76d07c8c9613f0f85f4d3e19c08e845b763352a
EXPOSE 8080
EXPOSE 8443
ENV NAME=nginx NGINX_VERSION=1.26 NGINX_SHORT_VER=126 VERSION=0
ENV SUMMARY="Platform for running nginx $NGINX_VERSION or building nginx-based application" DESCRIPTION="Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx $NGINX_VERSION daemon. The image can be used as a base image for other applications based on nginx $NGINX_VERSION web server. Nginx server image can be extended using source-to-image tool."
LABEL summary="${SUMMARY}" description="${DESCRIPTION}" io.k8s.description="${DESCRIPTION}" io.k8s.display-name="Nginx ${NGINX_VERSION}" io.openshift.expose-services="8080:http" io.openshift.expose-services="8443:https" io.openshift.tags="builder,${NAME},${NAME}-${NGINX_SHORT_VER}" com.redhat.component="${NAME}-${NGINX_SHORT_VER}-container" name="ubi9/${NAME}-${NGINX_SHORT_VER}" version="1" com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" maintainer="SoftwareCollections.org <sclorg@redhat.com>" help="For more information visit https://github.com/sclorg/${NAME}-container" usage="s2i build <SOURCE-REPOSITORY> ubi9/${NAME}-${NGINX_SHORT_VER}:latest <APP-NAME>"
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d NGINX_CONF_PATH=/etc/nginx/nginx.conf NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d NGINX_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/nginx NGINX_APP_ROOT=${APP_ROOT} NGINX_LOG_PATH=/var/log/nginx NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
/bin/sh -c yum -y module enable nginx:$NGINX_VERSION && INSTALL_PKGS="nss_wrapper-libs gettext hostname nginx nginx-all-modules" && yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && yum -y clean all --enablerepo='*'
COPY dir:af1968967fc4fd6e471745ca51e88c77cc1dc4823d6a60052f3213b1ec5676a8 in $STI_SCRIPTS_PATH
COPY dir:1e77d24875105db2801fee61bdf0174424412b0b33dd3ff74d46323e7b114005 in /
/bin/sh -c sed -i -f ${NGINX_APP_ROOT}/nginxconf.sed ${NGINX_CONF_PATH} && mkdir -p ${NGINX_APP_ROOT}/etc/nginx.d/ && mkdir -p ${NGINX_APP_ROOT}/etc/nginx.default.d/ && mkdir -p ${NGINX_APP_ROOT}/src/nginx-start/ && mkdir -p ${NGINX_CONTAINER_SCRIPTS_PATH}/nginx-start && mkdir -p ${NGINX_LOG_PATH} && mkdir -p ${NGINX_PERL_MODULE_PATH} && chown -R 1001:0 ${NGINX_CONF_PATH} && chown -R 1001:0 ${NGINX_APP_ROOT}/etc && chown -R 1001:0 ${NGINX_APP_ROOT}/src/nginx-start/ && chown -R 1001:0 ${NGINX_CONTAINER_SCRIPTS_PATH}/nginx-start && chown -R 1001:0 /var/lib/nginx /var/log/nginx /run && chmod ug+rw ${NGINX_CONF_PATH} && chmod -R ug+rwX ${NGINX_APP_ROOT}/etc && chmod -R ug+rwX ${NGINX_APP_ROOT}/src/nginx-start/ && chmod -R ug+rwX ${NGINX_CONTAINER_SCRIPTS_PATH}/nginx-start && chmod -R ug+rwX /var/lib/nginx /var/log/nginx /run && rpm-file-permissions
USER 1001
STOPSIGNAL SIGQUIT
CMD $STI_SCRIPTS_PATH/usage
COPY dir:2b378067db4d7901847deb9412d469da4498d1db7ad5e41a2d1c4ec6987ec556 in /usr/share/buildinfo/
COPY dir:2b378067db4d7901847deb9412d469da4498d1db7ad5e41a2d1c4ec6987ec556 in /root/buildinfo/
LABEL "org.opencontainers.image.created"="2026-07-01T13:05:06Z" "org.opencontainers.image.revision"="4a08e23386d53830f80ecb47531e2b630c428885" "build-date"="2026-07-01T13:05:06Z" "architecture"="x86_64" "vcs-ref"="4a08e23386d53830f80ecb47531e2b630c428885" "vcs-type"="git" "release"="1782911077"org.opencontainers.image.created=2026-07-01T13:05:06Z,org.opencontainers.image.revision=4a08e23386d53830f80ecb47531e2b630c428885

Labels

Key Value
architecture x86_64
build-date 2026-07-01T13:05:06Z
com.redhat.component nginx-126-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
cpe cpe:/a:redhat:enterprise_linux:9::appstream
description Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.26 daemon. The image can be used as a base image for other applications based on nginx 1.26 web server. Nginx server image can be extended using source-to-image tool.
distribution-scope public
help For more information visit https://github.com/sclorg/nginx-container
io.buildah.version 1.44.0
io.k8s.description Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. The container image provides a containerized packaging of the nginx 1.26 daemon. The image can be used as a base image for other applications based on nginx 1.26 web server. Nginx server image can be extended using source-to-image tool.
io.k8s.display-name Nginx 1.26
io.openshift.expose-services 8443:https
io.openshift.s2i.scripts-url image:///usr/libexec/s2i
io.openshift.tags builder,nginx,nginx-126
io.s2i.scripts-url image:///usr/libexec/s2i
maintainer SoftwareCollections.org <sclorg@redhat.com>
name ubi9/nginx-126
org.opencontainers.image.created 2026-07-01T13:05:06Z
org.opencontainers.image.revision 4a08e23386d53830f80ecb47531e2b630c428885
release 1782911077
summary Platform for running nginx 1.26 or building nginx-based application
url https://catalog.redhat.com/en/search?searchType=containers
usage s2i build <SOURCE-REPOSITORY> ubi9/nginx-126:latest <APP-NAME>
vcs-ref 4a08e23386d53830f80ecb47531e2b630c428885
vcs-type git
vendor Red Hat, Inc.
version 1
Details
Container
2026-07-08 00:52:59 -07:00
0
OCI / Docker
linux/amd64
111 MiB
Versions (1) View all
latest 2026-07-08