sha256:8c633cccd35aabdfc5805be1274a99a77c84c511e81a40dfed106473c9bfec23
OS/ARCH
Compressed size
206.99 MB
Last pushed
9 months by tony5188
Type
Image
Manifest digest
sha256:b8ad8a4e84c61ff17d2e53555ea1e77368c19233f551beb60212b346bc8f74c9
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c apt-get update9.67 MB3RUN /bin/sh -c curl -fsSL3.56 KB4RUN /bin/sh -c echo "deb268 B5RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"44.23 MB6RUN /bin/sh -c apt-get update120.68 MB7WORKDIR /backups97 B8COPY ./scripts/backup.sh /usr/local/bin/backup.sh # buildkit3.87 KB9COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.2 KB10RUN /bin/sh -c sed -i4.65 KB11COPY app.py /app.py # buildkit9.56 KB12COPY db_init.py /db_init.py # buildkit1.04 KB13COPY migrate_db.py /migrate_db.py # buildkit5.58 KB14COPY config_manager.py /config_manager.py # buildkit3.4 KB15COPY backup_lock.py /backup_lock.py # buildkit2.62 KB16COPY backup_logger.py /app/backup_logger.py # buildkit3.15 KB17COPY system_logger.py /app/system_logger.py # buildkit1.79 KB18COPY notifications.py /app/notifications.py # buildkit4.42 KB19COPY requirements.txt /requirements.txt # buildkit190 B20COPY templates /templates # buildkit18.5 KB21COPY static /static # buildkit42.73 KB22RUN /bin/sh -c pip3 install5.5 MB23RUN /bin/sh -c mkdir -p32 B24EXPOSE [5001/tcp]0 B25COPY ./config/crontab /etc/cron.d/backup-cron # buildkit363 B26RUN /bin/sh -c chmod 0644565 B27ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1766966400'