2025-01-14 07:01:17 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:2c85d1b646f5c416f490cfa198b7916ebedabfd46f68801a9bc4bb5a72d79d84 - 21.78% (18.2 MB)
[#002] sha256:01e3788aff11d52075498209f19b73758e05de16cab04b9dc86731ac63b3079e - 0.0% (158 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:8303e45666e33ea7eaa61307ee265fcb3a05f300aa3ceae78cd68c003f73b00e - 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-14 07:00:52 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-01-14 07:00:52 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-01-14 07:00:52 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-01-14 07:01:17 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-01-14 07:01:17 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-14 07:01:17 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-01-14 07:01:17 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-01-14 07:01:17 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]