Namespace
swaggerapi
Image / Tag
swagger-ui:devops
Content Digest
sha256:6371320e676ac0a6cc9b40473259670d2c16de281d657e117aea4e36773a02dd
Details
Created

2019-09-06 19:58:05 UTC

Size

22.8 MB

Content Digest
Labels
  • maintainer
    fehguy

Environment
API_KEY

**None**

BASE_URL

NGINX_VERSION

1.17.3

NJS_VERSION

0.3.5

PATH

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

PKG_RELEASE

1

PORT

8080

SWAGGER_JSON

/app/swagger.json


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 11.69% (2.66 MB)

[#001] sha256:b6dac14ba0a98b1118a92bc36f67413ba09adb2f1bb79a9030ed25329f428c1f - 24.62% (5.6 MB)

[#002] sha256:55778e86fec1b03a580116df958fcd063a6f7b82de588ef7669d13e44c777d4a - 43.04% (9.8 MB)

[#003] sha256:fe5da59dae94986011c1055687b58c715991261b1bc682b8a65f659d366d55f4 - 0.0% (833 Bytes)

[#004] sha256:a0f9d14d3caffde78810bda48696f03d8c833fd999666c61a3df3d42050b5280 - 10.3% (2.34 MB)

[#005] sha256:8bd256f3afa71fe3a4cb5f0c0a78e13524d1200ace9818d478a7c6698fc6fb1b - 0.0% (732 Bytes)

[#006] sha256:c00360c9b156579346f9df6ff4ec84fa2f84bcebbbd3921ad1c417e77d6e4fdc - 0.01% (2.84 KB)

[#007] sha256:3277b45128cfc8baff0cd55d0822ad6b49f5e871cdf7822b8823034fa36a9e3e - 10.34% (2.35 MB)


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-08-20 22:04:35 UTC

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

2019-08-20 22:04:35 UTC

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

2019-08-20 22:04:35 UTC

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

2019-08-20 22:04:36 UTC

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

2019-08-27 22:20:06 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 && printf "%s%s%s\n" "https://nginx.org/packages/mainline/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" | tee -a /etc/apk/repositories && apk del .cert-deps ;; *) 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 -r 428 && 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 " && echo "${tempDir}/packages/alpine/" >> /etc/apk/repositories && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps ;; esac && apk add --no-cache $nginxPackages && 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 && sed -i '$ d' /etc/apk/repositories && 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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log

2019-08-27 22:20:06 UTC

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

2019-08-27 22:20:06 UTC

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

2019-08-27 22:20:07 UTC

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

2019-09-06 19:57:56 UTC

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

2019-09-06 19:57:57 UTC

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

2019-09-06 19:57:57 UTC

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

2019-09-06 19:57:57 UTC

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

2019-09-06 19:57:58 UTC

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

2019-09-06 19:57:58 UTC

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

2019-09-06 19:57:59 UTC

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

2019-09-06 19:58:01 UTC

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

2019-09-06 19:58:02 UTC

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

2019-09-06 19:58:02 UTC

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

2019-09-06 19:58:05 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

2019-09-06 19:58:05 UTC

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

2019-09-06 19:58:05 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