Namespace
bitnami
Image / Tag
nginx:1.29.0-debian-12-r6
Content Digest
sha256:1c62847abc9f760bf2019849e7c25b8855d4637113684b22cd26183d5cbbab6c
Details
Created

2025-08-07 17:13:34 UTC

Size

64.1 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2025-08-07T17:08:18Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/nginx
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    1.29.0

Environment
APP_VERSION

1.29.0

BITNAMI_APP_NAME

nginx

HOME

/

NGINX_HTTPS_PORT_NUMBER

NGINX_HTTP_PORT_NUMBER

OS_ARCH

amd64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:631ddde5ef8140efe49f554dbb009b92bb98c7f5030a6d46215f8740daf91c02 - 100.0% (64.1 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-07-24T00:07:42.756887351Z","comment":"from Bitnami with love"},{"created":"2025-08-07T17:13:22.310254061Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.310254061Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.310254061Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-08-07T17:08:18Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/nginx org.opencontainers.image.title=nginx org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.29.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.310254061Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.310254061Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:22.310254061Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:27.822492609Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl gettext libcrypt1 libgeoip1 libpcre3 libssl3 openssl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:28.474838307Z","created_by":"RUN |2 DOWNLOADS_URL=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=( \"render-template-1.0.8-2-linux-${OS_ARCH}-debian-12\" \"nginx-1.29.0-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:30.333132621Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:30.745693274Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:31.226032667Z","created_by":"RUN |2 DOWNLOADS_URL=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":"2025-08-07T17:13:31.647177651Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:32.051961438Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:33.13503524Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:33.489645384Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:33.933415425Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:33.933415425Z","created_by":"ENV APP_VERSION=1.29.0 BITNAMI_APP_NAME=nginx NGINX_HTTPS_PORT_NUMBER= NGINX_HTTP_PORT_NUMBER= PATH=/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:33.933415425Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:33.933415425Z","created_by":"STOPSIGNAL SIGQUIT","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:34.29335995Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:34.29335995Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:34.29335995Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:34.29335995Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:41c111c4f518ceea77f23feddbf42e6bdedb89e874a3e64799c2323ad494e90e

Details
Created

2025-08-07 17:14:44 UTC

Size

63.6 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2025-08-07T17:08:18Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/nginx
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    1.29.0

Environment
APP_VERSION

1.29.0

BITNAMI_APP_NAME

nginx

HOME

/

NGINX_HTTPS_PORT_NUMBER

NGINX_HTTP_PORT_NUMBER

OS_ARCH

arm64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:8f8807919428a27be53989f97463ebd11079b67677a408d347bb48db4a8e4621 - 100.0% (63.6 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-07-23T00:07:49.921250002Z","comment":"from Bitnami with love"},{"created":"2025-08-07T17:13:22.024478909Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.024478909Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.024478909Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-08-07T17:08:18Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/nginx org.opencontainers.image.title=nginx org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.29.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.024478909Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:13:22.024478909Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:13:22.024478909Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:14:20.093418387Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl gettext libcrypt1 libgeoip1 libpcre3 libssl3 openssl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:23.32433281Z","created_by":"RUN |2 DOWNLOADS_URL=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=( \"render-template-1.0.8-2-linux-${OS_ARCH}-debian-12\" \"nginx-1.29.0-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:37.084217011Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:37.550936284Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:38.359947394Z","created_by":"RUN |2 DOWNLOADS_URL=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":"2025-08-07T17:14:38.82180656Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:39.287574105Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:41.976285012Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:42.33380473Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:43.723375262Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:43.723375262Z","created_by":"ENV APP_VERSION=1.29.0 BITNAMI_APP_NAME=nginx NGINX_HTTPS_PORT_NUMBER= NGINX_HTTP_PORT_NUMBER= PATH=/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:14:43.723375262Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:14:43.723375262Z","created_by":"STOPSIGNAL SIGQUIT","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:14:44.088117609Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-07T17:14:44.088117609Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:14:44.088117609Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-07T17:14:44.088117609Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:d29d101700de9f947cde1b3b7d0e17f3f4ebf50c529e0ec540ddc12733c92af7