sha256:3359a7475aed77ab37ec6051102c76a5b1d92faac5bb36bf123439580fd1af6c
OS/ARCH
Compressed size
232.99 MB
Last pushed
about 2 months by localstackci
Type
Image
Manifest digest
sha256:500bfa5ea45c986b5e237919b278c1b6c4e141a6497e3681ac8ccdc58d528cc3
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B11RUN /bin/sh -c set -eux;90.23 MB12RUN /bin/sh -c python3 -m53.78 MB13RUN /bin/sh -c npm install7.09 MB14RUN /bin/sh -c node <<'NODE'
const2.21 MB15WORKDIR /app93 B16RUN /bin/sh -c mkdir -p2.58 MB17COPY /app/dist ./dist # buildkit937.73 KB18COPY /app/package.json ./package.json # buildkit1 KB19RUN /bin/sh -c set -eux;733 B20LABEL org.opencontainers.image.title=LocalStack MCP Server org.opencontainers.image.description=Self-contained0 B21ENTRYPOINT ["node" "dist/stdio.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'