Sign inSign up

tony5188/db-backup-agent:v2.2

Multi-platform
Security
Integration & delivery
Databases & storage
Index digest

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 MB
2RUN /bin/sh -c apt-get update9.81 MB
3RUN /bin/sh -c curl -fsSL3.56 KB
4RUN /bin/sh -c echo "deb270 B
5RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"40.96 MB
6RUN /bin/sh -c apt-get update140.71 MB
7WORKDIR /backups97 B
8COPY ./scripts/backup.sh /usr/local/bin/backup.sh # buildkit3.51 KB
9COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.19 KB
10RUN /bin/sh -c sed -i4.3 KB
11COPY app.py /app.py # buildkit8.78 KB
12COPY db_init.py /db_init.py # buildkit1.04 KB
13COPY migrate_db.py /migrate_db.py # buildkit5.58 KB
14COPY config_manager.py /config_manager.py # buildkit3.2 KB
15COPY backup_logger.py /app/backup_logger.py # buildkit3.15 KB
16COPY system_logger.py /app/system_logger.py # buildkit1.79 KB
17COPY notifications.py /app/notifications.py # buildkit4.42 KB
18COPY requirements.txt /requirements.txt # buildkit190 B
19COPY templates /templates # buildkit16.43 KB
20COPY static /static # buildkit42.73 KB
21RUN /bin/sh -c pip3 install5.63 MB
22RUN /bin/sh -c mkdir -p32 B
23EXPOSE [5001/tcp]0 B
24COPY ./config/crontab /etc/cron.d/backup-cron # buildkit362 B
25RUN /bin/sh -c chmod 0644563 B
26ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'