sha256:12f777f1509d5acd545f64d4c305f765953e3336d44b4acead8db69bef35a888
OS/ARCH
Compressed size
250.04 MB
Last pushed
about 1 year by megagrindstone
Type
Image
Manifest digest
sha256:06af0071f9b37330317c08eacfaaa636dbd3ad9deead7a7f26333f1501a82f6a
Image Layers
1ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit3.94 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add290.9 KB4ENV GOLANG_VERSION=1.24.40 B5ENV GOTOOLCHAIN=local0 B6ENV GOPATH=/go0 B7ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8COPY /target/ / # buildkit71.75 MB9RUN /bin/sh -c mkdir -p125 B10WORKDIR /go32 B11RUN /bin/sh -c apk add5.93 MB12WORKDIR /app93 B13COPY go.mod go.sum ./ #652 B14RUN /bin/sh -c go mod482.92 KB15COPY . . # buildkit18.5 KB16RUN /bin/sh -c CGO_ENABLED=0 GOOS=linux27.5 MB17RUN /bin/sh -c go install111.48 MB18RUN /bin/sh -c addgroup -g946 B19WORKDIR /workspace99 B20RUN /bin/sh -c cp /app/gopls-mcp5.36 MB21RUN /bin/sh -c chown gopls:gopls23.31 MB22USER gopls0 B23EXPOSE map[8080/tcp:{}]0 B24ENTRYPOINT ["/usr/local/bin/gopls-mcp"]0 B25CMD ["-workspace" "/workspace"]0 BCommand
ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit