Sign inSign up

monitoringartist/logicmonitor-mcp-server:sha-faf5287

Multi-platform
Index digest

sha256:f77c9855bfe996a7d7ab9c42499c20e8f72eb8fb0e32ca41097d23f26f234318

OS/ARCH

Compressed size

60.19 MB

Last pushed

10 months by jangaraj

Type

Image

Manifest digest

sha256:a209484fc396a7933aeb073ca4fc5671f6f48cd7c039d718e4a76e756e0dc1ca

Image Layers

1ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit3.63 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.21.10 B
4RUN /bin/sh -c addgroup -g49.18 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apk add42.48 KB
11RUN /bin/sh -c addgroup -g972 B
12WORKDIR /app92 B
13COPY --chown=nodejs:nodejs /app/node_modules ./node_modules #5.88 MB
14COPY --chown=nodejs:nodejs /app/build ./build #260.78 KB
15COPY --chown=nodejs:nodejs /app/package.json ./ #1.16 KB
16USER nodejs0 B
17EXPOSE [3000/tcp]0 B
18ENV NODE_ENV=production MCP_TRANSPORT=stdio MCP_LOG_FORMAT=json MCP_LOG_LEVEL=info0 B
19HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/healthz',0 B
20ENTRYPOINT ["dumb-init" "--"]0 B
21CMD ["node" "build/servers/index.js"]0 B

Command

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit