Namespace
library
Image / Tag
docker:18.06.1
Content Digest
sha256:8dc29cb7ced82d0709bac0107c359279d3b4a9915d7343f33a3771947a79c4fd
Details
Created

2019-01-31 02:22:40 UTC

Size

44.7 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.1-ce

PATH

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


Layers

[#000] sha256:169185f82c45a6eb72e0ca4ee66152626e7ace92a0cbc53624fb46d0a553f0bd - 4.71% (2.1 MB)

[#001] sha256:34c29055ee4282949de24fad9e8b86257630abafa12c1862919d9039f1158cb7 - 0.66% (302 KB)

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

[#003] sha256:700bc83a032f95297f002de16d20c5fd7dd680b114f02c98e9f31f99f7c03976 - 94.62% (42.3 MB)

[#004] sha256:a68314905439de7b4ba7bd9d2052634633b231316b31a9f32671b27888591aea - 0.0% (542 Bytes)

[#005] sha256:656a7e4a91c02e29ca2a1fa92db6fcd320d895ac39b5acfe5849fa42eaa2c641 - 0.0% (736 Bytes)


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

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

2019-01-30 22:19:47 UTC

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

2019-01-30 22:41:04 UTC

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

2019-01-30 22:41:05 UTC

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

2019-01-31 02:22:14 UTC

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

2019-01-31 02:22:35 UTC

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

2019-01-31 02:22:40 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-01-31 02:22:40 UTC

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

2019-01-31 02:22:40 UTC

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

2019-01-31 02:22:40 UTC

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

2019-01-31 02:22:40 UTC

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

Details
Created

2018-12-21 09:07:03 UTC

Size

43.4 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.1-ce

PATH

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


Layers

[#000] sha256:5b678b67777fc7983d3563839cc9d511de267ec6de1961f2b590d552d8bfa105 - 4.71% (2.05 MB)

[#001] sha256:d9f0b2b885d968636a597331169fce72a69964c911558554f1b2a0d21959f34f - 0.0% (175 Bytes)

[#002] sha256:356978bcf1df8340fe3dda865b8ab4026d6cb2fff657ce531ce95a41a1c3cb58 - 0.68% (302 KB)

[#003] sha256:4e80779801766fe15ee57456f36c5b23167914f0a4d90dc432d018ffbabc7fe4 - 0.0% (154 Bytes)

[#004] sha256:262ce502f7dae824512172b37af2fb4f9a7a07e99681cb3f8775b10c65cb6a5c - 94.61% (41.1 MB)

[#005] sha256:fd71e3ed039bf4e1cb820f0ccbce37d632472782e288d9ee888e4451afdf090a - 0.0% (544 Bytes)

[#006] sha256:04380df9fbbf7a2b022141178c2891b9aea85d414bbffcbf99f5fe14c1009977 - 0.0% (735 Bytes)


History
2018-12-21 08:49:49 UTC

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

2018-12-21 08:49:50 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 08:49:50 UTC

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

2018-12-21 09:05:48 UTC

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

2018-12-21 09:05:49 UTC

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

2018-12-21 09:06:21 UTC

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

2018-12-21 09:06:52 UTC

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

2018-12-21 09:07:01 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

2018-12-21 09:07:02 UTC

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

2018-12-21 09:07:03 UTC

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

2018-12-21 09:07:03 UTC

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

2018-12-21 09:07:03 UTC

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

Details
Created

2018-12-21 10:02:44 UTC

Size

41.6 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.1-ce

PATH

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


Layers

[#000] sha256:e3c488b39803d9194cf010f6127b1121d5387b90a1562d44b50b749d0e7a69bf - 4.81% (2 MB)

[#001] sha256:05a63128803b1ea223f87244cb8d3faa97817f6cf3ca8249e485430218758510 - 0.0% (176 Bytes)

[#002] sha256:4fe3f66f9bc2a391ccc98b0ae2492dc28160ce2a5de9dc7057f36b2a88d42640 - 0.71% (301 KB)

[#003] sha256:590d7dc3d210c2fa755e378743c66cdc4c9965179688e1fd1d1636cc3e111a32 - 0.0% (154 Bytes)

[#004] sha256:2fa322e27459258bd81a230c3c1b0368b4b0b8d93efdbe1395bd635b3b9b7801 - 94.48% (39.3 MB)

[#005] sha256:773685c60f2a96759907dddc37f26a6cd13bf9510712b353ebef0865157cc5e7 - 0.0% (544 Bytes)

[#006] sha256:9d5f14cee200d66b8ededdb065b086d6a262cd57eb1d19b8cce288925dd6ee36 - 0.0% (737 Bytes)


History
2018-12-21 09:43:06 UTC

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

2018-12-21 09:43:07 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 09:43:07 UTC

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

2018-12-21 10:00:50 UTC

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

2018-12-21 10:00:52 UTC

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

2018-12-21 10:01:42 UTC

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

2018-12-21 10:02:31 UTC

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

2018-12-21 10:02:41 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

2018-12-21 10:02:42 UTC

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

2018-12-21 10:02:42 UTC

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

2018-12-21 10:02:43 UTC

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

2018-12-21 10:02:44 UTC

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

Details
Created

2018-12-21 12:16:45 UTC

Size

41.3 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.1-ce

PATH

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


Layers

[#000] sha256:5fac6f91a5114ca7e803950377d1db527386361cdf48b205eed63d8ab99820c3 - 5.07% (2.09 MB)

[#001] sha256:6c21fc409a1bc2fd1e54e11e2bd2beb4251b1c6d49aee187e7d28df20b2004b1 - 0.0% (177 Bytes)

[#002] sha256:e28dd74d7ce0c8182a29ce5766ac5575196993662afb3b10be99b2314493ac33 - 0.72% (304 KB)

[#003] sha256:6a75589a7814f6d6ed935664c5037e46910ab3a96af4f6153a87bac4760e8cfb - 0.0% (153 Bytes)

[#004] sha256:37b260caabf93dfe72f425c6af43ba6626614a11fd40fbdc034fa4e4b6583dec - 94.21% (38.9 MB)

[#005] sha256:9e1fa867678db3e08af844539851aa963c46a4420df92c8c7c56f09156d23545 - 0.0% (542 Bytes)

[#006] sha256:52ee766c08a25f89b20338e9f27d11eeb0c0e9487d30ad53cf20d2f5842537fc - 0.0% (736 Bytes)


History
2018-12-21 09:44:05 UTC

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

2018-12-21 09:44:06 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 09:44:10 UTC

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

2018-12-21 10:01:57 UTC

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

2018-12-21 10:02:05 UTC

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

2018-12-21 12:15:47 UTC

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

2018-12-21 12:16:25 UTC

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

2018-12-21 12:16:36 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

2018-12-21 12:16:39 UTC

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

2018-12-21 12:16:40 UTC

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

2018-12-21 12:16:43 UTC

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

2018-12-21 12:16:45 UTC

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

Details
Created

2018-12-21 14:37:06 UTC

Size

44.4 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.1-ce

PATH

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


Layers

[#000] sha256:15104e3bedebb091b5b7a84edf7fdd60a8c1564c514db2cd2280365c6545b489 - 4.95% (2.2 MB)

[#001] sha256:0b6c2e18bbe3b8455119e6724bd63ad7bf07637d1ea3be59615766903e0bfb9a - 0.0% (175 Bytes)

[#002] sha256:872b697e31c148997866fca339e75cd06a25b09584a72d806382e929d1fcb650 - 0.66% (302 KB)

[#003] sha256:299ba9bbbfaa6399c6c299d75aa651c286ec5c0824e8746eb78c9c8b0ffcbcdd - 0.0% (154 Bytes)

[#004] sha256:e331296b5855599ec6c332f32a7ee08967babfcb53e3c0984056f4906db5e1b2 - 94.38% (41.9 MB)

[#005] sha256:cf720b05220cc08680cef348d95fd233752bcd54baa51ec00a8ee571cf8b1b6c - 0.0% (543 Bytes)

[#006] sha256:d060a626d13cd639c7a23a0381e079bd57c5a18a897e7edd584dc8cf5a0979a6 - 0.0% (736 Bytes)


History
2018-12-21 12:42:37 UTC

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

2018-12-21 12:42:37 UTC

/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime

2018-12-21 12:42:38 UTC

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

2018-12-21 12:59:24 UTC

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

2018-12-21 12:59:25 UTC

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

2018-12-21 14:36:43 UTC

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

2018-12-21 14:37:01 UTC

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

2018-12-21 14:37:05 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

2018-12-21 14:37:06 UTC

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

2018-12-21 14:37:06 UTC

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

2018-12-21 14:37:06 UTC

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

2018-12-21 14:37: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