2022-06-25 16:25:46 UTC
63.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 - 82.98% (52.5 MB)
[#001] sha256:79460308bcdf02155ac69d310f69a3b3098d18b501390188be041a36a8fa55cd - 5.19% (3.28 MB)
[#002] sha256:76658c0e9a582a5762ff958cf0fe6cd8823f45647d2235f1d7e4c38fc40f4aba - 2.46% (1.55 MB)
[#003] sha256:5d0f33adc134b5e43cd5e5f79071c14c5489a57b3b4013655316330768deaa2c - 9.38% (5.93 MB)
/bin/sh -c #(nop) ADD file:798015650079cb88614ff181a30f9c3d3fde8361c49ae2dec2058d5a3e61f5df in /
2022-06-23 00:20:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-25 16:25:38 UTC (buildkit.dockerfile.v0)COPY .out/nextclade-x86_64-unknown-linux-gnu /usr/bin/nextclade # buildkit
2022-06-25 16:25:38 UTC (buildkit.dockerfile.v0)COPY .out/nextalign-x86_64-unknown-linux-gnu /usr/bin/nextalign # buildkit
2022-06-25 16:25:46 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.