sha256:67a8b5dbe9b54a3a3261a93d367fc9a98abec1fb3efdf48f36b831d38080e6d1
OS/ARCH
Compressed size
206.79 MB
Last pushed
5 months by treysu
Type
Image
Manifest digest
sha256:e9cf432ace57465fc4e4de1ca0669e879ddfe5a84b79d39e8aaa7f53f738e6dd
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.14 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update52.13 MB12WORKDIR /app93 B13COPY ./python/generate_config.py . # buildkit634 B14COPY ./python/sync_lb_to_plex.py . # buildkit4.92 KB15COPY ./python/requirements.txt . # buildkit241 B16COPY ./scripts/sync_job_wrapper.sh . # buildkit285 B17RUN /bin/sh -c chmod +x280 B18RUN /bin/sh -c pip install111.54 MB19COPY cron/crontab_template /etc/cron.d/crontab_template # buildkit228 B20RUN /bin/sh -c chmod 064432 B21COPY ./scripts/entrypoint.sh /entrypoint.sh # buildkit634 B22RUN /bin/sh -c chmod +x637 B23ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1776729600'