Sign inSign up

countly/countly-mcp-server:1.0.1

Multi-platform
Index digest

sha256:1623a9cffa550641c50ce41d4291a44116afb68564f42544f48609ca2897db7d

OS/ARCH

Compressed size

48.81 MB

Last pushed

11 months by countly

Type

Image

Manifest digest

sha256:61237b88e26e29c3a107a6215330f33f3aaefaa1802821f4fc2207ddc3ba9446

Image Layers

1ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit3.95 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=20.19.50 B
4RUN /bin/sh -c addgroup -g40.46 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 add54.54 KB
13RUN /bin/sh -c addgroup -g971 B
14COPY package*.json ./ # buildkit54.8 KB
15RUN /bin/sh -c npm ci3.04 MB
16COPY /app/build ./build # buildkit48.27 KB
17COPY --chown=nodejs:nodejs .env.example ./.env.example #1.33 KB
18RUN /bin/sh -c mkdir -p121 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.22.2-aarch64.tar.gz / # buildkit