Namespace
bitnami
Image / Tag
nginx:1.23.3-debian-11-r39
Content Digest
sha256:4a853bda0a532c6de9bfa3ca4894532405dd7aa84e3e6ebf20026aec5a8e01a7
Details
Created

2023-03-23 09:41:08 UTC

Size

36.3 MB

Content Digest
Labels
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-03-23T09:34:17Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    1.23.3-debian-11-r39
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.23.3

Environment
APP_VERSION

1.23.3

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:ed43a91fafd765694fa2eb0ff115fb15f9adf334f961e5731c942065e5f9c0a2 - 100.0% (36.3 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-03-17T00:11:34.313535807Z","comment":"from Bitnami with love"},{"created":"2023-03-23T09:40:55.862586264Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:40:55.862586264Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-03-23T09:34:17Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.23.3-debian-11-r39 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.23.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:40:55.862586264Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:40:55.862586264Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:40:55.862586264Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:41:02.534110874Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:03.448007078Z","created_by":"RUN |1 TARGETARCH=amd64 /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-2-linux-${OS_ARCH}-debian-11\" \"nginx-1.23.3-4-linux-${OS_ARCH}-debian-11\" \"gosu-1.16.0-3-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-03-23T09:41:06.030100699Z","created_by":"RUN |1 TARGETARCH=amd64 /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-03-23T09:41:06.449973834Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:06.855939811Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:07.260054327Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:07.632128521Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:08.094138029Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:08.094138029Z","created_by":"ENV APP_VERSION=1.23.3 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-03-23T09:41:08.094138029Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:41:08.445801868Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:08.445801868Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:41:08.445801868Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:41:08.445801868Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:bc86a2dbd8c542cbfa49fba636f4481b35034513bca01da6b72fc20d2e7db914

Details
Created

2023-03-23 09:42:16 UTC

Size

34.9 MB

Content Digest
Labels
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-03-23T09:34:17Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    1.23.3-debian-11-r39
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.23.3

Environment
APP_VERSION

1.23.3

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:10f376eb63b163a2a447c13c0eb5322d071d40cc15a3a3e50c0ead8ad1e78435 - 100.0% (34.9 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-03-17T00:11:32.042164205Z","comment":"from Bitnami with love"},{"created":"2023-03-23T09:40:55.561646346Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:40:55.561646346Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-03-23T09:34:17Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.23.3-debian-11-r39 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.23.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:40:55.561646346Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:40:55.561646346Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:40:55.561646346Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:41:53.321579189Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:41:56.714203792Z","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-2-linux-${OS_ARCH}-debian-11\" \"nginx-1.23.3-4-linux-${OS_ARCH}-debian-11\" \"gosu-1.16.0-3-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-03-23T09:42:12.810062589Z","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-03-23T09:42:13.277430472Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:42:13.750396693Z","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-03-23T09:42:14.193646741Z","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-03-23T09:42:14.538826435Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:42:15.793427461Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:42:15.793427461Z","created_by":"ENV APP_VERSION=1.23.3 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-03-23T09:42:15.793427461Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:42:16.153794267Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2023-03-23T09:42:16.153794267Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:42:16.153794267Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-03-23T09:42:16.153794267Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:95532dd891cda3a6e1812d0a3f13e6a6ee3706762ea765ec35df413c4b479fb0