sha256:bfd3462a03036c9b5681a660ace0a8ec18e6f36bbf0fe9007f0a26d0d6aca799
OS/ARCH
Compressed size
150.26 MB
Last pushed
10 months by atscaledevops
Type
Image
Manifest digest
sha256:2741dba1be9b68a7c4bd576e57aac6829c97a3cc8cfe881bb98b52a9efe66e6a
Image Layers
138.93 MB2RUN /bin/sh -c apt-get update40.32 MB3ENV ATSCALE_MCP_HOME=/app0 B4ENV ATSCALE_MCP_GROUP=appgroup0 B5ENV ATSCALE_MCP_GROUP_GID=10010 B6ENV ATSCALE_MCP_USER=appuser0 B7ENV ATSCALE_MCP_USER_UID=10010 B8RUN /bin/sh -c addgroup --system1.16 KB9WORKDIR /app32 B10COPY --chown=appuser:appgroup --chmod=0644 /app/mcp_server ./mcp23.67 MB11COPY --chown=appuser:appgroup --chmod=0755 ./docs/swagger.json ./docs/swagger.json1.57 KB12USER root0 B13RUN /bin/sh -c chgrp -R23.67 MB14RUN /bin/sh -c chmod a+x23.67 MB15USER appuser0 B16EXPOSE [8000/tcp]0 B17CMD ["/bin/sh" "-c" "/bin/bash -c0 BCommand