Sign inSign up

countly/countly-mcp-server:1.1.0

Multi-platform
Index digest

sha256:3086e6e18352617a23d070b76931ff818f6b37564f253b36358c219bb37c8c6d

OS/ARCH

Compressed size

51.1 MB

Last pushed

10 months by countly

Type

Image

Manifest digest

sha256:8c87e3feb9395b20d63a03f8280b9a212d3872ab8b70ebdf76f8fd2af120e0d6

Image Layers

1ADD alpine-minirootfs-3.23.0-aarch64.tar.gz / # buildkit4 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=20.19.60 B
4RUN /bin/sh -c addgroup -g41.12 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit443 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10LABEL org.opencontainers.image.title=Countly MCP Server org.opencontainers.image.description=Model0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apk add58.42 KB
13RUN /bin/sh -c addgroup -g971 B
14COPY package*.json ./ # buildkit54.96 KB
15RUN /bin/sh -c npm ci4.51 MB
16COPY /app/build ./build # buildkit153.01 KB
17COPY --chown=nodejs:nodejs .env.example ./.env.example #1.48 KB
18RUN /bin/sh -c mkdir -p120 B
19USER nodejs0 B
20ENV NODE_ENV=production COUNTLY_SERVER_URL=https://api.count.ly COUNTLY_TIMEOUT=300000 B
21EXPOSE [3000/tcp]0 B
22HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B
23ENTRYPOINT ["dumb-init" "--"]0 B
24CMD ["node" "build/index.js" "--http" "--port"0 B

Command

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