Namespace
library
Image / Tag
docker:19.03.0-beta5-git
Content Digest
sha256:d2cb0a15352f94ce6e4842a5851e34da743c9c99803440d8febbeea5e659095f
Details
Created

2019-05-30 21:19:55 UTC

Size

72.6 MB

Content Digest
Environment
DOCKER_CHANNEL

test

DOCKER_VERSION

19.03.0-beta5

PATH

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


Layers

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

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

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

[#003] sha256:10c183b6e6b9f798dfe3b20a0b8c1c92185df194452168f06fd8d9ffa54aea46 - 83.8% (60.8 MB)

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

[#005] sha256:18f215569416588587a81a55c30d346bcaf1a3cfd7ff6f684c7038687403dd2e - 0.0% (737 Bytes)

[#006] sha256:b3a5f11678cfd791726433a3180bedd2c274698c8547cd5a63cf10c0e13acc3e - 12.18% (8.84 MB)


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:27 UTC

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

2019-05-30 21:19:33 UTC

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

2019-05-30 21:19: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

2019-05-30 21:19:41 UTC

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

2019-05-30 21:19:41 UTC

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

2019-05-30 21:19:41 UTC

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

2019-05-30 21:19:41 UTC

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

2019-05-30 21:19:55 UTC

/bin/sh -c apk add --no-cache git openssh-client

Details
Created

2019-05-30 21:49:56 UTC

Size

67.8 MB

Content Digest
Environment
DOCKER_CHANNEL

test

DOCKER_VERSION

19.03.0-beta5

PATH

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


Layers

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

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

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

[#003] sha256:21de9c48c6e6809aa8d7df2d018c47fd56daa381900a0b13d443b815bfb6720f - 83.67% (56.8 MB)

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

[#005] sha256:2b00915a06e3e577cec08600f86c6f7bec63a17768bec1a7e6ca876031449794 - 0.0% (737 Bytes)

[#006] sha256:b385a6f577856ccf6507cdfbf870752cfb6330283b643a2f57bbbfa321856f94 - 12.33% (8.36 MB)


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:20:31 UTC

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

2019-05-30 21:49:20 UTC

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

2019-05-30 21:49:32 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 21:49:32 UTC

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

2019-05-30 21:49:33 UTC

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

2019-05-30 21:49:33 UTC

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

2019-05-30 21:49:34 UTC

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

2019-05-30 21:49:56 UTC

/bin/sh -c apk add --no-cache git openssh-client

Details
Created

2019-05-30 21:39:59 UTC

Size

66.3 MB

Content Digest
Environment
DOCKER_CHANNEL

test

DOCKER_VERSION

19.03.0-beta5

PATH

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


Layers

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

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

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

[#003] sha256:6bf5fa7862a69cd8bc2923e07f22bad35ba0c45940f8bc2bc2bcffa5f9de9e60 - 82.0% (54.4 MB)

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

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

[#006] sha256:f926e03e2941e2f0d687cb49ba5161d6ab7a10a5cd47b84b0242edbb40fdb3e6 - 13.69% (9.08 MB)


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:39:30 UTC

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

2019-05-30 21:39:30 UTC

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

2019-05-30 21:39:38 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 21:39:38 UTC

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

2019-05-30 21:39:39 UTC

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

2019-05-30 21:39:39 UTC

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

2019-05-30 21:39:39 UTC

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

2019-05-30 21:39:59 UTC

/bin/sh -c apk add --no-cache git openssh-client

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