sha256:f489310269231568ff82372e77f804c886f9bbda9d877f909480eb3232706d6a
OS/ARCH
Compressed size
83.44 MB
Last pushed
over 1 year by 123marvin123
Type
Image
Manifest digest
sha256:a26711c0a04216503ed9e7981797afef02d7340c6112477cd0553858d939e8d0
Image Layers
1# debian.sh --arch 'arm64' out/26.74 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.18 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.210 B7ENV PYTHON_SHA256=3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb10 B8RUN /bin/sh -c set -eux;14.15 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update31.85 MB13COPY dist/backend/app ./app # buildkit67.7 KB14COPY dist/static ./app/static # buildkit213.84 KB15COPY dist/requirements.txt . # buildkit261 B16RUN /bin/sh -c pip install7.24 MB18LABEL org.opencontainers.image.description=Profilarr - Profile manager0 B19LABEL org.opencontainers.image.source=https://github.com/Dictionarry-Hub/profilarr0 B20LABEL org.opencontainers.image.title=Profilarr0 B21LABEL org.opencontainers.image.version=beta0 B22EXPOSE map[6868/tcp:{}]0 B23CMD ["gunicorn" "--bind" "0.0.0.0:6868" "app.main:create_app()"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1742169600'