{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"1001","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8080/tcp":{},"8443/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"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=amd64","OS_FLAVOUR=debian-11","OS_NAME=linux","APP_VERSION=1.23.2","BITNAMI_APP_NAME=nginx","NGINX_HTTPS_PORT_NUMBER=","NGINX_HTTP_PORT_NUMBER="],"Cmd":["/opt/bitnami/scripts/nginx/run.sh"],"Image":"sha256:2c8bedb4c92b72d975c1873c9ecf2a25f9db3707f19fbc3ef0aec1385afe3291","Volumes":null,"WorkingDir":"/app","Entrypoint":["/opt/bitnami/scripts/nginx/entrypoint.sh"],"OnBuild":null,"Labels":{"org.opencontainers.image.authors":"https://bitnami.com/contact","org.opencontainers.image.description":"Application packaged by Bitnami","org.opencontainers.image.ref.name":"1.23.2-debian-11-r2","org.opencontainers.image.source":"https://github.com/bitnami/containers/tree/main/bitnami/nginx","org.opencontainers.image.title":"nginx","org.opencontainers.image.vendor":"VMware, Inc.","org.opencontainers.image.version":"1.23.2"},"Shell":["/bin/bash","-o","pipefail","-c"]},"container":"81c91da2826b88d45af4f9c91b4626f29cb043ae58014be782872e0b0c3f5201","container_config":{"Hostname":"81c91da2826b","Domainname":"","User":"1001","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8080/tcp":{},"8443/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"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=amd64","OS_FLAVOUR=debian-11","OS_NAME=linux","APP_VERSION=1.23.2","BITNAMI_APP_NAME=nginx","NGINX_HTTPS_PORT_NUMBER=","NGINX_HTTP_PORT_NUMBER="],"Cmd":["/bin/bash","-o","pipefail","-c","#(nop) ","CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]"],"Image":"sha256:2c8bedb4c92b72d975c1873c9ecf2a25f9db3707f19fbc3ef0aec1385afe3291","Volumes":null,"WorkingDir":"/app","Entrypoint":["/opt/bitnami/scripts/nginx/entrypoint.sh"],"OnBuild":null,"Labels":{"org.opencontainers.image.authors":"https://bitnami.com/contact","org.opencontainers.image.description":"Application packaged by Bitnami","org.opencontainers.image.ref.name":"1.23.2-debian-11-r2","org.opencontainers.image.source":"https://github.com/bitnami/containers/tree/main/bitnami/nginx","org.opencontainers.image.title":"nginx","org.opencontainers.image.vendor":"VMware, Inc.","org.opencontainers.image.version":"1.23.2"},"Shell":["/bin/bash","-o","pipefail","-c"]},"created":"2022-10-24T11:58:58.724399Z","docker_version":"20.10.17","history":[{"created":"2022-09-14T07:05:17.758422005Z","comment":"from Bitnami with love"},{"created":"2022-10-24T11:58:34.613313641Z","created_by":"/bin/sh -c #(nop)  ARG TARGETARCH","empty_layer":true},{"created":"2022-10-24T11:58:34.839324301Z","created_by":"/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=1.23.2-debian-11-r2 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/nginx org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.23.2","empty_layer":true},{"created":"2022-10-24T11:58:35.030702081Z","created_by":"/bin/sh -c #(nop)  ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","empty_layer":true},{"created":"2022-10-24T11:58:35.270429721Z","created_by":"/bin/sh -c #(nop) COPY dir:711d68e90946dbe7aefbc2162b74d5c1c908fb58808a75e30ddcc9c45e8a8c74 in / ","empty_layer":true},{"created":"2022-10-24T11:58:35.44575956Z","created_by":"/bin/bash -o pipefail -c #(nop)  SHELL [/bin/bash -o pipefail -c]","empty_layer":true},{"created":"2022-10-24T11:58:41.423271652Z","created_by":"/bin/bash -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 procps zlib1g","empty_layer":true},{"created":"2022-10-24T11:58:42.95511004Z","created_by":"/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.3-154-linux-${OS_ARCH}-debian-11\"       \"nginx-1.23.2-1-linux-${OS_ARCH}-debian-11\"       \"gosu-1.14.0-155-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","empty_layer":true},{"created":"2022-10-24T11:58:53.182629647Z","created_by":"/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","empty_layer":true},{"created":"2022-10-24T11:58:54.026570288Z","created_by":"/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami","empty_layer":true},{"created":"2022-10-24T11:58:54.754628239Z","created_by":"/bin/bash -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log","empty_layer":true},{"created":"2022-10-24T11:58:55.582934169Z","created_by":"/bin/bash -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log","empty_layer":true},{"created":"2022-10-24T11:58:55.798957762Z","created_by":"/bin/bash -o pipefail -c #(nop) COPY dir:69bac4ff503edfce88972f1ae4708ffabb5dcf9396e2f3e5efb3dccff88ac7f2 in / ","empty_layer":true},{"created":"2022-10-24T11:58:56.671981841Z","created_by":"/bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh","empty_layer":true},{"created":"2022-10-24T11:58:56.884195514Z","created_by":"/bin/bash -o pipefail -c #(nop)  ENV APP_VERSION=1.23.2 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","empty_layer":true},{"created":"2022-10-24T11:58:57.098817427Z","created_by":"/bin/bash -o pipefail -c #(nop)  EXPOSE 8080 8443","empty_layer":true},{"created":"2022-10-24T11:58:57.30238204Z","created_by":"/bin/bash -o pipefail -c #(nop) WORKDIR /app","empty_layer":true},{"created":"2022-10-24T11:58:57.526577417Z","created_by":"/bin/bash -o pipefail -c #(nop)  USER 1001","empty_layer":true},{"created":"2022-10-24T11:58:57.725879924Z","created_by":"/bin/bash -o pipefail -c #(nop)  ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","empty_layer":true},{"created":"2022-10-24T11:58:57.903694715Z","created_by":"/bin/bash -o pipefail -c #(nop)  CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","empty_layer":true},{"created":"2022-10-24T11:58:58.724399Z","comment":"merge sha256:90b4f0688bdf58c65e2413f142af633b0380bfae2169391570897d78b741b58b to sha256:d2c4a14199e68a314279f182bebfa849ba08baa1914a431aa9c558b38ba6f07c"}],"os":"linux","parent":"sha256:2c8bedb4c92b72d975c1873c9ecf2a25f9db3707f19fbc3ef0aec1385afe3291","rootfs":{"type":"layers","diff_ids":["sha256:877c59cba30815073ef56303b1b951f0e3e656a4c6170091e66bf53a1973c0c8","sha256:514ea663bfa794a3ad666f9eed5496a82b0d9e5da6bbdb5bde9215dc30ac434f"]}}