sha256:cb56aa705f1c70a4e01e894ca60fe89910ed9743dca402ff2d8985928732bb1e
OS/ARCH
linux/amd64
Compressed size
50.78 MB
Last pushed
about 1 year by neytor
Type
Image
Manifest digest
sha256:cb56aa705f1c70a4e01e894ca60fe89910ed9743dca402ff2d8985928732bb1e
Image Layers
1ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit3.62 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.19.40 B4RUN /bin/sh -c addgroup -g41 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 B10WORKDIR /app92 B11COPY package*.json ./ # buildkit10.26 KB12RUN /bin/sh -c npm ci2.47 MB13COPY index.js ./ # buildkit4.54 KB14RUN /bin/sh -c addgroup -g966 B15RUN /bin/sh -c chown -R2.47 MB16USER mcp0 B17EXPOSE map[3000/tcp:{}]0 B18ENV NODE_ENV=production0 B19CMD ["node" "index.js"]0 B20LABEL maintainer=Yonier Asprilla0 B21LABEL description=MCP Server para consultar0 B22LABEL version=1.0.00 B23LABEL org.opencontainers.image.source=https://github.com/YonierGomez/mcp-curso0 BCommand
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit