sha256:3bd6a6b42206b743b188438b3cc876684665daed460842dabc5816e428917250
OS/ARCH
Compressed size
49.99 MB
Last pushed
5 months by countly
Type
Image
Manifest digest
sha256:b2b25ef33543420f8daee423b5115d470fce7990d7bd238251258bd31320170c
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c addgroup -g41.23 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL org.opencontainers.image.title=Countly MCP Server org.opencontainers.image.description=Model0 B11WORKDIR /app93 B12RUN /bin/sh -c apk add45.64 KB13RUN /bin/sh -c addgroup -g970 B14COPY package*.json ./ # buildkit53.74 KB15RUN /bin/sh -c npm ci3.63 MB16COPY /app/build ./build # buildkit153.21 KB17COPY --chown=nodejs:nodejs .env.example ./.env.example #1.48 KB18RUN /bin/sh -c mkdir -p121 B19USER nodejs0 B20ENV NODE_ENV=production COUNTLY_SERVER_URL=https://api.count.ly COUNTLY_TIMEOUT=300000 B21EXPOSE [3000/tcp]0 B22HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B23ENTRYPOINT ["dumb-init" "--"]0 B24CMD ["node" "build/index.js" "--http" "--port"0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit