2025-03-04 08:37:44 UTC
295 MB
release
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLATFORMlocal
[#000] sha256:5b17151e9710ed47471b3928b05325fa4832121a395b9647b7e50d3993e17ce0 - 9.34% (27.6 MB)
[#001] sha256:bc1bca5b19483e0fdf803b852894c37083c698bf4c47345601e1e4af65b587c9 - 6.22% (18.3 MB)
[#002] sha256:add9bcf107e94875bf29affe48280018fa4a0702303b070ed2d117e4f041dd62 - 0.0% (158 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:7f9b6a443750a917ee31b6283806c3a2d3e9918d280ce5e0df9f07cd6bd62976 - 84.44% (249 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:14:54 UTC/bin/sh -c #(nop) ADD file:68158f1ff76fd4de9f92666ad22571e6cd11df166255c2814a135773fdd6acd7 in /
2025-01-27 04:14:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-04 08:36:40 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-03-04 08:36:40 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-03-04 08:36:40 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-03-04 08:37:44 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-03-04 08:37:44 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.12 python3.12-venv python3.12-dev ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
2025-03-04 08:37:44 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-03-04 08:37:44 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-03-04 08:37:44 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "-c" "/app/entrypoint.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.