Block a user
ubi9-nodejs-22 (latest)
Published 2026-07-08 00:52:55 -07:00 by allen
Installation
docker pull gitea.taila7038.ts.net/allen/ubi9-nodejs-22:latestsha256:80d73887eed7d3b2462ab5ba6c182b6fc896cb42040e1696f0e453c6fce96761
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 |
| ENV NODEJS_VERSION=22 NPM_RUN=start NAME=nodejs NPM_CONFIG_PREFIX=$HOME/.npm-global PATH=$HOME/node_modules/.bin/:$HOME/.npm-global/bin/:$PATH CNB_STACK_ID=com.redhat.stacks.ubi9-nodejs-20 CNB_USER_ID=1001 CNB_GROUP_ID=0 |
| ENV SUMMARY="Platform for building and running Node.js $NODEJS_VERSION applications" DESCRIPTION="Node.js $NODEJS_VERSION available as container is a base platform for building and running various Node.js $NODEJS_VERSION applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices." |
| LABEL summary="$SUMMARY" description="$DESCRIPTION" io.k8s.description="$DESCRIPTION" io.k8s.display-name="Node.js $NODEJS_VERSION" io.openshift.expose-services="8080:http" io.openshift.tags="builder,$NAME,${NAME}${NODEJS_VERSION}" io.openshift.s2i.scripts-url="image:///usr/libexec/s2i" io.s2i.scripts-url="image:///usr/libexec/s2i" io.buildpacks.stack.id="com.redhat.stacks.ubi9-nodejs-20" com.redhat.dev-mode="DEV_MODE:false" com.redhat.deployments-dir="${APP_ROOT}/src" com.redhat.dev-mode.port="DEBUG_PORT:5858" com.redhat.component="${NAME}-${NODEJS_VERSION}-container" name="ubi9/$NAME-$NODEJS_VERSION" 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/s2i-nodejs-container" usage="s2i build <SOURCE-REPOSITORY> ubi9/$NAME-$NODEJS_VERSION:latest <APP-NAME>" |
| /bin/sh -c dnf -y module enable nodejs:$NODEJS_VERSION && MODULE_DEPS="make gcc gcc-c++ git openssl-devel" && INSTALL_PKGS="$MODULE_DEPS nodejs npm nodejs-nodemon nss_wrapper-libs which" && ln -s /usr/lib/node_modules/nodemon/bin/nodemon.js /usr/bin/nodemon && dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && node -v | grep -qe "^v$NODEJS_VERSION\." && echo "Found VERSION $NODEJS_VERSION" && dnf -y clean all --enablerepo='*' |
| COPY dir:60fbb82d7e16550b616274fb3e7268d27693b0940e2cfa99e417e904f780c9de in $STI_SCRIPTS_PATH |
| /bin/sh -c chmod +x /usr/libexec/s2i/init-wrapper |
| COPY dir:62ada8d322b3c9fb876946b0e4fdebc1f0f09584f32f9f14467b811c66c13afe in / |
| /bin/sh -c chown -R 1001:0 ${APP_ROOT} && chmod -R ug+rwx ${APP_ROOT} && rpm-file-permissions |
| USER 1001 |
| CMD $STI_SCRIPTS_PATH/usage |
| COPY dir:7dc9e474a5f79ea97a1176c0cab0d0e778ff8a4f196350811c5d27ff6154bfbb in /usr/share/buildinfo/ |
| COPY dir:7dc9e474a5f79ea97a1176c0cab0d0e778ff8a4f196350811c5d27ff6154bfbb in /root/buildinfo/ |
| LABEL "org.opencontainers.image.created"="2026-07-07T04:54:05Z" "org.opencontainers.image.revision"="99911ab5ed3b1b6cfc1cb836bd8f38091ced08b5" "build-date"="2026-07-07T04:54:05Z" "architecture"="x86_64" "vcs-ref"="99911ab5ed3b1b6cfc1cb836bd8f38091ced08b5" "vcs-type"="git" "release"="1783399991"org.opencontainers.image.created=2026-07-07T04:54:05Z,org.opencontainers.image.revision=99911ab5ed3b1b6cfc1cb836bd8f38091ced08b5 |
Labels
| Key | Value |
|---|---|
| architecture | x86_64 |
| build-date | 2026-07-07T04:54:05Z |
| com.redhat.component | nodejs-22-container |
| com.redhat.deployments-dir | /opt/app-root/src |
| com.redhat.dev-mode | DEV_MODE:false |
| com.redhat.dev-mode.port | DEBUG_PORT:5858 |
| 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 | Node.js 22 available as container is a base platform for building and running various Node.js 22 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. |
| distribution-scope | public |
| help | For more information visit https://github.com/sclorg/s2i-nodejs-container |
| io.buildah.version | 1.44.0 |
| io.buildpacks.stack.id | com.redhat.stacks.ubi9-nodejs-20 |
| io.k8s.description | Node.js 22 available as container is a base platform for building and running various Node.js 22 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. |
| io.k8s.display-name | Node.js 22 |
| io.openshift.expose-services | 8080:http |
| io.openshift.s2i.scripts-url | image:///usr/libexec/s2i |
| io.openshift.tags | builder,nodejs,nodejs22 |
| io.s2i.scripts-url | image:///usr/libexec/s2i |
| maintainer | SoftwareCollections.org <sclorg@redhat.com> |
| name | ubi9/nodejs-22 |
| org.opencontainers.image.created | 2026-07-07T04:54:05Z |
| org.opencontainers.image.revision | 99911ab5ed3b1b6cfc1cb836bd8f38091ced08b5 |
| release | 1783399991 |
| summary | Platform for building and running Node.js 22 applications |
| url | https://catalog.redhat.com/en/search?searchType=containers |
| usage | s2i build <SOURCE-REPOSITORY> ubi9/nodejs-22:latest <APP-NAME> |
| vcs-ref | 99911ab5ed3b1b6cfc1cb836bd8f38091ced08b5 |
| vcs-type | git |
| vendor | Red Hat, Inc. |
| version | 1 |