Details
Created
2023-12-09 01:04:37 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-12-09T01:03:05Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
1.24.0-debian-11-r154
-
org.opencontainers.image.title
nginx
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
1.24.0
Environment
APP_VERSION
1.24.0
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:b2c30a2ecf7dff98e34cc21fb11a2569a6bf0b94cf892c89a0d700f6896fd328 - 100.0% (34 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-12-09T00:11:28.400737853Z","comment":"from Bitnami with love"},{"created":"2023-12-09T01:04:24.870344419Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:24.870344419Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-12-09T01:03:05Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.24.0-debian-11-r154 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.24.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:24.870344419Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:24.870344419Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-09T01:04:24.870344419Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:33.243271889Z","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":"2023-12-09T01:04:33.762301111Z","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-4-linux-${OS_ARCH}-debian-11\" \"nginx-1.24.0-12-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":"2023-12-09T01:04:36.216258805Z","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":"2023-12-09T01:04:36.527581292Z","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":"2023-12-09T01:04:36.844947209Z","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":"2023-12-09T01:04:37.130530079Z","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":"2023-12-09T01:04:37.390279549Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-09T01:04:37.73866989Z","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":"2023-12-09T01:04:37.73866989Z","created_by":"ENV APP_VERSION=1.24.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":"2023-12-09T01:04:37.73866989Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:37.981584574Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-09T01:04:37.981584574Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:37.981584574Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:37.981584574Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:2c13b27dcacca51b74c6bf371e7dd6fdcd194f187d5101d5b897be151e8ef764
Details
Created
2023-12-09 01:05:52 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-12-09T01:03:05Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
1.24.0-debian-11-r154
-
org.opencontainers.image.title
nginx
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
1.24.0
Environment
APP_VERSION
1.24.0
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:3592e8f409ca4c017847d32573916e3c4ec587a9e2b9472ddb5df4a8688e401e - 100.0% (32.6 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-12-09T00:11:11.314530458Z","comment":"from Bitnami with love"},{"created":"2023-12-09T01:04:24.873583879Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:24.873583879Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-12-09T01:03:05Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.24.0-debian-11-r154 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.24.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:24.873583879Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:04:24.873583879Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-09T01:04:24.873583879Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:05:23.62478668Z","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":"2023-12-09T01:05:26.854733486Z","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-4-linux-${OS_ARCH}-debian-11\" \"nginx-1.24.0-12-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":"2023-12-09T01:05:47.085833289Z","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":"2023-12-09T01:05:47.953675096Z","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":"2023-12-09T01:05:48.858898104Z","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":"2023-12-09T01:05:49.657088793Z","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":"2023-12-09T01:05:50.208082288Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-09T01:05:52.069659534Z","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":"2023-12-09T01:05:52.069659534Z","created_by":"ENV APP_VERSION=1.24.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":"2023-12-09T01:05:52.069659534Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:05:52.548300998Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-09T01:05:52.548300998Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:05:52.548300998Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-09T01:05:52.548300998Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:c6a12d54ad5e620867fd08aa04cb5fd59ac550208f4b0415fdf571a56038d7bd