2022-12-06 16:13:31 UTC
63.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 - 82.95% (52.5 MB)
[#001] sha256:131b1fbb7b4174d9f12707d8b4da805df08759b2ee42ac04aa046191eb995271 - 5.39% (3.41 MB)
[#002] sha256:62b9691fef21b902147986e40dd0f9ff50dd42a0b44ab7cc1d8913275755b7ab - 2.59% (1.64 MB)
[#003] sha256:83f372f4305c233052ccfc0f496ea15d1157f3686880dc56069e66a15d312dcc - 9.07% (5.74 MB)
/bin/sh -c #(nop) ADD file:abc6873c98339a3c496cb75ec2528e65ebe1f20d2cea777033f86dcd55d73da5 in /
2022-11-15 04:04:43 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-12-06 16:13:19 UTC (buildkit.dockerfile.v0)COPY .out/nextclade-x86_64-unknown-linux-gnu /usr/bin/nextclade # buildkit
2022-12-06 16:13:19 UTC (buildkit.dockerfile.v0)COPY .out/nextalign-x86_64-unknown-linux-gnu /usr/bin/nextalign # buildkit
2022-12-06 16:13:31 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.