2018-10-24 07:01:15 UTC
204 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:473ede7ed136b710ab2dd51579af038b7d00fbbf6a1790c6294c93666203c0a6 - 14.96% (30.6 MB)
[#001] sha256:c46b5fa4d940569e49988515c1ea0295f56d0a16228d8f854e27613f467ec892 - 0.0% (843 Bytes)
[#002] sha256:93ae3df89c92cb1d20e9c09f499e693d3a8a8cef161f7158f7a9a3b5d06e4ef2 - 0.0% (554 Bytes)
[#003] sha256:6b1eed27cadec5de8051d56697b0b67527e4076deedceefb41b7b2ea9b900459 - 0.0% (162 Bytes)
[#004] sha256:0373952b589d2d14782a35c2e67826e80c814e5d3ae41370a6dc89ed43c2e60b - 79.01% (161 MB)
[#005] sha256:7b82cd0ee5279a665a15cb61719276284e769e4b980f46709b21e53183974eec - 0.05% (106 KB)
[#006] sha256:a36b2d884a8941918fba8ffd1599b5187de99bd30c8aa112694fc5f8d024f506 - 5.98% (12.2 MB)
/bin/sh -c #(nop) ADD file:bcd068f67af2788dbd57729c0c8193f022ec5c37fefb8704390c59081152e6fc in /
2018-10-19 00:47:55 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2018-10-19 00:47:56 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2018-10-19 00:47:56 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2018-10-19 00:47:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-10-24 06:57:03 UTC/bin/sh -c #(nop) LABEL name=httpbin
2018-10-24 06:57:04 UTC/bin/sh -c #(nop) LABEL version=0.9.2
2018-10-24 06:57:04 UTC/bin/sh -c #(nop) LABEL description=A simple HTTP service.
2018-10-24 06:57:04 UTC/bin/sh -c #(nop) LABEL org.kennethreitz.vendor=Kenneth Reitz
2018-10-24 07:00:29 UTC/bin/sh -c apt update -y && apt install python3-pip -y
2018-10-24 07:00:30 UTC/bin/sh -c #(nop) EXPOSE 80
2018-10-24 07:00:31 UTC/bin/sh -c #(nop) ADD dir:e515819df42cabc7f8fe307e9eff2af3fe449fe6e2408e3242949c32d3326564 in /httpbin
2018-10-24 07:01:15 UTC/bin/sh -c pip3 install --no-cache-dir gunicorn /httpbin
2018-10-24 07:01:15 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-b" "0.0.0.0:80" "httpbin:app" "-k" "gevent"]
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.