2024-05-27 14:25:45 UTC
177 MB
production
PATH/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a8b1c5f80c2d2a757adc963e3fe2dad0b4d229f83df3349fbb70e4d12dd48822 - 15.89% (28.2 MB)
[#001] sha256:25c8f2f02ef66008d3ad892fe8a47a0aad7aefd2ba92d333aaf16f945a3d07a7 - 0.0% (108 Bytes)
[#002] sha256:0266e3a5eb1a65b60473452824a5865df437df38fba9222fd53bb903d53f15a0 - 20.87% (37 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:5ba8fc157f3195776d1c4b578eeff031fcd00daffd75538bdfead64cff217109 - 25.84% (45.8 MB)
[#005] sha256:ee3bb6106bf412f8a0555c94f48bcbe6099550853cb5c58c324892835a18f460 - 37.4% (66.3 MB)
[#006] sha256:151093675a2fc51057800415c7deb55880df355e581556eafa7b42d0ec7d2fca - 0.0% (309 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-04-27 13:18:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-27 13:18:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-27 13:18:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-04-27 13:18:37 UTC/bin/sh -c #(nop) ADD file:a5d32dc2ab15ff0d7dbd72af26e361eb1f3e87a0d29ec3a1ceab24ad7b3e6ba9 in /
2024-04-27 13:18:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-27 04:34:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /opt/app # buildkit
2024-05-27 04:35:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y curl # buildkit
2024-05-27 04:35:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /opt/app # buildkit
2024-05-27 04:35:29 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-05-27 04:35:29 UTC (buildkit.dockerfile.v0)ENV NODE_ENV=production
2024-05-27 04:35:29 UTC (buildkit.dockerfile.v0)COPY ./node /opt/app/node # buildkit
2024-05-27 14:25:45 UTC (buildkit.dockerfile.v0)COPY ./linux.tar.gz /opt/app # buildkit
2024-05-27 14:25:45 UTC (buildkit.dockerfile.v0)COPY ./bootstrap.sh /opt/app # buildkit
2024-05-27 14:25:45 UTC (buildkit.dockerfile.v0)WORKDIR /opt/app
2024-05-27 14:25:45 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.