Namespace
joxit
Image / Tag
docker-registry-ui:0.3-debian-static
Content Digest
sha256:15e2163540917a185f8388426b12cecdcb863e15cdf2a52d896071cc84648c73
Details
Created

2019-01-27 22:32:14 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.92% (21.5 MB)

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

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

[#003] sha256:3030e48121b63d34db9e04067a4c8329f2b278f5d6dc6e5822c0b14759a93885 - 0.0% (847 Bytes)

[#004] sha256:059296c898f671493abde76e06b98e9e2bd884d7181cae80a2e9eae4b3608102 - 0.75% (330 KB)

[#005] sha256:70a03abbbec76a617ff4aedb75c7d3d2fc9a7f6ca6ffa96757533181f8eedaa5 - 0.0% (1.52 KB)

[#006] sha256:8eb8ab2c52cf81b07815a8ebfee4a0ea7918397f03154072bbdd03f538e908f9 - 0.01% (3.4 KB)

[#007] sha256:3bd0e1de76da726497111782137fadeaf5a252ceb7647c566c7ba7fe5a24f2e6 - 0.0% (398 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:32:11 UTC

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

2019-01-27 22:32:12 UTC

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

2019-01-27 22:32:12 UTC

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

2019-01-27 22:32:13 UTC

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

2019-01-27 22:32:13 UTC

/bin/sh -c #(nop) COPY file:30fda60d918802e740bf603d9bdc180fe86957aeda21e2450d00d4adac11035f in /usr/share/nginx/html/scripts/script.js

2019-01-27 22:32:13 UTC

/bin/sh -c #(nop) COPY file:89523b250820b35ae373459b6e46a7f8e6be305d357aebff4948dffb8b30e821 in /usr/share/nginx/html/scripts/tags.js

2019-01-27 22:32:14 UTC

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

2019-01-27 22:32:14 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