Namespace
budibase
Image / Tag
proxy:k8s
Content Digest
sha256:07373b34aa9b317c3422211e02672190c32e96993dd87abd592284c822532926
Details
Created

2022-12-19 20:17:14 UTC

Size

54.3 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>

Environment
NGINX_ENVSUBST_OUTPUT_DIR

/etc/nginx

NGINX_VERSION

1.23.3

NJS_VERSION

0.7.9

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye

PROXY_RATE_LIMIT_API_PER_SECOND

20

PROXY_RATE_LIMIT_WEBHOOKS_PER_SECOND

10


Layers

[#000] sha256:025c56f98b679f70b7a54241917e56da7b59ab9d2defecc6ebdb0bf2750484bb - 55.21% (30 MB)

[#001] sha256:ec0f5d052824ff7c7ced18ba6f567d4aab54bb759541a2eee203f8963f5d9437 - 44.77% (24.3 MB)

[#002] sha256:cc9fb83608079826a2253ad790b97fbbabf255892662a404fc393cde628fc9be - 0.0% (627 Bytes)

[#003] sha256:defc9ba04d7ce5f07366e26ef7137cf13a79075c5e050706958385a14617b074 - 0.0% (958 Bytes)

[#004] sha256:885556963dada8f21475e2b816fcc9086ef9417bcac857dd5c3c16280bc83b49 - 0.0% (774 Bytes)

[#005] sha256:f12443e5c9f73965a80b47c0e843784149af7434e307a4a69978bba1dc97c7db - 0.0% (1.37 KB)

[#006] sha256:595c951a56997516b261f1a6be622431cd46bdf078b6cf22347462ae62375890 - 0.0% (2.27 KB)

[#007] sha256:a732f55bb6c54ba0cec38eba84beee977f77d112f8a9300f84e4da7124ef3596 - 0.0% (165 Bytes)

[#008] sha256:3ac50bd831f744954a15748c0dff1e0731ebcf1d2f509c7e0d14ffc99d2c6892 - 0.0% (454 Bytes)

[#009] sha256:b82a258707cdb6d4c2b80213845282fc67e9003e02b4d1ae5f4541e7c4b9fbee - 0.0% (452 Bytes)

[#010] sha256:99a932f183d07676296da2c7c24785fc920d1cc9c7ce961d5d0d5691091e4b80 - 0.0% (1.56 KB)


History
2022-12-06 01:20:54 UTC

/bin/sh -c #(nop) ADD file:1f1efd56601ebc26a041a7b994a380ef68112b91a078e225753bee7b3196d22c in /

2022-12-06 01:20:54 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-12-06 04:46:38 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2022-12-14 01:19:50 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.23.3

2022-12-14 01:19:50 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.9

2022-12-14 01:19:50 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2022-12-14 01:20:08 UTC

/bin/sh -c set -x && addgroup --system --gid 101 nginx && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in hkp://keyserver.ubuntu.com:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} " && case "$dpkgArch" in amd64|arm64) echo "deb https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base curl && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2022-12-14 01:20:08 UTC

/bin/sh -c #(nop) COPY file:7b307b62e82255f040c9812421a30090bf9abf3685f27b02d77fcca99f997911 in /

2022-12-14 01:20:08 UTC

/bin/sh -c #(nop) COPY file:5c18272734349488bd0c94ec8d382c872c1a0a435cca13bd4671353d6021d2cb in /docker-entrypoint.d

2022-12-14 01:20:08 UTC

/bin/sh -c #(nop) COPY file:abbcbf84dc17ee4454b6b2e3cf914be88e02cf84d344ec45a5b31235379d722a in /docker-entrypoint.d

2022-12-14 01:20:09 UTC

/bin/sh -c #(nop) COPY file:e57eef017a414ca793499729d80a7b9075790c9a804f930f1417e56d506970cf in /docker-entrypoint.d

2022-12-14 01:20:09 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2022-12-14 01:20:09 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-12-14 01:20:09 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2022-12-14 01:20:09 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2022-12-19 20:17:07 UTC

/bin/sh -c #(nop) ENV NGINX_ENVSUBST_OUTPUT_DIR=/etc/nginx

2022-12-19 20:17:09 UTC

/bin/sh -c #(nop) COPY file:fef8dbc8d047efe310afe7c5cc34a838e63882e812c03f9c14200c443cfc3a84 in /etc/nginx/templates/nginx.conf.template

2022-12-19 20:17:09 UTC

/bin/sh -c rm -rf /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh

2022-12-19 20:17:11 UTC

/bin/sh -c #(nop) COPY file:1b9262da4aa2957b4735a3afab3ea6f58b12576afd6a6208655e9c5575abb5ac in /docker-entrypoint.d/80-listen-on-ipv6-by-default.sh

2022-12-19 20:17:11 UTC

/bin/sh -c chmod +x /docker-entrypoint.d/80-listen-on-ipv6-by-default.sh

2022-12-19 20:17:13 UTC

/bin/sh -c #(nop) COPY file:94befcd3a7e51d797eac63d09f28cfb8ebcf281c7a3940c7ba7d2a0c6cad879d in /usr/share/nginx/html/error.html

2022-12-19 20:17:13 UTC

/bin/sh -c #(nop) ENV PROXY_RATE_LIMIT_WEBHOOKS_PER_SECOND=10

2022-12-19 20:17:14 UTC

/bin/sh -c #(nop) ENV PROXY_RATE_LIMIT_API_PER_SECOND=20

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete