Namespace
library
Image / Tag
docker:18.09.3
Content Digest
sha256:0a3f40dabeb34b7ad747fe47d2f342dd3094c8f49763f6fe2804ba379bec8658
Details
Created

2019-03-07 23:17:28 UTC

Size

49.2 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.09.3

PATH

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


Layers

[#000] sha256:8e402f1a9c577ded051c1ef10e9fe4492890459522089959988a4852dee8ab2c - 5.34% (2.63 MB)

[#001] sha256:ce7779d8bfe3415e27ec3bf5950b2ab67a854c608595f0f2e49066fb5806fd12 - 0.59% (295 KB)

[#002] sha256:de1a1e452942df2228b914d2ce9be43f18b137f4ebc3dce9491bc08c2630a2ea - 0.0% (154 Bytes)

[#003] sha256:2868e3d1f4babb93f4f0f62d7b98f22b3bb5c2a2e873ed5a90b8cd666935be63 - 94.07% (46.3 MB)

[#004] sha256:d23f6cb1b8ba7a2d05a5c67059c0b62bad375b2295694a890ba09b5cea8ae188 - 0.0% (545 Bytes)

[#005] sha256:e43826924a95a51b28731a177952e403a4ce24ba55b45ab6bcc41a0903ddb328 - 0.0% (738 Bytes)


History
2019-03-07 22:19:40 UTC

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

2019-03-07 22:19:40 UTC

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

2019-03-07 23:17:18 UTC

/bin/sh -c apk add --no-cache ca-certificates

2019-03-07 23:17:19 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-03-07 23:17:19 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-03-07 23:17:19 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=18.09.3

2019-03-07 23:17:26 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-03-07 23:17:27 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-03-07 23:17:27 UTC

/bin/sh -c #(nop) COPY file:232c7644a72835c769a24023d9195c15e9ea7dbe3b01f641c800526aecd5676b in /usr/local/bin/

2019-03-07 23:17:27 UTC

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

2019-03-07 23:17:28 UTC

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

Details
Created

2019-03-08 03:53:31 UTC

Size

46.3 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.09.3

PATH

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


Layers

[#000] sha256:d33b53ae0340b7490b486edd65310a4333d7e0057854aadd12a5006faf7fa576 - 5.23% (2.42 MB)

[#001] sha256:d04291196b792b79f87314db65da48b82e78a6379cc0057d47bc1f1fba30a4cd - 0.62% (295 KB)

[#002] sha256:cbce9f121c7371de1a407eb91454621b8de8780f1fa69282905bdf2bf1c65766 - 0.0% (154 Bytes)

[#003] sha256:3679d1bb4b93aab337f94387c7f7bc6f98334a4097c907b46c853d848e01c0b5 - 94.14% (43.6 MB)

[#004] sha256:9c7b6c18d1f87b49f3e216b23d7b08a62edd3dfba1840b64380af2a4d6093c13 - 0.0% (544 Bytes)

[#005] sha256:5afffe01a713089c2a25d907fbbae9edd3156d6d6852a678d4ea0ed9f6f2d1ba - 0.0% (737 Bytes)


History
2019-03-08 03:36:05 UTC

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

2019-03-08 03:36:06 UTC

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

2019-03-08 03:53:19 UTC

/bin/sh -c apk add --no-cache ca-certificates

2019-03-08 03:53:20 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-03-08 03:53:20 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-03-08 03:53:21 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=18.09.3

2019-03-08 03:53:29 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-03-08 03:53:30 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-03-08 03:53:30 UTC

/bin/sh -c #(nop) COPY file:232c7644a72835c769a24023d9195c15e9ea7dbe3b01f641c800526aecd5676b in /usr/local/bin/

2019-03-08 03:53:31 UTC

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

2019-03-08 03:53:31 UTC

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

Details
Created

2019-03-08 04:19:06 UTC

Size

44.5 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.09.3

PATH

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


Layers

[#000] sha256:3b00a3925ee4b356facd24aea8ece58982a66577023cb3596ce3a321aef976f9 - 5.76% (2.56 MB)

[#001] sha256:7809c1a4c8e2fd286895f69d067b1a68841f9311a5c0e1afc51e64e57d777919 - 0.65% (295 KB)

[#002] sha256:8c00b1d46f4493b4bfe8c94c6226da7c7c76820ecc2f4b70e6a482d4fdaaca34 - 0.0% (153 Bytes)

[#003] sha256:7df8ab99b97af5ca4e2621b9f832afaf821294dce064b03dfd0adce316735937 - 93.58% (41.6 MB)

[#004] sha256:2991e52c42c7035e6e94979f8fe1ee8f50d27a4bbabff3689f3a679c1a5bc356 - 0.0% (544 Bytes)

[#005] sha256:cf0dbc160c65dfab8ac39e6ac087094a70ffea5a4e2bd3e8ed9b4303925fc0a3 - 0.0% (738 Bytes)


History
2019-03-08 03:37:01 UTC

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

2019-03-08 03:37:02 UTC

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

2019-03-08 04:18:47 UTC

/bin/sh -c apk add --no-cache ca-certificates

2019-03-08 04:18:49 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-03-08 04:18:50 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-03-08 04:18:51 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=18.09.3

2019-03-08 04:19:02 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-03-08 04:19:03 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-03-08 04:19:04 UTC

/bin/sh -c #(nop) COPY file:232c7644a72835c769a24023d9195c15e9ea7dbe3b01f641c800526aecd5676b in /usr/local/bin/

2019-03-08 04:19:05 UTC

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

2019-03-08 04:19:06 UTC

/bin/sh -c #(nop) CMD ["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