sha256:39d691c3db74522a0f071ac9f3c6f09c9db14c1344852bdab6b7e87d751690c5
OS/ARCH
Compressed size
193.85 MB
Last pushed
about 1 year by stgmt
Type
Image
Manifest digest
sha256:afb0bbf869ebd81d64e4a8d51c41f8098a8ff1e3debb8c7a9bf6bd70552485d6
Image Layers
1ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit3.62 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.19.50 B4RUN /bin/sh -c addgroup -g40.77 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL maintainer=MCP Server Tester Team0 B11LABEL version=1.4.10 B12LABEL description=Universal MCP Server Tester0 B13LABEL org.opencontainers.image.source=https://github.com/stgmt/mcp-server-tester-sse-http-stdio0 B14LABEL org.opencontainers.image.url=https://github.com/stgmt/mcp-server-tester-sse-http-stdio0 B15LABEL org.opencontainers.image.documentation=https://github.com/stgmt/mcp-server-tester-sse-http-stdio#readme0 B16RUN /bin/sh -c apk add124.01 MB17RUN /bin/sh -c ln -sf147 B18RUN /bin/sh -c npm install14.35 MB19WORKDIR /app92 B20COPY python-wrapper/src/ ./src/ # buildkit24.93 KB21COPY python-wrapper/requirements.txt ./ # buildkit360 B22COPY python-wrapper/setup.py ./ # buildkit1.07 KB23COPY python-wrapper/pyproject.toml ./ # buildkit1.03 KB24COPY python-wrapper/README.md ./ # buildkit2.66 KB25RUN /bin/sh -c apk update2.9 MB26RUN /bin/sh -c pip3 install6.96 MB27COPY python-wrapper/docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.7 KB28RUN /bin/sh -c chmod +x1.69 KB29RUN /bin/sh -c echo 'alias172 B30WORKDIR /workspace99 B31ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B32ENV MCP_TESTER_DEFAULT_TIMEOUT=300000 B33ENV MCP_TESTER_DEFAULT_FORMAT=console0 B34EXPOSE map[8000/tcp:{} 8001/tcp:{} 8080/tcp:{}]0 B35HEALTHCHECK &{["CMD-SHELL" "node --version &&0 B36ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B37CMD ["--help"]0 BCommand
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit