Namespace
bitnami
Image / Tag
node:latest
Content Digest
sha256:624b936580a84d54cff1d9ae12f42453ee9f04f5e1035f005f67d0ef02f36f0b
Details
Created

2026-07-10 11:04:42 UTC

Size

240 MB

Content Digest
Labels
  • build-date
    20260610
  • name
    Photon OS x86_64/5.0 Base Image
  • org.opencontainers.image.base.name
    docker.io/library/photon:5.0
  • org.opencontainers.image.created
    2026-07-10T11:01:29Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.title
    node
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    26.5.0
  • vendor
    VMware

Environment
APP_VERSION

26.5.0

BITNAMI_APP_NAME

node

COREPACK_HOME

/opt/bitnami/node/corepack

IMAGE_REVISION

1

OPENSSL_FIPS

yes

OPENSSL_FIPS_PROVIDER_PATH

/etc/ssl/provider_fips.cnf

OS_ARCH

amd64

OS_FLAVOUR

photon-5

OS_NAME

linux

PATH

/opt/bitnami/python/bin:/opt/bitnami/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0c7faae2c08f26e5e884448cc66205ad6e15f80059657d26750ef462d74881aa - 100.0% (240 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-06-10T23:40:39.010617546Z","created_by":"ADD photon-rootfs-5.0-db2794147.x86_64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-06-10T23:40:39.010617546Z","created_by":"LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20260610","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-06-10T23:40:39.010617546Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.534646337Z","created_by":"ARG DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.534646337Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.534646337Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-07-10T11:01:29Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=node org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=26.5.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.534646337Z","created_by":"ENV OS_ARCH=amd64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.534646337Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:03:15.534646337Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:04:09.857008204Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages bzip2-libs ca-certificates curl findutils gawk gcc git gzip libaio-devel libffi libgcc libstdc++ libtool make ncurses-libs net-tools openssl-devel openssl-fips-provider openssl-libs patch pkg-config procps-ng readline sed shadow sqlite-devel sqlite-libs tar unzip util-linux wget which xz-libs zlib # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:18.356763326Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"python-3.14.6-8-linux-${OS_ARCH}-photon-5\" \"node-26.5.0-1-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; fi ; sha256sum -c \"/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz ; done ; rm -rf /opt/bitnami/checksums ; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:31.731112649Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \u0026\u0026 tdnf clean all \u0026\u0026 rm -rf /var/cache/tdnf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:31.837573636Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/openssl-apply-fips.sh \u0026\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:31.973027941Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/vmware-stig.sh \u0026\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:32.074187052Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \u0026\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:41.41653857Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \u0026\u0026 tdnf reinstall shadow -y \u0026\u0026 tdnf clean all # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:41.854089728Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:41.954538492Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /.npm \u0026\u0026 chmod g+rwX /.npm # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:41.994812041Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:42.104246023Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/node/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:42.104246023Z","created_by":"ENV APP_VERSION=26.5.0 BITNAMI_APP_NAME=node COREPACK_HOME=/opt/bitnami/node/corepack IMAGE_REVISION=1 OPENSSL_FIPS=yes OPENSSL_FIPS_PROVIDER_PATH=/etc/ssl/provider_fips.cnf PATH=/opt/bitnami/python/bin:/opt/bitnami/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:04:42.145792116Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:04:42.145792116Z","created_by":"CMD [\"node\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:5254979c2f59728c97ee07aeb582ed3095abc09c2c0616d1e30fceb1739f8fc9

Details
Created

2026-07-10 11:07:51 UTC

Size

231 MB

Content Digest
Labels
  • build-date
    20260214
  • name
    Photon OS aarch64/5.0 Base Image
  • org.opencontainers.image.base.name
    docker.io/library/photon:5.0
  • org.opencontainers.image.created
    2026-07-10T11:01:29Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.title
    node
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    26.5.0
  • vendor
    VMware

Environment
APP_VERSION

26.5.0

BITNAMI_APP_NAME

node

COREPACK_HOME

/opt/bitnami/node/corepack

IMAGE_REVISION

1

OPENSSL_FIPS

yes

OPENSSL_FIPS_PROVIDER_PATH

/etc/ssl/provider_fips.cnf

OS_ARCH

arm64

OS_FLAVOUR

photon-5

OS_NAME

linux

PATH

/opt/bitnami/python/bin:/opt/bitnami/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2005fff9d631e01bd5105e3faa2b9acce72b8e1188bd12dafcd61f067f0e77b3 - 100.0% (231 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-03-03T18:51:57.502362525Z","created_by":"ADD photon-rootfs-5.0-eb39da49f.aarch64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-03T18:51:57.502362525Z","created_by":"LABEL name=Photon OS aarch64/5.0 Base Image vendor=VMware build-date=20260214","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-03T18:51:57.502362525Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.438361535Z","created_by":"ARG DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.438361535Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.438361535Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-07-10T11:01:29Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=node org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=26.5.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.438361535Z","created_by":"ENV OS_ARCH=arm64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:03:15.438361535Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:03:15.438361535Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:06:21.951159639Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages bzip2-libs ca-certificates curl findutils gawk gcc git gzip libaio-devel libffi libgcc libstdc++ libtool make ncurses-libs net-tools openssl-devel openssl-fips-provider openssl-libs patch pkg-config procps-ng readline sed shadow sqlite-devel sqlite-libs tar unzip util-linux wget which xz-libs zlib # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:06:38.8215986Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"python-3.14.6-8-linux-${OS_ARCH}-photon-5\" \"node-26.5.0-1-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; fi ; sha256sum -c \"/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz ; done ; rm -rf /opt/bitnami/checksums ; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:22.047022296Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \u0026\u0026 tdnf clean all \u0026\u0026 rm -rf /var/cache/tdnf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:22.415002363Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/openssl-apply-fips.sh \u0026\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:23.467887154Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/vmware-stig.sh \u0026\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:23.680468844Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \u0026\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:49.771982838Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \u0026\u0026 tdnf reinstall shadow -y \u0026\u0026 tdnf clean all # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:50.613278206Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:50.795991687Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /.npm \u0026\u0026 chmod g+rwX /.npm # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:50.835465619Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:51.212457845Z","created_by":"RUN |2 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/node/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:51.212457845Z","created_by":"ENV APP_VERSION=26.5.0 BITNAMI_APP_NAME=node COREPACK_HOME=/opt/bitnami/node/corepack IMAGE_REVISION=1 OPENSSL_FIPS=yes OPENSSL_FIPS_PROVIDER_PATH=/etc/ssl/provider_fips.cnf PATH=/opt/bitnami/python/bin:/opt/bitnami/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T11:07:51.251690534Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T11:07:51.251690534Z","created_by":"CMD [\"node\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:b717bc1d32db4c06435b856944d2b708bd60a6d0276f1eaf22c976c1d6b5519e

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete