2018-10-11 17:12:12 UTC
134 MB
edge
DOCKER_VERSION17.10.0-ce
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0bd44ff9c2cf1129ef8cea689b3e10e6498f64d2f8d5532caae55841b474bf3a - 32.16% (43.2 MB)
[#001] sha256:249ba8d43f2310d354e8cb88fc52afdf5bfe730a154ba8ff60c82020e71b67d1 - 39.8% (53.5 MB)
[#002] sha256:9552dfe505c1b44754d038ab118cc05b93d2f0b9e2ab9af7a333ce1cf570ccab - 21.85% (29.4 MB)
[#003] sha256:341fa62917a73a890b83706f7962567523e5489f04dd7319d0cebf8979359971 - 6.19% (8.32 MB)
/bin/sh -c #(nop) ADD file:f21d7c14104d5d9fa99f271177e765a3472f5a69398bb78f34f7401e9b2df837 in /
2018-06-26 21:24:58 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-11 17:12:06 UTC/bin/sh -c apt-get update && apt-get install -y curl jq procps git tar && rm -rf /var/lib/apt/lists/* && curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x ./kubectl && mv ./kubectl /bin/
2018-10-11 17:12:07 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=edge
2018-10-11 17:12:07 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=17.10.0-ce
2018-10-11 17:12:11 UTC/bin/sh -c set -ex; dockerArch='x86_64'; if ! curl -fL -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 -v; docker -v
2018-10-11 17:12:12 UTC/bin/sh -c #(nop) COPY file:0104cd385d30716cca3cd58c2403c57ae6a5d14747c49f9bcb928b537dfda7a8 in /bin/
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.