2025-01-06 06:53:14 UTC
88.1 MB
release
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLATFORMlocal
[#000] sha256:de44b265507ae44b212defcb50694d666f136b35c1090d9709068bc861bb2d64 - 32.22% (28.4 MB)
[#001] sha256:dfff3699cfe0979dce25890bfd94a96250f67a91270dccaf9e9134d379beb572 - 21.9% (19.3 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:e5d52548bfd3a224759ec39eb28f3f33d7dd20635337e0cbb0a70c29821dbe85 - 45.88% (40.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-11-19 17:29:23 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-11-19 17:29:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-11-19 17:29:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-11-19 17:29:25 UTC/bin/sh -c #(nop) ADD file:bcebbf0fddcba5b864d5d267b68dd23bcfb01275e6ec7bcab69bf8b56af14804 in /
2024-11-19 17:29:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-06 06:53:04 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-01-06 06:53:04 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-01-06 06:53:14 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-01-06 06:53:14 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c if [ "$PLATFORM" = "local" ]; then apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.12 python3.12-venv python3.12-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; fi # buildkit
2025-01-06 06:53:14 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-01-06 06:53:14 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-01-06 06:53:14 UTC (buildkit.dockerfile.v0)CMD ["/app/main"]
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.