2025-01-09 06:21:48 UTC
83.5 MB
release
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLATFORMlocal
[#000] sha256:8bb55f0677778c3027fcc4253dc452bc9c22de989a696391e739fb1cdbbdb4c2 - 33.01% (27.6 MB)
[#001] sha256:cb4a8a424b2d537f6c13b7e6ac8e5f1bf78e84331fbb7737a5dd958be64b9475 - 21.76% (18.2 MB)
[#002] sha256:d355f38df4431d236c3eb2a9fc003a106087eda8b9bed55517383ff42ae497af - 0.0% (158 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:32664134b25f1729a28fb49ae84b29fed5acac63220937c4e70043c381ebdf53 - 45.22% (37.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-11-19 16:18:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-11-19 16:18:47 UTC/bin/sh -c #(nop) ADD file:765dfd09ec2ac4870c8b3efd6ef4a994f99695c574d546d7a9a0e69bbb970b03 in /
2024-11-19 16:18:47 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-09 06:21:21 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-01-09 06:21:21 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-01-09 06:21:21 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-01-09 06:21:48 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-01-09 06:21:48 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 && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
2025-01-09 06:21:48 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-01-09 06:21:48 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-01-09 06:21:48 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.