2023-01-24 13:08:21 UTC
63.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 - 82.58% (52.5 MB)
[#001] sha256:c975d429d523551dbb73575ab6b8eca8bc9d6bc85d7eefabf8afddf999ffbe6a - 5.49% (3.49 MB)
[#002] sha256:047864f8bfee490386e5d3c7f1f91e509342d23e391b11e19974a03306fa2d4e - 2.58% (1.64 MB)
[#003] sha256:1dab02032ab5ef5ac94dbc7abaa4011d04e3d11ca0bd1b6d7215a7cef45b7cc6 - 9.34% (5.94 MB)
/bin/sh -c #(nop) ADD file:917750a82b29f8f7f88a121017bd9dfeb0fbcc8f0697a009f08b6b58246eff4b in /
2023-01-11 02:34:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-01-24 13:08:09 UTC (buildkit.dockerfile.v0)COPY .out/nextclade-x86_64-unknown-linux-gnu /usr/bin/nextclade # buildkit
2023-01-24 13:08:09 UTC (buildkit.dockerfile.v0)COPY .out/nextalign-x86_64-unknown-linux-gnu /usr/bin/nextalign # buildkit
2023-01-24 13:08:21 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.