2024-07-19 15:04:55 UTC
135 MB
production
PATH/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3713021b02770a720dea9b54c03d0ed83e03a2ef5dce2898c56a327fee9a8bca - 20.93% (28.2 MB)
[#001] sha256:2f8dbcd5a167a3b2b33028a34f99c79da052879b4250c64af86000897daee392 - 0.0% (110 Bytes)
[#002] sha256:ed0ee8f351c35267f65eeae85cf55931a8e45ee3f01487ed4010b5823c0407d3 - 28.11% (37.8 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:9aa73193ee40dbbf49ae0a88cf7b8f714b333984c2a13b9ecf97ea92f43d1021 - 34.05% (45.8 MB)
[#005] sha256:a1c002fbfd3e9713e8ba7b5e615f5758037b949ff266259b9cc50e553b3affef - 16.91% (22.7 MB)
[#006] sha256:be32cf5a2521e3be47ab51232d1e3af4fe0a66c627f4463c9ecd68500a516329 - 0.0% (311 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-06-27 20:10:10 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-27 20:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-27 20:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-27 20:10:12 UTC/bin/sh -c #(nop) ADD file:d5da92199726e42da09a6f75a778befb607fe3f79e4afaf7ef5188329b26b386 in /
2024-06-27 20:10:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-07-14 06:30:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /opt/app # buildkit
2024-07-14 06:36:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y curl # buildkit
2024-07-14 06:36:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /opt/app # buildkit
2024-07-14 06:36:35 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-07-14 06:36:35 UTC (buildkit.dockerfile.v0)ENV NODE_ENV=production
2024-07-14 06:36:35 UTC (buildkit.dockerfile.v0)COPY ./node /opt/app/node # buildkit
2024-07-19 15:04:55 UTC (buildkit.dockerfile.v0)COPY ./linux.tar.gz /opt/app # buildkit
2024-07-19 15:04:55 UTC (buildkit.dockerfile.v0)COPY ./bootstrap.sh /opt/app # buildkit
2024-07-19 15:04:55 UTC (buildkit.dockerfile.v0)WORKDIR /opt/app
2024-07-19 15:04:55 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.