Namespace
joxit
Image / Tag
docker-registry-ui:1.0-debian-static
Content Digest
sha256:a227c0a3a7f992f3e3afaf8715c948bbf98d2e21c3dc54e319079a557b41eb4b
Details
Created

2019-01-27 22:22:17 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.87% (21.5 MB)

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

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

[#003] sha256:45c39a50c6bf718c9a0003b916ffc2a1c919dd6301be10899e0ef7e190c83250 - 0.0% (847 Bytes)

[#004] sha256:209b584b28560749207703784872c57b180bcb7c9fe56dbbb92c2c5b7664669a - 0.84% (368 KB)

[#005] sha256:58f441f208b51fd6a7f63056d27bb40b10755fe2734aae7225fbc82b90d7e701 - 0.01% (6.25 KB)

[#006] sha256:eb79677e2e3ffd30f7ae8595cae897b927c7b7ac62603d75cfd9fbe83218bd4b - 0.0% (405 Bytes)


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:22:14 UTC

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

2019-01-27 22:22:15 UTC

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

2019-01-27 22:22:15 UTC

/bin/sh -c #(nop) COPY file:00c89c90a99653fef2201b5f18d7b40556068ef3ef787045cce688a3086a0152 in /etc/nginx/conf.d/default.conf

2019-01-27 22:22:16 UTC

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

2019-01-27 22:22:16 UTC

/bin/sh -c #(nop) COPY file:fe335fa620bbf40ef63235e389a28f7fd50065a4cf533f62551a2ca6f8cf3e08 in /usr/share/nginx/html/scripts/docker-registry-ui.js

2019-01-27 22:22:16 UTC

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

2019-01-27 22:22:17 UTC

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

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