sha256:8480acd9956d19d3914d6e8b0e069ab1255ef36c6411e7aef6dd2a710d93243a
OS/ARCH
Compressed size
326.17 MB
Last pushed
4 months by cloudplatformmoj
Type
Image
Manifest digest
sha256:7166dbcb8fb3f13b21bd75afa4fd6ecdea1f25ccc2d522b4cb4693f21134b20f
Image Layers
1# debian.sh --arch 'amd64' out/47.03 MB2RUN /bin/sh -c set -eux;24.45 MB3RUN /bin/sh -c set -eux;64.64 MB4RUN /bin/sh -c set -eux;97.5 MB5ENV GOLANG_VERSION=1.26.30 B6ENV GOTOOLCHAIN=local0 B7ENV GOPATH=/go0 B8ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9COPY /target/ / # buildkit64.17 MB10RUN /bin/sh -c mkdir -p125 B11WORKDIR /go32 B12WORKDIR /app91 B13COPY go.mod ./ # buildkit189 B14RUN /bin/sh -c go mod695 B15COPY *.go ./ # buildkit599 B16COPY index.html.tmpl ./ # buildkit310 B17ARG TARGETOS=linux0 B18ARG TARGETARCH=amd640 B19RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh28.39 MB20USER 1001:10010 B21CMD ["/hello"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'