sha256:849d915421a0929e90aba38c73f7f7e6891fdaeb2c9e6af77fb253f8139afa59
OS/ARCH
Compressed size
140.22 MB
Last pushed
about 1 year by javastraat
Type
Image
Manifest digest
sha256:aa89f18fe89a40a567677a65fea8f7b36d74c43b4a0fc575705faa4033b789b0
Image Layers
1# debian.sh --arch 'armhf' out/22.83 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;2.79 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;14.49 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update58.17 MB12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 FLASK_ENV=production DOKEMON_HOST=0.0.0.00 B13WORKDIR /app93 B14COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit17.59 MB15COPY /usr/local/bin/docker-compose /usr/local/bin/docker-compose # buildkit19.07 MB16COPY src/requirements.txt . # buildkit211 B17RUN /bin/sh -c pip install1.85 MB18RUN /bin/sh -c pip install3.28 MB19COPY src/ ./src/ # buildkit71.29 KB20COPY version.txt ./src/ # buildkit32 B21RUN /bin/sh -c mkdir -p32 B22WORKDIR /app/src32 B23RUN /bin/sh -c python create_database.py853 B24RUN /bin/sh -c useradd --create-home74.85 KB25RUN /bin/sh -c groupadd -g624 B26RUN /bin/sh -c usermod -a622 B27RUN /bin/sh -c chmod 75532 B28ENV PYTHONPATH=/app/src0 B29USER app0 B30WORKDIR /app/src32 B31EXPOSE map[9090/tcp:{}]0 B32HEALTHCHECK &{["CMD-SHELL" "python -c \"import0 B33CMD ["gunicorn" "--config" "gunicorn.conf.py" "app:app"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1753056000'