Namespace
bitnami
Image / Tag
nginx:1.22.1-debian-11-r55
Content Digest
sha256:7cc5cd08e1ed201d0bab432096c6383b7b5772d68bd4381f93a99f6d4ad811b5
Details
Created

2023-04-01 15:00:03 UTC

Size

36.3 MB

Content Digest
Labels
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-04-01T14:58:49Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    1.22.1-debian-11-r55
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.22.1

Environment
APP_VERSION

1.22.1

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


History
0001-01-01 00:00:00 UTC ([{"created":"2023-03-26T00:11:35.654230907Z","comment":"from Bitnami with love"},{"created":"2023-04-01T14:59:55.531296285Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T14:59:55.531296285Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-04-01T14:58:49Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.22.1-debian-11-r55 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.22.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T14:59:55.531296285Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T14:59:55.531296285Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T14:59:55.531296285Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:00:00.028919576Z","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-04-01T15:00:00.432239506Z","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-4-linux-${OS_ARCH}-debian-11\" \"nginx-1.22.1-8-linux-${OS_ARCH}-debian-11\" \"gosu-1.16.0-5-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-04-01T15:00:02.728427384Z","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-04-01T15:00:02.816948547Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:00:02.907186905Z","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-04-01T15:00:02.975915411Z","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-04-01T15:00:03.024983032Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:00:03.188018265Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:00:03.188018265Z","created_by":"ENV APP_VERSION=1.22.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-04-01T15:00:03.188018265Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:00:03.224765775Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:00:03.224765775Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:00:03.224765775Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:00:03.224765775Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:2cc680b764433f1f74154f802a2f69095395856c9591df5bacb64edef84f20cb

Details
Created

2023-04-01 15:01:37 UTC

Size

34.9 MB

Content Digest
Labels
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-04-01T14:58:49Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    1.22.1-debian-11-r55
  • org.opencontainers.image.title
    nginx
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    1.22.1

Environment
APP_VERSION

1.22.1

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


History
0001-01-01 00:00:00 UTC ([{"created":"2023-03-26T00:11:53.821402112Z","comment":"from Bitnami with love"},{"created":"2023-04-01T14:59:55.536202011Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T14:59:55.536202011Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-04-01T14:58:49Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.22.1-debian-11-r55 org.opencontainers.image.title=nginx org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=1.22.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T14:59:55.536202011Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T14:59:55.536202011Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T14:59:55.536202011Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:01:01.903709147Z","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-04-01T15:01:15.588000638Z","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-4-linux-${OS_ARCH}-debian-11\" \"nginx-1.22.1-8-linux-${OS_ARCH}-debian-11\" \"gosu-1.16.0-5-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-04-01T15:01:35.810673947Z","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-04-01T15:01:35.9440774Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:01:36.077564915Z","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-04-01T15:01:36.224750183Z","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-04-01T15:01:36.273721927Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:01:37.303947427Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:01:37.303947427Z","created_by":"ENV APP_VERSION=1.22.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-04-01T15:01:37.303947427Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:01:37.343080956Z","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-01T15:01:37.343080956Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:01:37.343080956Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/nginx/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-01T15:01:37.343080956Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:ac4c5e17f1caa90fe9b689d9bef3bd94763326abba7b41252b0388a8ff83886c