2022-06-20 22:22:14 UTC
62.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c - 83.8% (52.5 MB)
[#001] sha256:1eb3f55ea91328bddefbf41eee9d4dd84b8fe5d42fee459fe7d70df49040bb89 - 4.72% (2.96 MB)
[#002] sha256:b8bc203cd00062ed0cbd5ca06096634fc1fb9f0383da77a1e0605854b1949582 - 2.0% (1.25 MB)
[#003] sha256:4f9c5033dd6adb1140f6485827e49745222a0e739a2cef38b24d8f6aef7499e6 - 9.48% (5.93 MB)
/bin/sh -c #(nop) ADD file:dd3d4b31d7f1d4062ad0eb2d85dba064cea067b1eb4a8b89a0b593ea90001cdf in /
2022-05-28 01:20:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-20 22:22:07 UTC (buildkit.dockerfile.v0)COPY .out/nextclade-x86_64-unknown-linux-gnu /usr/bin/nextclade # buildkit
2022-06-20 22:22:07 UTC (buildkit.dockerfile.v0)COPY .out/nextalign-x86_64-unknown-linux-gnu /usr/bin/nextalign # buildkit
2022-06-20 22:22:14 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux && ln -s /usr/bin/nextclade /nextclade && ln -s /usr/bin/nextalign /nextalign && export DEBIAN_FRONTEND=noninteractive && apt-get update -qq --yes && apt-get install -qq --no-install-recommends --yes bash ca-certificates curl procps wget >/dev/null && apt-get autoremove --yes >/dev/null && apt-get clean autoclean >/dev/null && rm -rf /var/lib/apt/lists/* # buildkit
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.