2024-06-17 16:09:26 UTC
136 MB
production
PATH/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7646c8da332499ae416b15479ce832db32e39a501c662e24324f595509a0d3db - 20.67% (28.2 MB)
[#001] sha256:1805d6b1f453f6184b15eea3ca05717e4ab1602be1101c22a8034957d1311085 - 0.0% (109 Bytes)
[#002] sha256:4597926dba599799b85b4473c3a41ec22c0b3302ae54de7dabb08959b2f9a589 - 27.33% (37.2 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:079120f3033840b76df5d01936cd6e5ab8942928cec0151e77a104a08ee3f248 - 33.63% (45.8 MB)
[#005] sha256:26b8bdbf51845a8c0d1ab3b9203c57046202df43a8f9a165adcc7218e5a27802 - 18.37% (25 MB)
[#006] sha256:80466976b292b98ca2d4a8064f13afd8507014b846786b10b4973282778b8c85 - 0.0% (310 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 10:32:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-06-03 10:32:25 UTC/bin/sh -c #(nop) ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in /
2024-06-03 10:32:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-06-11 14:30:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /opt/app # buildkit
2024-06-11 14:31:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y curl # buildkit
2024-06-11 14:31:56 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /opt/app # buildkit
2024-06-11 14:31:58 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/app/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-06-11 14:31:58 UTC (buildkit.dockerfile.v0)ENV NODE_ENV=production
2024-06-11 14:31:58 UTC (buildkit.dockerfile.v0)COPY ./node /opt/app/node # buildkit
2024-06-17 16:09:26 UTC (buildkit.dockerfile.v0)COPY ./linux.tar.gz /opt/app # buildkit
2024-06-17 16:09:26 UTC (buildkit.dockerfile.v0)COPY ./bootstrap.sh /opt/app # buildkit
2024-06-17 16:09:26 UTC (buildkit.dockerfile.v0)WORKDIR /opt/app
2024-06-17 16:09:26 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.