2022-05-27 21:26:44 UTC
62.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 - 84.36% (52.4 MB)
[#001] sha256:4f701aa4f44d2d3ef8f34d635372b05fae70c950fd8767a94efe9535d2b90b4f - 4.5% (2.79 MB)
[#002] sha256:e92a5c125ccdd3cd03ee3309ea887c26999eae7dbcb5ed6d4531a80dcd3de853 - 1.59% (1010 KB)
[#003] sha256:cf282aa4c223a298a85637a06369b3775e0b30e780a1ea10a624519b3a3bbd9a - 9.55% (5.93 MB)
/bin/sh -c #(nop) ADD file:68a5d7d0db592625159865110c1b7dcb15cf70ecf71b5fd541ef89584cd734ba in /
2022-05-11 01:20:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-27 21:26:36 UTC (buildkit.dockerfile.v0)COPY .out/nextclade-x86_64-unknown-linux-gnu /usr/bin/nextclade # buildkit
2022-05-27 21:26:37 UTC (buildkit.dockerfile.v0)COPY .out/nextalign-x86_64-unknown-linux-gnu /usr/bin/nextalign # buildkit
2022-05-27 21:26:44 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.