Namespace
nginxinc
Image / Tag
nginx-s3-gateway:latest-20221215
Content Digest
sha256:cd88c9367f83ff8f327d139ef97d79e6c1c8af44c13121b7dd4bbf89fcbfaaee
Details
Created

2022-12-15 00:48:17 UTC

Size

54.3 MB

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

Environment
CORS_ENABLED

0

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_CACHE_VALID_FORBIDDEN

30s

PROXY_CACHE_VALID_NOTFOUND

1m

PROXY_CACHE_VALID_OK

1h


Layers

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

[#001] sha256:ec0f5d052824ff7c7ced18ba6f567d4aab54bb759541a2eee203f8963f5d9437 - 44.74% (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:468068dcafacbd8208b0c58d50647d4f56eb71e5215c7328f138f2c52b82c268 - 0.03% (16.4 KB)

[#007] sha256:070b375bd4e9fd4a24df73058e4da9bb27cf517717e062696e35b50b3db263a5 - 0.0% (1.37 KB)

[#008] sha256:c08312d9c2e81dd861408ab97e190d608f5d942bb3351abd0af990800a04ba33 - 0.0% (2.05 KB)

[#009] sha256:1213bdef03fbbb22cf45b71c7828b3fbdb9f2fd65d8ce49bfb2725bdcf145f45 - 0.0% (678 Bytes)

[#010] sha256:9ff2ebee4ea9cd2f16679c3bba655fd5c465dd0fb4acdcd83691683096df5b06 - 0.0% (1.49 KB)

[#011] sha256:3db042ffd0c75554eb40bd84cafb115c99353a379c931c856e6d3656ff1475f8 - 0.03% (19.3 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-15 00:45:50 UTC

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

2022-12-15 00:45:51 UTC

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

2022-12-15 00:45:52 UTC

/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_OK=1h

2022-12-15 00:45:53 UTC

/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_NOTFOUND=1m

2022-12-15 00:45:54 UTC

/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_FORBIDDEN=30s

2022-12-15 00:45:55 UTC

/bin/sh -c #(nop) ENV CORS_ENABLED=0

2022-12-15 00:45:57 UTC

/bin/sh -c #(nop) COPY dir:81074cf43ca591a062cc260c2357a3d4ab5c5e5cfe794e4693966ec44ecbdcff in /etc

2022-12-15 00:45:58 UTC

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

2022-12-15 00:45:59 UTC

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

2022-12-15 00:46:00 UTC

/bin/sh -c #(nop) COPY dir:6d3191e2b57abf053153f60e15b11554008955dfecbecfaece0d457f0d261639 in /etc

2022-12-15 00:46:03 UTC

/bin/sh -c set -eux export DEBIAN_FRONTEND=noninteractive; mkdir -p /var/cache/nginx/s3_proxy; chown nginx:nginx /var/cache/nginx/s3_proxy; chmod -R -v +x /docker-entrypoint.sh /docker-entrypoint.d/*.sh; echo "deb https://nginx.org/packages/mainline/debian/ $(echo $PKG_RELEASE | cut -f2 -d~) nginx" >> /etc/apt/sources.list.d/nginx.list; apt-get update; apt-get install --no-install-recommends --no-install-suggests --yes nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE}; apt-get remove --purge --auto-remove --yes; rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list

2022-12-15 00:48:15 UTC

/bin/sh -c sed -i "/^server {/a \ listen 8080;" /etc/nginx/templates/default.conf.template && sed -i '/user nginx;/d' /etc/nginx/nginx.conf && sed -i 's,/var/run/nginx.pid,/tmp/nginx.pid,' /etc/nginx/nginx.conf && sed -i "/^http {/a \ proxy_temp_path /tmp/proxy_temp;\n client_body_temp_path /tmp/client_temp;\n fastcgi_temp_path /tmp/fastcgi_temp;\n uwsgi_temp_path /tmp/uwsgi_temp;\n scgi_temp_path /tmp/scgi_temp;\n" /etc/nginx/nginx.conf && chown -R nginx:0 /var/cache/nginx && chmod -R g+w /var/cache/nginx && chown -R nginx:0 /etc/nginx && chmod -R g+w /etc/nginx

2022-12-15 00:48:16 UTC

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

2022-12-15 00:48:17 UTC

/bin/sh -c #(nop) USER nginx

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