sha256:8480acd9956d19d3914d6e8b0e069ab1255ef36c6411e7aef6dd2a710d93243a
OS/ARCH
Compressed size
317.62 MB
Last pushed
4 months by cloudplatformmoj
Type
Image
Manifest digest
sha256:ccc4f40f584e0bb9c3ac57c802acff22d8623e9dfce86a5f1a69df2db87640b5
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 ./ # buildkit597 B16COPY index.html.tmpl ./ # buildkit309 B17ARG TARGETOS=linux0 B18ARG TARGETARCH=arm640 B19RUN |2 TARGETOS=linux TARGETARCH=arm64 /bin/sh26.91 MB20USER 1001:10010 B21CMD ["/hello"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'