Namespace
joxit
Image / Tag
docker-registry-ui:0.4-debian
Content Digest
sha256:80d9d77f05f6f825f473a7ef5755c21f1ce6cfca978c15707d6edb4eb1a2794b
Details
Created

2019-01-27 22:14:39 UTC

Size

43 MB

Content Digest
Labels
  • maintainer
    Jones MAGLOIRE @Joxit

Environment
NGINX_VERSION

1.15.8-1~stretch

NJS_VERSION

1.15.8.0.2.7-1~stretch

PATH

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


Layers

[#000] sha256:5e6ec7f28fb77f84f64b8c29fcb0a746260563f5858315e3e9fcc4aee2844840 - 49.93% (21.5 MB)

[#001] sha256:ab804f9bbcbe56bd453382373757c73b0d02efb6beadca0e45a4558911a87594 - 49.32% (21.2 MB)

[#002] sha256:052b395f16bcb36d7f7781a596a831139187760b6cbadf61b5b731bbc41d2690 - 0.0% (203 Bytes)

[#003] sha256:025217ba29d9cdb9c71b9ce6f6473e69a1b05e2d1085d55439a99309fd205e56 - 0.75% (330 KB)


History
2019-01-22 19:30:32 UTC

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

2019-01-22 19:30:32 UTC

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

2019-01-22 23:27:00 UTC

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

2019-01-22 23:27:00 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.15.8-1~stretch

2019-01-22 23:27:01 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=1.15.8.0.2.7-1~stretch

2019-01-22 23:27:29 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net: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} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ stretch 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 && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && 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

2019-01-22 23:27:31 UTC

/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log

2019-01-22 23:27:31 UTC

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

2019-01-22 23:27:32 UTC

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

2019-01-22 23:27:32 UTC

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

2019-01-27 22:14:38 UTC

/bin/sh -c #(nop) LABEL maintainer=Jones MAGLOIRE @Joxit

2019-01-27 22:14:39 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/nginx/html/

2019-01-27 22:14:39 UTC

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

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