sha256:6d7c88ffac9f7275ecefe52b2ac80e779e25606938e5bdf56eb74df3dedef2c6
OS/ARCH
linux/amd64
Compressed size
517.33 MB
Last pushed
over 2 years by cloudplatformmoj
Type
Image
Manifest digest
sha256:9ad9f4361b3893c3e5af1759d75a4bb4b4e89d7261419bc381a16d0be9993226
Image Layers
1ADD file ... in / 47.26 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get22.93 MB4/bin/sh -c set -eux; apt-get61.17 MB5RUN /bin/sh -c set -eux;88.1 MB6ENV GOLANG_VERSION=1.22.10 B7ENV GOTOOLCHAIN=local0 B8ENV GOPATH=/go0 B9ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B10COPY /usr/local/go/ /usr/local/go/ # buildkit66.14 MB11RUN /bin/sh -c mkdir -p173 B12WORKDIR /go32 B13WORKDIR /app93 B14ENV XDG_CACHE_HOME=/tmp/.cache0 B15RUN /bin/sh -c useradd nonroot1.17 KB16COPY go.mod ./ # buildkit1.11 KB17COPY go.sum ./ # buildkit23.63 KB18RUN /bin/sh -c go mod95.57 MB19COPY *.go ./ # buildkit2.84 KB20RUN /bin/sh -c go build115.4 MB21RUN /bin/sh -c chown -R20.74 MB22USER 10010 BCommand
ADD file:b18b4c32dd8042f45097997c732dc29b3917fd7d5f337f9e772eee5875fbe6f1 in /