sha256:5d2229d2a9695ff79ecbade36925d3410205be583e59d985e24051947b4cc27d
OS/ARCH
linux/amd64
Compressed size
386.14 MB
Last pushed
about 2 months by jkondratsoldevelo
Type
Image
Manifest digest
sha256:736211ffc4bda397bdd205d2de2ba35cb40d0362a623ce9874aefa6d0874aa8d
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.23 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.250 B7ENV PYTHON_SHA256=00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c918340 B8RUN /bin/sh -c set -eux;13.24 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13ENV DEBIAN_FRONTEND=noninteractive0 B14WORKDIR /opt/infrascan116 B15RUN /bin/sh -c apt-get update190.01 MB16RUN /bin/sh -c useradd -m3.29 KB17RUN /bin/sh -c mkdir -p87.71 MB18COPY --chown=appuser:appuser requirements.txt /opt/infrascan/ #333 B19RUN /bin/sh -c pip install65.03 MB20COPY --chown=appuser:appuser . /opt/infrascan/ #518.62 KB21ENV PATH=/home/appuser/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B22RUN /bin/sh -c chmod +x211 B23VOLUME [/scan]0 B24EXPOSE [5000/tcp]0 B25USER appuser0 B26ENTRYPOINT ["/opt/infrascan/entrypoint.sh"]0 B27CMD ["cli"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1760918400'