sha256:b416bb80c64b58e87c3132b34620b1877c22e467bdc4d623f02c5d3449d95566
OS/ARCH
Compressed size
124.09 MB
Last pushed
4 months by nahuelnucera
Type
Image
Manifest digest
sha256:a0c3509e72537db5468a57d8212061855de164b1f88ced692807f4e05f071219
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11LABEL maintainer=MiniStack description=Local AWS Service0 B12RUN /bin/sh -c apt-get update33.83 MB13WORKDIR /opt/ministack118 B14COPY /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages # buildkit48.03 MB15COPY /usr/local/bin/aws /usr/local/bin/aws # buildkit672 B16COPY /usr/local/bin/aws_completer /usr/local/bin/aws_completer # buildkit814 B17COPY /usr/local/bin/hypercorn /usr/local/bin/hypercorn # buildkit325 B18COPY bin/awslocal /usr/local/bin/awslocal # buildkit479 B19RUN /bin/sh -c chmod +x32 B20COPY ministack/ ministack/ # buildkit799.71 KB21RUN /bin/sh -c groupadd -r1.09 KB22RUN /bin/sh -c mkdir -p148 B23RUN /bin/sh -c mkdir -p228 B24VOLUME [/docker-entrypoint-initaws.d]0 B25VOLUME [/etc/localstack/init]0 B26ARG MINISTACK_VERSION=1.3.570 B27ENV MINISTACK_VERSION=1.3.57 MINISTACK_EDITION=full GATEWAY_PORT=4566 LOG_LEVEL=INFO0 B28EXPOSE [2222/tcp 4566/tcp]0 B29HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B30ENTRYPOINT ["python" "-m" "ministack"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'