Namespace
library
Image / Tag
docker:18.06
Content Digest
sha256:d0ae46aa08806ffc1c4de70a4eb585df33470643a9d2ccf055ff3ec91ba5b0b0
Details
Created

2019-05-11 00:24:20 UTC

Size

45.2 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.3-ce

PATH

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


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 5.82% (2.63 MB)

[#001] sha256:5297bd3818169b125a364b85eb77095c3f33626fa6a83f36bf2123aba60f2b39 - 0.64% (295 KB)

[#002] sha256:3a664477889cd9030004351f3bb8a9c904e299cf5e5f17f8819e20d7370aeceb - 0.0% (153 Bytes)

[#003] sha256:456ccbcfb7c21eb36850dd146f3a19e1b8324a8731c142f0c2ba025601ed01dd - 93.54% (42.3 MB)

[#004] sha256:be49115c409f72bbf633e709be84551871d9e53e1511afcd56fd2a1d3a7ef24e - 0.0% (541 Bytes)

[#005] sha256:4e5a67a694a221414aab657c113974dd0a462a9950d259dba0654c2378298f7e - 0.0% (736 Bytes)


History
2019-05-11 00:07:03 UTC

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

2019-05-11 00:07:03 UTC

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

2019-05-11 00:23:26 UTC

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

2019-05-11 00:23:27 UTC

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

2019-05-11 00:23:51 UTC

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

2019-05-11 00:24:15 UTC

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

2019-05-11 00:24:20 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-05-11 00:24:20 UTC

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

2019-05-11 00:24:20 UTC

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

2019-05-11 00:24:20 UTC

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

2019-05-11 00:24:20 UTC

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

Details
Created

2019-05-11 09:21:57 UTC

Size

43.8 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.3-ce

PATH

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


Layers

[#000] sha256:6e39823df636e42cc4ea056843af98c9bec31b5ae0a75cdc5628cd19b589189c - 5.53% (2.43 MB)

[#001] sha256:1e973d2d028433a678a141dae7960c25f92470d4fb1445eb6db2043b2e835031 - 0.66% (295 KB)

[#002] sha256:78436e680e21b80ea470c654124955de15e6e8a79b59499c5dbe71d477058b7c - 0.0% (153 Bytes)

[#003] sha256:4e38bba0c008492d270374dd9406691fdeaa304edb5e320542d3eea5a3b0454f - 93.81% (41.1 MB)

[#004] sha256:8e353966fd9023225f8261f76d10dc1d29699cb1d5f7c03f24d01c0812775d6f - 0.0% (543 Bytes)

[#005] sha256:8fa3083f828ec86e95160a32fe772c8dafeaa913cac794e1c6c7468123c96b9a - 0.0% (735 Bytes)


History
2019-05-11 07:49:31 UTC

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

2019-05-11 07:49:31 UTC

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

2019-05-11 09:14:32 UTC

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

2019-05-11 09:14:33 UTC

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

2019-05-11 09:21:14 UTC

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

2019-05-11 09:21:47 UTC

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

2019-05-11 09:21:55 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-05-11 09:21:55 UTC

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

2019-05-11 09:21:56 UTC

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

2019-05-11 09:21:56 UTC

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

2019-05-11 09:21:57 UTC

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

Details
Created

2019-05-16 00:41:05 UTC

Size

42.2 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.3-ce

PATH

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


Layers

[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 6.08% (2.56 MB)

[#001] sha256:3cfbe23cb93f5c54409e935c5fd19cf451ad8742f93d33deda5a6fb7c56b5d64 - 0.68% (295 KB)

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

[#003] sha256:cb2d1d323d49e3db362a63eac31e57d160eab74a6c2304fb3a6a729d5dd3ce00 - 93.23% (39.3 MB)

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

[#005] sha256:61cb76ab4fd9a876d6281696b27293fccb177089b291c70a43669457fbe5c0e4 - 0.0% (737 Bytes)


History
2019-05-11 08:43:24 UTC

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

2019-05-11 08:43:25 UTC

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

2019-05-16 00:39:29 UTC

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

2019-05-16 00:39:30 UTC

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

2019-05-16 00:40:10 UTC

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

2019-05-16 00:40:55 UTC

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

2019-05-16 00:41: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-05-16 00:41:03 UTC

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

2019-05-16 00:41:04 UTC

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

2019-05-16 00:41:04 UTC

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

2019-05-16 00:41:05 UTC

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

Details
Created

2019-05-30 22:16:11 UTC

Size

41.9 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.3-ce

PATH

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


Layers

[#000] sha256:221c32b360a801e69a8aac598d495aaac3512642f967704a9d9bc5d6b4b4709e - 6.34% (2.65 MB)

[#001] sha256:70fa3bfa99a2b06c1bb855d7b513ef6869c9a02be3b038a57f97b01e23b3a92b - 0.69% (297 KB)

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

[#003] sha256:c9a3d0cafe64244e2d5fe48f16e30b56e1ffd01a0bdeb8f2c5e2956e1563fe17 - 92.97% (38.9 MB)

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

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


History
2019-05-11 08:29:33 UTC

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

2019-05-11 08:29:34 UTC

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

2019-05-30 22:14:46 UTC

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

2019-05-30 22:14:52 UTC

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

2019-05-30 22:15:20 UTC

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

2019-05-30 22:15:45 UTC

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

2019-05-30 22:15:57 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-05-30 22:16:00 UTC

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

2019-05-30 22:16:00 UTC

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

2019-05-30 22:16:05 UTC

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

2019-05-30 22:16:11 UTC

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

Details
Created

2019-05-11 12:15:07 UTC

Size

44.7 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

18.06.3-ce

PATH

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


Layers

[#000] sha256:bea4f04d8b33c5bd68ccb34849e615333c5ef00958b400841a03970dd2d5e9ae - 5.43% (2.43 MB)

[#001] sha256:86efcbb09c21b5959513cbba9acad2e705a0d6739bc8ed1eda85c2cbf7839a77 - 0.65% (295 KB)

[#002] sha256:5022a6761590134550dbde37d10860fc7595717fd6eaad9823d2113128fa7930 - 0.0% (155 Bytes)

[#003] sha256:a0c2e7817e3f3fd94deda368906102398eda71e98d742636275bffe2aa7ade8c - 93.92% (41.9 MB)

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

[#005] sha256:1b32e5b6d9ddbbc94e9a72a4fa84fb47083e6e5c51dc3c5196d05ca954668b08 - 0.0% (737 Bytes)


History
2019-05-11 11:41:43 UTC

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

2019-05-11 11:41:43 UTC

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

2019-05-11 12:14:30 UTC

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

2019-05-11 12:14:31 UTC

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

2019-05-11 12:14:48 UTC

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

2019-05-11 12:15:03 UTC

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

2019-05-11 12:15:07 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-05-11 12:15:07 UTC

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

2019-05-11 12:15:07 UTC

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

2019-05-11 12:15:07 UTC

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

2019-05-11 12:15:07 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