sha256:ea22bf3de0dafd8b6f3026abba118633314257270010e9af7ae5fb7f7eb0f2fa
OS/ARCH
linux/amd64
Compressed size
547.6 MB
Last pushed
over 1 year by cloudplatformmoj
Type
Image
Manifest digest
sha256:2bf919741effed68e46523c30a572c84ed37e2fc25a8a0d21fb129132879a3dd
Image Layers
1# debian.sh --arch 'amd64' out/46.23 MB2RUN /bin/sh -c set -eux;22.94 MB3RUN /bin/sh -c set -eux;61.42 MB4RUN /bin/sh -c set -eux;88.05 MB5ENV GOLANG_VERSION=1.23.50 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/ / # buildkit70.62 MB10RUN /bin/sh -c mkdir -p124 B11WORKDIR /go32 B12WORKDIR /app93 B13ENV XDG_CACHE_HOME=/tmp/.cache0 B14RUN /bin/sh -c useradd nonroot1.17 KB15COPY go.mod ./ # buildkit1.14 KB16COPY go.sum ./ # buildkit25.19 KB17RUN /bin/sh -c go mod98.73 MB18COPY *.go ./ # buildkit2.85 KB19RUN /bin/sh -c go build138.15 MB20RUN /bin/sh -c chown -R21.43 MB21USER 10010 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'