2025-01-29 16:34:21 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:5a5781adb38e94249e79d2e99bb355cb8159208c8109bd31187db4ad55c01db5 - 21.76% (18.2 MB)
[#002] sha256:7d410e6e985a719921cdabd6c6d7a0043105e5f9d43c6ef0945b150e449d7d95 - 0.0% (159 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:2418e6ad2b399977ab5de52143690f56e8722b6898d7e70223d389fdfd5a3625 - 45.23% (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-29 16:34:02 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-01-29 16:34:02 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-01-29 16:34:02 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-01-29 16:34:21 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-01-29 16:34:21 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-29 16:34:21 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-01-29 16:34:21 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-01-29 16:34:21 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]