Namespace
bitnami
Image / Tag
nginx:1.25.4-debian-11-r1
Content Digest
sha256:f735a5f6f627f95b8dc08a8c3d1a28a964802846867964e4b16c7f58b738797c
Details
Created

2024-02-15 02:27:47 UTC

Size

34 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2024-02-15T02:09:28Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    1.25.4-debian-11-r1
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.25.4

Environment
APP_VERSION

1.25.4

BITNAMI_APP_NAME

nginx

HOME

/

NGINX_HTTPS_PORT_NUMBER

NGINX_HTTP_PORT_NUMBER

OS_ARCH

amd64

OS_FLAVOUR

debian-11

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:69bcb528e222f423dd5a9d7e0052ae986290dec4e6912add3306c73ee7a40634 - 100.0% (34 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-14T00:10:36.522041044Z","comment":"from Bitnami with love"},{"created":"2024-02-15T02:27:39.500247075Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:39.500247075Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-15T02:09:28Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.25.4-debian-11-r1 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.25.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:39.500247075Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:39.500247075Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:39.500247075Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:43.377883973Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:43.818877595Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"render-template-1.0.6-8-linux-${OS_ARCH}-debian-11\" \"nginx-1.25.4-0-linux-${OS_ARCH}-debian-11\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${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 --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:45.957831256Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 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":"2024-02-15T02:27:46.23299294Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:46.57400795Z","created_by":"RUN |1 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":"2024-02-15T02:27:46.851207286Z","created_by":"RUN |1 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":"2024-02-15T02:27:47.116047677Z","created_by":"RUN |1 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":"2024-02-15T02:27:47.35038044Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:47.650421788Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:47.650421788Z","created_by":"ENV APP_VERSION=1.25.4 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":"2024-02-15T02:27:47.650421788Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:47.887165843Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:47.887165843Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:47.887165843Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:47.887165843Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:87a1a03e4bca8c5b0cb1d66663c9be6c5b8d9ff5d2abdcd060c270c283b850dc

Details
Created

2024-02-15 02:29:00 UTC

Size

32.6 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2024-02-15T02:09:28Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    1.25.4-debian-11-r1
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.25.4

Environment
APP_VERSION

1.25.4

BITNAMI_APP_NAME

nginx

HOME

/

NGINX_HTTPS_PORT_NUMBER

NGINX_HTTP_PORT_NUMBER

OS_ARCH

arm64

OS_FLAVOUR

debian-11

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:4bd2990521601afb1fa73dce4ec089f2b6bc12ae32961363765933c305a38d67 - 100.0% (32.6 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-14T00:10:43.298309568Z","comment":"from Bitnami with love"},{"created":"2024-02-15T02:27:39.299113496Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:39.299113496Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-15T02:09:28Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.25.4-debian-11-r1 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.25.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:39.299113496Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:27:39.299113496Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:27:39.299113496Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:28:39.854198168Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:28:41.854264525Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"render-template-1.0.6-8-linux-${OS_ARCH}-debian-11\" \"nginx-1.25.4-0-linux-${OS_ARCH}-debian-11\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${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 --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:28:57.496765122Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 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":"2024-02-15T02:28:57.838107796Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:28:58.57323901Z","created_by":"RUN |1 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":"2024-02-15T02:28:58.895599198Z","created_by":"RUN |1 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":"2024-02-15T02:28:59.219010536Z","created_by":"RUN |1 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":"2024-02-15T02:28:59.466066478Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:29:00.596165807Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:29:00.596165807Z","created_by":"ENV APP_VERSION=1.25.4 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":"2024-02-15T02:29:00.596165807Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:29:00.829148196Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-15T02:29:00.829148196Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:29:00.829148196Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T02:29:00.829148196Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:fb5dcc9a98ea6f8e8698688b299fb92edd6239794477a64f982a69887aac6a97