sha256:23939bba9f822b18fdb528229071df322ac70dcdc53246fa8118df74661a3c16
OS/ARCH
linux/amd64
Compressed size
54.5 MB
Last pushed
about 1 month by assemblylinebot
Type
Image
Manifest digest
sha256:23939bba9f822b18fdb528229071df322ac70dcdc53246fa8118df74661a3c16
Image Layers
1# debian.sh --arch 'amd64' out/27.8 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.36 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;15.28 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update760.98 KB12RUN /bin/sh -c apt-get update32 B13RUN /bin/sh -c passwd -l273 B14ARG UID=10000 B15RUN |1 UID=1000 /bin/sh -c3.21 KB16USER assemblyline0 B17WORKDIR /home/assemblyline32 B18COPY /install /usr/local # buildkit7.32 MB19ENV APP_MODULE=app:app0 B20COPY --chown=assemblyline:assemblyline app.py gunicorn_config.py ./6.31 KB21ENV GUNICORN_CONF=/home/assemblyline/gunicorn_config.py0 B22ENV WORKER_CLASS=gevent0 B23ENV HOST=0.0.0.00 B24ENV PORT=80000 B25EXPOSE map[8000/tcp:{}]0 B26ENTRYPOINT ["/bin/sh" "-c" "gunicorn -c0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'