2022-06-23 06:12:31 UTC
238 MB
C.UTF-8
LC_ALLC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df - 11.43% (27.2 MB)
[#001] sha256:9e699467b1ea385102a039e4374b6ce26849ffadddc23436dbfd67f28d625eff - 69.04% (165 MB)
[#002] sha256:d4f997260b82a9ff7ae06b8abc697986f4cadf6a68309613f2214e9158f6e5e8 - 0.0% (4.31 KB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:b903bc7a0f47346e2a6f2d827f00b43011ca0b17417d9d176d12fa3de942186f - 19.25% (45.9 MB)
[#005] sha256:2eaa2424421ff8d72a9878620f3839d17ca65a31d6f529cf72044e73200008ab - 0.04% (103 KB)
[#006] sha256:1a6e719c32867d63c08a4f59694a3576835f8e4784e24a263b0262c1bbfd57ac - 0.23% (569 KB)
/bin/sh -c #(nop) ADD file:00dae10e79b05c4e1a3db053a1f85a4f38a39fe85cbbd88d74201a01a7dd59b5 in /
2022-06-06 22:21:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)LABEL name=httpbin
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)LABEL description=A simple HTTP service.
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)ENV LC_ALL=C.UTF-8
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt update -y && apt install python3-pip libssl-dev libffi-dev git -y && pip3 install --no-cache-dir pipenv # buildkit
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)ADD Pipfile Pipfile.lock /httpbin/ # buildkit
2022-06-23 06:12:03 UTC (buildkit.dockerfile.v0)WORKDIR /httpbin
2022-06-23 06:12:28 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c /bin/bash -c "pip3 install --no-cache-dir -r <(pipenv lock -r)" # buildkit
2022-06-23 06:12:28 UTC (buildkit.dockerfile.v0)ADD . /httpbin # buildkit
2022-06-23 06:12:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install --no-cache-dir /httpbin # buildkit
2022-06-23 06:12:31 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2022-06-23 06:12:31 UTC (buildkit.dockerfile.v0)CMD ["gunicorn" "-b" "0.0.0.0:80" "httpbin:app" "-k" "gevent"]
2022-06-23 06:47:10 UTC
228 MB
C.UTF-8
LC_ALLC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:11e23ac719b33170b39b7e30b8027dc09c9cbad6b503b2b6b3ebbd9d33f4adad - 11.36% (25.9 MB)
[#001] sha256:48f131cc60daf2eeb3c5c2ca5c8c52c0152b018813cc25bfa4139da616dfe71f - 67.0% (153 MB)
[#002] sha256:a6f08b48d25e6d1a847c944d11019a7da26903e3a5d7a20a0dfb3af816a464c5 - 0.0% (4.31 KB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:1f743af032a380e798c8c7816d684a43bd5d50ebc3fb36acfff22a854a537efb - 21.35% (48.7 MB)
[#005] sha256:2124c491461aa747a415e01dfd84c552f3944e0e12380a17e9ce42efbb1d1bb4 - 0.04% (103 KB)
[#006] sha256:7042a0ef4f5e9451671cde4f3e9df3719d4096352db0cf25f744cc9ddaf52237 - 0.24% (569 KB)
/bin/sh -c #(nop) ADD file:8bb0809a8ac8e978274cf731cff7529372088d22c5b0233a28f01ef414aefbca in /
2022-06-07 01:25:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)LABEL name=httpbin
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)LABEL description=A simple HTTP service.
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)ENV LC_ALL=C.UTF-8
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt update -y && apt install python3-pip libssl-dev libffi-dev git -y && pip3 install --no-cache-dir pipenv # buildkit
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)ADD Pipfile Pipfile.lock /httpbin/ # buildkit
2022-06-23 06:15:32 UTC (buildkit.dockerfile.v0)WORKDIR /httpbin
2022-06-23 06:46:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c /bin/bash -c "pip3 install --no-cache-dir -r <(pipenv lock -r)" # buildkit
2022-06-23 06:46:54 UTC (buildkit.dockerfile.v0)ADD . /httpbin # buildkit
2022-06-23 06:47:10 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install --no-cache-dir /httpbin # buildkit
2022-06-23 06:47:10 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2022-06-23 06:47:10 UTC (buildkit.dockerfile.v0)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.