{"architecture":"arm64","created":"2023-06-13T18:57:38.649648128Z","history":[{"created":"0001-01-01T00:00:00Z","created_by":"crane flatten sha256:253e9fedcd55df79b224593dce72c40cc8bb99fd6cbcdaac67ba90e095a195f2","comment":"[{\"created\":\"2023-06-02T13:00:22.539335311Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2023-06-13T18:55:28.701702658Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:55:28.701702658Z\",\"created_by\":\"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-06-13T18:53:56Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.25.1-debian-11-r0 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.25.1\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:55:28.701702658Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:55:28.701702658Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:55:28.701702658Z\",\"created_by\":\"SHELL [/bin/bash -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:56:47.766137533Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:56:53.024159873Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \\u0026\\u0026 cd /tmp/bitnami/pkg/cache/ \\u0026\\u0026     COMPONENTS=(       \\\"render-template-1.0.5-6-linux-${OS_ARCH}-debian-11\\\"       \\\"nginx-1.25.1-0-linux-${OS_ARCH}-debian-11\\\"     ) \\u0026\\u0026     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 \\u0026\\u0026       sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" \\u0026\\u0026       tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \\u0026\\u0026       rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ;     done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:32.68375162Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -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-06-13T18:57:34.478559361Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:34.98784741Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:35.464754187Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:35.672738719Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:38.46379506Z\",\"created_by\":\"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:38.46379506Z\",\"created_by\":\"ENV APP_VERSION=1.25.1 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-06-13T18:57:38.46379506Z\",\"created_by\":\"EXPOSE map[8080/tcp:{} 8443/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:57:38.649648128Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-06-13T18:57:38.649648128Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:57:38.649648128Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/nginx/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-06-13T18:57:38.649648128Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/nginx/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]"}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:377d809b5222554fdf6d22021420333bb8cfdb8d1c6dc323a3d32d5a0c1ebea1"]},"config":{"Cmd":["/opt/bitnami/scripts/nginx/run.sh"],"Entrypoint":["/opt/bitnami/scripts/nginx/entrypoint.sh"],"Env":["PATH=/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/","OS_ARCH=arm64","OS_FLAVOUR=debian-11","OS_NAME=linux","APP_VERSION=1.25.1","BITNAMI_APP_NAME=nginx","NGINX_HTTPS_PORT_NUMBER=","NGINX_HTTP_PORT_NUMBER="],"Labels":{"org.opencontainers.image.base.name":"docker.io/bitnami/minideb:bullseye","org.opencontainers.image.created":"2023-06-13T18:53:56Z","org.opencontainers.image.description":"Application packaged by VMware, Inc","org.opencontainers.image.licenses":"Apache-2.0","org.opencontainers.image.ref.name":"1.25.1-debian-11-r0","org.opencontainers.image.title":"nginx","org.opencontainers.image.vendor":"VMware, Inc.","org.opencontainers.image.version":"1.25.1"},"User":"1001","WorkingDir":"/app","ExposedPorts":{"8080/tcp":{},"8443/tcp":{}},"ArgsEscaped":true,"Shell":["/bin/bash","-o","pipefail","-c"]}}