sha256:1d63e0f7ff65d2d845ec550c1be6733fbc1fe5dbd46e9e28980bce539a2f26b2
OS/ARCH
Compressed size
66.77 MB
Last pushed
4 months by tarekcheikh
Type
Image
Manifest digest
sha256:9c1f0de7c897211013e20e594a730dc5392f5c69afa99afcf9723cdb9c2eaac6
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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;3.2 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;15.14 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B12LABEL description=AWS Lambda security scanner0 B13LABEL version=1.0.10 B14ENV PYTHONDONTWRITEBYTECODE=10 B15ENV PYTHONUNBUFFERED=10 B16WORKDIR /app93 B17COPY pyproject.toml README.md LICENSE ./7.87 KB18COPY lambda_security_scanner/ ./lambda_security_scanner/ # buildkit90.19 KB19RUN /bin/sh -c pip install21.53 MB20ENV LAMBDA_SCANNER_OUTPUT_DIR=/app/output0 B21ENTRYPOINT ["lambda-security-scanner"]0 B22CMD ["--help"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'