Namespace
swaggerapi
Image / Tag
swagger-ui:v3.31.1
Content Digest
sha256:d85150ed11cf7d0ffac7b3e40c30f8b3ed6626929df113520a97e47248e6c98d
Details
Created

2020-07-30 18:09:28 UTC

Size

25.1 MB

Content Digest
Labels
  • maintainer
    fehguy

Environment
API_KEY

**None**

BASE_URL

NGINX_VERSION

1.19.1

NJS_VERSION

0.4.2

PATH

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

PKG_RELEASE

1

PORT

8080

SWAGGER_JSON

/app/swagger.json

SWAGGER_JSON_URL


Layers

[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 10.7% (2.68 MB)

[#001] sha256:85434292d1cbaca825e09c2740b691a4eb932722d98b1d26c64bbdde40754f9f - 24.98% (6.26 MB)

[#002] sha256:75fcb1e58684cb6d8a8f9c2987a2f8b3ff90ba5b045f245e91d89a4ed927704a - 0.0% (601 Bytes)

[#003] sha256:2a8fe5451faff692af8d54fd9a489d89a49201498029be3ec14bc09ca48aada3 - 0.0% (899 Bytes)

[#004] sha256:42ceeab04dd4daf6db8f957d0522a1fae769bd2ebadf51aac1226bd2ca321e2e - 0.0% (665 Bytes)

[#005] sha256:fae5e705c0f39abb5cd4f098a29f42de260fd496401f224f1c0ff5ac724a2aa1 - 44.11% (11.1 MB)

[#006] sha256:ce5d69e0d83914d01b694a3bd1c31d1f5dcf8bd2fdcb0ea50dfa1c62db94a7d2 - 0.0% (881 Bytes)

[#007] sha256:4efead8ef980548ecce009d146b6c00ff20ec3c513d3a6c9e36f9f033506f4a0 - 10.08% (2.53 MB)

[#008] sha256:5ec6f7947372e1c1a37afe36fb619ae5961b5620747e3d063724cf374659a0c7 - 0.0% (892 Bytes)

[#009] sha256:0be73af2426f1cdcc10bc94e5cc3db6820ab901a2fc68e0f69b8a08b5562fa44 - 0.01% (2.92 KB)

[#010] sha256:a06801e2725892813e1b51a57a8396ffe03b48ef05ad29d37b4fef79360a0892 - 10.11% (2.54 MB)


History
2020-04-24 01:05:03 UTC

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

2020-04-24 01:05:03 UTC

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

2020-04-24 12:58:32 UTC

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

2020-07-10 20:27:37 UTC

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

2020-07-10 20:27:37 UTC

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

2020-07-10 20:27:38 UTC

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

2020-07-10 20:27:44 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2020-07-10 20:27:45 UTC

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

2020-07-10 20:27:45 UTC

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

2020-07-10 20:27:45 UTC

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

2020-07-10 20:27:46 UTC

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

2020-07-10 20:27:46 UTC

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

2020-07-10 20:27:46 UTC

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

2020-07-10 20:27:47 UTC

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

2020-07-15 23:14:34 UTC

/bin/sh -c apk --no-cache add nodejs

2020-07-15 23:14:34 UTC

/bin/sh -c #(nop) LABEL maintainer=fehguy

2020-07-15 23:14:35 UTC

/bin/sh -c #(nop) ENV API_KEY=**None**

2020-07-15 23:14:35 UTC

/bin/sh -c #(nop) ENV SWAGGER_JSON=/app/swagger.json

2020-07-15 23:14:35 UTC

/bin/sh -c #(nop) ENV PORT=8080

2020-07-15 23:14:35 UTC

/bin/sh -c #(nop) ENV BASE_URL=

2020-07-15 23:14:35 UTC

/bin/sh -c #(nop) ENV SWAGGER_JSON_URL=

2020-07-15 23:14:36 UTC

/bin/sh -c #(nop) COPY multi:e40753ab0377af0365973a9b48b390ee4656a6fbb16c9902f46d3433ef8fa49a in /etc/nginx/

2020-07-30 18:09:26 UTC

/bin/sh -c #(nop) COPY multi:64fcf86cedf488f900a53d3bed2c37fda577354675753b121930edae21fcf44b in /usr/share/nginx/html/

2020-07-30 18:09:27 UTC

/bin/sh -c #(nop) COPY file:a2872dcfbf5b63024d65f560f71dff0fb04019ef8f9009176f6a3b27938a3e3f in /usr/share/nginx/

2020-07-30 18:09:27 UTC

/bin/sh -c #(nop) COPY dir:1744836b10240c93ad50ef0258e3e1810de96b545ea9b0562b59b2b9c1939dcc in /usr/share/nginx/configurator

2020-07-30 18:09:28 UTC

/bin/sh -c chmod +x /usr/share/nginx/run.sh && chmod -R a+rw /usr/share/nginx && chmod -R a+rw /etc/nginx && chmod -R a+rw /var && chmod -R a+rw /var/run

2020-07-30 18:09:28 UTC

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

2020-07-30 18:09:28 UTC

/bin/sh -c #(nop) CMD ["sh" "/usr/share/nginx/run.sh"]

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