Sign inSign up

megagrindstone/gopls-mcp:0

Multi-platform
Languages & frameworks
Machine learning & AI
Developer tools
Index digest

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 MB
2CMD ["/bin/sh"]0 B
3RUN /bin/sh -c apk add290.9 KB
4ENV GOLANG_VERSION=1.24.40 B
5ENV GOTOOLCHAIN=local0 B
6ENV GOPATH=/go0 B
7ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
8COPY /target/ / # buildkit71.75 MB
9RUN /bin/sh -c mkdir -p125 B
10WORKDIR /go32 B
11RUN /bin/sh -c apk add5.93 MB
12WORKDIR /app93 B
13COPY go.mod go.sum ./ #652 B
14RUN /bin/sh -c go mod482.92 KB
15COPY . . # buildkit18.5 KB
16RUN /bin/sh -c CGO_ENABLED=0 GOOS=linux27.5 MB
17RUN /bin/sh -c go install111.48 MB
18RUN /bin/sh -c addgroup -g946 B
19WORKDIR /workspace99 B
20RUN /bin/sh -c cp /app/gopls-mcp5.36 MB
21RUN /bin/sh -c chown gopls:gopls23.31 MB
22USER gopls0 B
23EXPOSE map[8080/tcp:{}]0 B
24ENTRYPOINT ["/usr/local/bin/gopls-mcp"]0 B
25CMD ["-workspace" "/workspace"]0 B

Command

ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit