sha256:8130cdeb1f5b4a10d1b47db7f54e0dc107d19eaa7ffefd28493fd2d174c8ed3c
OS/ARCH
linux/amd64
Compressed size
554.17 MB
Last pushed
over 1 year by cloudplatformmoj
Type
Image
Manifest digest
sha256:e41c009343c2e1d5b6c4b18582c04d403901bc0dbd1ed35b2e27a9af962d4642
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.41 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 -p125 B11WORKDIR /go32 B12WORKDIR /app92 B13ENV XDG_CACHE_HOME=/tmp/.cache0 B14RUN /bin/sh -c useradd nonroot1.16 KB15COPY go.mod ./ # buildkit1.05 KB16COPY go.sum ./ # buildkit25.1 KB17RUN /bin/sh -c go mod99.03 MB18COPY *.go ./ # buildkit2.1 KB19RUN /bin/sh -c go build142.02 MB20RUN /bin/sh -c chown -R23.84 MB21USER 10010 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'