2024-04-14 07:30:33 UTC
130 MB
production
PATH/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bccd10f490ab0f3fba61b193d1b80af91b17ca9bdca9768a16ed05ce16552fcb - 21.64% (28.2 MB)
[#001] sha256:1c50fe6e4e6dc387fd46d3a8b5fd151cb0c5b5a971348ce9f4b44ba4c84e2350 - 0.0% (109 Bytes)
[#002] sha256:0577c6a05d2830e285a7e6596d7691ed314f0b9653d1a591812c9591edd470a8 - 27.73% (36.1 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:87cab1bb12b5ff69bc4fd5ae5fc3a3d5dcac690323dab80693e08b0abf9108eb - 35.19% (45.8 MB)
[#005] sha256:e6e7e5c21d590253cafd7b00c31fa8e528310a2d88fdfcb563a8d00ddf8a4f83 - 15.44% (20.1 MB)
[#006] sha256:15b7854a78618f57a69d72bc43784afdac264bc9ce0c5582bae42be249005de0 - 0.0% (306 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-02-27 18:52:57 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-02-27 18:52:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-02-27 18:52:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-02-27 18:52:58 UTC/bin/sh -c #(nop) ADD file:21c2e8d95909bec6f4acdaf4aed55b44ee13603681f93b152e423e3e6a4a207b in /
2024-02-27 18:52:59 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-14 07:30:24 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /opt/app # buildkit
2024-04-14 07:30:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y curl # buildkit
2024-04-14 07:30:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /opt/app # buildkit
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)ENV NODE_ENV=production
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)COPY ./node /opt/app/node # buildkit
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)COPY ./linux.tar.gz /opt/app # buildkit
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)COPY ./bootstrap.sh /opt/app # buildkit
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)WORKDIR /opt/app
2024-04-14 07:30:33 UTC (buildkit.dockerfile.v0)CMD ["/opt/app/bootstrap.sh"]
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.