nodejs-18-exam (latest)

Published 2025-04-02 21:46:35 +03:00 by logic

Installation

docker pull gitea.digital-logic.tech/logic/nodejs-18-exam:latest
sha256:4d32e459ff4d055651b45cc0c9b15340ee7bc7cc84e3c639564df0c80003443d

Image Layers

LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
LABEL url="https://www.redhat.com"
LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" 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:0edc96071d03673970c637eceeec74369b8fdf1ae3d39376b389539c592ba907 in /
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
LABEL "build-date"="2025-03-25T16:12:35" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="e98aeded1f394c8879effc230f1b407e9e55e58f" "build-date"="2025-03-25T15:58:30Z" "release"="1742918310"
/bin/sh
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 . /cachi2/cachi2.env && 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:c0a6041ac79062c3218ecf981430237cf5c028f1b08b4ce4f2cff9664aed2aca in /
WORKDIR ${HOME}
ENTRYPOINT ["container-entrypoint"]
CMD ["base-usage"]
/bin/sh -c . /cachi2/cachi2.env && rpm-file-permissions && useradd -u 1001 -r -g 0 -d ${HOME} -c "Default Application User" default && chown -R 1001:0 ${APP_ROOT}
LABEL "build-date"="2025-03-25T19:05:27" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="ab2b9b3a8095c1bb5cb19facec601d96cc34afa9" "build-date"="2025-03-25T19:03:20Z" "release"="1742929400"
/bin/sh
EXPOSE 8080
ENV NODEJS_VERSION=18 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-18 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-18" 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 . /cachi2/cachi2.env && yum -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 && yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && node -v | grep -qe "^v$NODEJS_VERSION\." && echo "Found VERSION $NODEJS_VERSION" && yum -y clean all --enablerepo='*'
COPY dir:02660b82328b77d4dd940c53bfdbc27ca740910c0e9a945d97235a5a28229c67 in $STI_SCRIPTS_PATH
/bin/sh -c . /cachi2/cachi2.env && chmod +x $STI_SCRIPTS_PATH/init-wrapper
COPY dir:a582b7c72d01e94debb3ae218f1e657caca4564438661a7b68b8dd23b6777af3 in /
/bin/sh -c . /cachi2/cachi2.env && chown -R 1001:0 ${APP_ROOT} && chmod -R ug+rwx ${APP_ROOT} && rpm-file-permissions
USER 1001
CMD $STI_SCRIPTS_PATH/usage
LABEL "build-date"="2025-03-26T05:38:02" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="8c7db2dbea8e4f6ca83a1558e6abf18edc25629e" "build-date"="2025-03-26T05:32:40Z" "release"="1742967160"
/bin/sh

Labels

Key Value
architecture x86_64
build-date 2025-03-26T05:32:40Z
com.redhat.component nodejs-18-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
description Node.js 18 available as container is a base platform for building and running various Node.js 18 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.39.0-dev
io.buildpacks.stack.id com.redhat.stacks.ubi9-nodejs-18
io.k8s.description Node.js 18 available as container is a base platform for building and running various Node.js 18 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 18
io.openshift.expose-services 8080:http
io.openshift.s2i.scripts-url image:///usr/libexec/s2i
io.openshift.tags builder,nodejs,nodejs18
io.s2i.scripts-url image:///usr/libexec/s2i
maintainer SoftwareCollections.org <sclorg@redhat.com>
name ubi9/nodejs-18
release 1742967160
summary Platform for building and running Node.js 18 applications
url https://www.redhat.com
usage s2i build <SOURCE-REPOSITORY> ubi9/nodejs-18:latest <APP-NAME>
vcs-ref 8c7db2dbea8e4f6ca83a1558e6abf18edc25629e
vcs-type git
vendor Red Hat, Inc.
version 1
Details
Container
2025-04-02 21:46:35 +03:00
0
OCI / Docker
linux/amd64
213 MiB
Versions (1) View all
latest 2025-04-02