Namespace
joxit
Image / Tag
docker-registry-ui:0.2-static
Content Digest
sha256:26d00c5d0f4ae2d78fa5587a195aa3bd858f06b61703c30c02cb2948c1c70873
Details
Created

2018-03-17 07:06:13 UTC

Size

42.8 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>

Environment
NGINX_VERSION

1.13.9-1~stretch

NJS_VERSION

1.13.9.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:2a72cbf407d67c7a7a76dd48e432091678e297140dce050ad5eccad918a9f8d6 - 50.14% (21.4 MB)

[#001] sha256:eccc107d7abd0e70046b82b73d5e5d53ec33fd6a0bef8231c52be2f3486ca32f - 49.03% (21 MB)

[#002] sha256:76aa3935d77c8c436652580479edcefd91e627507a356e957583dd12215a56e7 - 0.0% (203 Bytes)

[#003] sha256:48ec57ac365e0f96a48f1735a24d3a5bcf413f95608afab68ca829557dba735b - 0.82% (359 KB)

[#004] sha256:dd56f3a8b1e5ee2fe325315f1d917ee68dbc1307d31de97fd43483200fd7228c - 0.0% (1.13 KB)

[#005] sha256:edf9db7a138d7bfad8daaab3fd1b8e6a9388a52296e994c15407726a724be28c - 0.01% (2.6 KB)

[#006] sha256:3f836ed58dd9893c844659695dde107b6da293ae3d2597f45ae04b07d9557d14 - 0.0% (324 Bytes)


History
2018-03-13 22:27:37 UTC

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

2018-03-13 22:27:37 UTC

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

2018-03-14 08:14:39 UTC

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

2018-03-14 08:14:39 UTC

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

2018-03-14 08:14:39 UTC

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

2018-03-14 08:15:02 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

2018-03-14 08:15:03 UTC

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

2018-03-14 08:15:03 UTC

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

2018-03-14 08:15:03 UTC

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

2018-03-14 08:15:03 UTC

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

2018-03-17 07:06:11 UTC

/bin/sh -c #(nop) MAINTAINER Jones MAGLOIRE @Joxit

2018-03-17 07:06:11 UTC

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

2018-03-17 07:06:12 UTC

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

2018-03-17 07:06:12 UTC

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

2018-03-17 07:06:13 UTC

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

2018-03-17 07:06:13 UTC

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

2018-03-17 07:06:13 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