sha256:35722d652ff785dbd2c44f95ff3344c48c1517a0a708b654737a6c180ede7b0a
OS/ARCH
linux/amd64
Compressed size
472.05 MB
Last pushed
over 1 year by wallnerryan
Type
Image
Manifest digest
sha256:7a47afae0c49bc36a9dd2f274bd35889501b84db0de8accfc977c88454ea8bb5
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.60 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 -p126 B11WORKDIR /go32 B13RUN /bin/sh -c mkdir /porxbbq160 B14WORKDIR /porxbbq32 B15COPY ./lib /porxbbq/lib # buildkit13.47 KB16COPY ./static /porxbbq/static # buildkit23.25 MB17COPY ./go.mod /porxbbq/go.mod # buildkit631 B18COPY ./go.sum /porxbbq/go.sum # buildkit17.57 KB19COPY ./server.go /porxbbq/server.go # buildkit2.35 KB20RUN /bin/sh -c go mod110.72 MB21RUN /bin/sh -c go get48.79 MB22EXPOSE map[80/tcp:{}]0 B23CMD ["./main"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'