Namespace
swaggerapi
Image / Tag
swagger-ui:v3.41.0
Content Digest
sha256:5d2df4d0fc40122392071619c977f23318c82fd9086e4b286aa0b70301e0d812
Details
Created

2021-01-28 18:09:24 UTC

Size

30 MB

Content Digest
Labels
  • maintainer
    fehguy

Environment
API_KEY

**None**

BASE_URL

NGINX_VERSION

1.19.6

NJS_VERSION

0.5.0

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:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 8.9% (2.67 MB)

[#001] sha256:b1242e25d28452a7ebfd93d40d8f8b2629a05f4805e40b23ee109f49da5645b5 - 21.96% (6.59 MB)

[#002] sha256:7453d3e6b909a42e8ab2ae94425962629cbf5415ba5baed93171b37ee576fe1c - 0.0% (600 Bytes)

[#003] sha256:07ce7418c4f86bc008243dc5900d1efbcdc5e4c167fbae32af74e015163ac6c8 - 0.0% (894 Bytes)

[#004] sha256:e295e0624aa3268544bd2a4efaa6b471db1f4e5340ffa94f145ff05008cd7f37 - 0.0% (666 Bytes)

[#005] sha256:4a54488df845325008d670d9a09863bbf7ba0a4e2bc74e4fb68ca3916f6f7b6d - 37.01% (11.1 MB)

[#006] sha256:2f952ea016169576a37619be1016166f24be649ecac01210d00780a8507c9b00 - 0.0% (904 Bytes)

[#007] sha256:230e38e7d9d8a2de442b58f679eb24b95cf3a348eefc207262ee441862b00a0f - 16.04% (4.81 MB)

[#008] sha256:756844f76a01b153f915bb436c27f330c3c95ddc264ba89fe1d5c0617c47ff4b - 0.0% (894 Bytes)

[#009] sha256:0039b56e3b3c2551b1026d0cb84665754cc775cf2b6318ee35664beee4f136b6 - 0.01% (2.98 KB)

[#010] sha256:bf9d416d6dd11437053b012fed21aacf242db2e151323dc2dc1a1c462bb66d80 - 16.07% (4.82 MB)


History
2020-12-17 00:19:41 UTC

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

2020-12-17 00:19:42 UTC

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

2020-12-17 15:01:06 UTC

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

2020-12-17 15:01:06 UTC

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

2020-12-17 15:01:06 UTC

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

2020-12-17 15:01:07 UTC

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

2020-12-17 15:01:12 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-12-17 15:01:12 UTC

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

2020-12-17 15:01:12 UTC

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

2020-12-17 15:01:13 UTC

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

2020-12-17 15:01:13 UTC

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

2020-12-17 15:01:13 UTC

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

2020-12-17 15:01:13 UTC

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

2020-12-17 15:01:13 UTC

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

2021-01-04 18:38:19 UTC

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

2021-01-04 18:38:19 UTC

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

2021-01-04 18:38:19 UTC

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

2021-01-04 18:38:19 UTC

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

2021-01-04 18:38:19 UTC

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

2021-01-04 18:38:20 UTC

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

2021-01-04 18:38:20 UTC

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

2021-01-04 18:38:21 UTC

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

2021-01-28 18:09:22 UTC

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

2021-01-28 18:09:22 UTC

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

2021-01-28 18:09:22 UTC

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

2021-01-28 18:09:23 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

2021-01-28 18:09:24 UTC

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

2021-01-28 18:09:24 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