sha256:276c16d746b60664fab44787fcbb618c663bb0e2377fd5dfa082973f6b852387
OS/ARCH
Compressed size
314.15 MB
Last pushed
4 months by cloudplatformmoj
Type
Image
Manifest digest
sha256:1ee155f66d409cd19f0061233bc27e4c3c090d93483bd9d7d1e1d2b63d072a14
Image Layers
1# debian.sh --arch 'arm64' out/47.37 MB2RUN /bin/sh -c set -eux;23.87 MB3RUN /bin/sh -c set -eux;64.46 MB4RUN /bin/sh -c set -eux;93.82 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/ / # buildkit61.2 MB10RUN /bin/sh -c mkdir -p126 B11WORKDIR /go32 B12WORKDIR /app93 B13COPY go.mod ./ # buildkit190 B14RUN /bin/sh -c go mod665 B15COPY *.go ./ # buildkit493 B16ARG TARGETOS=linux0 B17ARG TARGETARCH=arm640 B18RUN |2 TARGETOS=linux TARGETARCH=arm64 /bin/sh23.44 MB19USER 1001:10010 B20CMD ["/hello"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'