sha256:c435e0bb67020480fceb9b3f2a873a0cf9d0c88a87bcbfac652a0cf2f8149a45
OS/ARCH
Compressed size
224.14 MB
Last pushed
9 months by tony5188
Type
Image
Manifest digest
sha256:3b383166ae9e70ad42c839d6e58d1d057c0f4766fa37c8d68b052d499f77853b
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update9.81 MB3RUN /bin/sh -c curl -fsSL3.56 KB4RUN /bin/sh -c echo "deb270 B5RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"40.96 MB6RUN /bin/sh -c apt-get update140.71 MB7WORKDIR /backups97 B8COPY ./scripts/backup.sh /usr/local/bin/backup.sh # buildkit3.51 KB9COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.19 KB10RUN /bin/sh -c sed -i4.3 KB11COPY app.py /app.py # buildkit8.78 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.2 KB15COPY backup_logger.py /app/backup_logger.py # buildkit3.15 KB16COPY system_logger.py /app/system_logger.py # buildkit1.79 KB17COPY notifications.py /app/notifications.py # buildkit4.42 KB18COPY requirements.txt /requirements.txt # buildkit190 B19COPY templates /templates # buildkit16.43 KB20COPY static /static # buildkit42.73 KB21RUN /bin/sh -c pip3 install5.63 MB22RUN /bin/sh -c mkdir -p32 B23EXPOSE [5001/tcp]0 B24COPY ./config/crontab /etc/cron.d/backup-cron # buildkit362 B25RUN /bin/sh -c chmod 0644563 B26ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'