2022-06-23 02:55:37 UTC
287 MB
/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONUNBUFFERED1
[#000] sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 0.94% (2.69 MB)
[#001] sha256:a77e8cc8e4512aeee5cc034e716d21ccf100e737e812662ccf01aafb1f4ec997 - 0.0% (206 Bytes)
[#002] sha256:e7dfc3a24fada17e0c1a05fdbaa9e56ecf141cd15f4c206fe4f67d77c80c1081 - 17.17% (49.2 MB)
[#003] sha256:84bfa82fad2f9b7f225f3e7b5cb2331973a5c9ba081fabbfda65268696a3af92 - 13.11% (37.6 MB)
[#004] sha256:b79f54349d1b02541742de84c3287e3cadf0faece1bc28c95d26a5a8de361d23 - 1.41% (4.04 MB)
[#005] sha256:618e2703983c50bcf95d84bae7748baefe3cd71f2e0f7a484a2f6d6c9d2c31eb - 1.95% (5.58 MB)
[#006] sha256:58ac46ea9d3b8ad62dfcc87c9cdba76330cf83ce465a0a37b235450b30c43952 - 15.06% (43.2 MB)
[#007] sha256:5fcf3d53ee81c438cc146b25fe2e7b44de8783dd81935eba38349e5e31ff31ff - 0.14% (398 KB)
[#008] sha256:3e71570bceb5b00db5a10301b13487fde021fa8076b6fd9d4760e888ae23ca0b - 0.0% (124 Bytes)
[#009] sha256:01872a5ae63bf5af47869c223dd84e2e0ef699f56758a4db5dcca7cd57cd3088 - 50.11% (144 MB)
[#010] sha256:20a00fa81f85fdcbcc6b61cdb90352395de0e34e07e4b253a9dcf93c336413b1 - 0.11% (321 KB)
/bin/sh -c #(nop) ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /
2021-11-24 20:19:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-06-07 07:55:42 UTC/bin/sh -c set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
2022-06-07 07:55:49 UTC/bin/sh -c apk add --no-cache musl-dev libgit2-dev libffi-dev && apk add --no-cache gcc
2022-06-07 07:55:50 UTC/bin/sh -c #(nop) ENV PYTHONUNBUFFERED=1
2022-06-07 07:55:55 UTC/bin/sh -c apk add --update --no-cache python3-dev && ln -sf python3 /usr/bin/python
2022-06-07 07:56:01 UTC/bin/sh -c python3 -m ensurepip
2022-06-07 07:57:18 UTC/bin/sh -c pip3 install --no-cache --upgrade pip setuptools
2022-06-07 08:16:25 UTC/bin/sh -c pip3 install dbt-mysql
2022-06-07 08:16:28 UTC/bin/sh -c apk add --no-cache tar
2022-06-23 02:54:08 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2022-06-23 02:54:08 UTC (buildkit.dockerfile.v0)WORKDIR /app
2022-06-23 02:55:37 UTC (buildkit.dockerfile.v0)COPY /app/bin /app/bin # buildkit
2022-06-23 02:55:37 UTC (buildkit.dockerfile.v0)COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
2022-06-23 02:55:37 UTC (buildkit.dockerfile.v0)ENV PATH=/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-06-23 02:55:37 UTC (buildkit.dockerfile.v0)CMD ["lake"]
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.