Sign inSign up

tony5188/db-backup-agent:v2.3

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

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 MB
2RUN /bin/sh -c apt-get update9.67 MB
3RUN /bin/sh -c curl -fsSL3.56 KB
4RUN /bin/sh -c echo "deb268 B
5RUN /bin/sh -c ARCH="$(dpkg --print-architecture)"44.23 MB
6RUN /bin/sh -c apt-get update120.68 MB
7WORKDIR /backups97 B
8COPY ./scripts/backup.sh /usr/local/bin/backup.sh # buildkit3.87 KB
9COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.2 KB
10RUN /bin/sh -c sed -i4.65 KB
11COPY app.py /app.py # buildkit9.56 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.4 KB
15COPY backup_lock.py /backup_lock.py # buildkit2.62 KB
16COPY backup_logger.py /app/backup_logger.py # buildkit3.15 KB
17COPY system_logger.py /app/system_logger.py # buildkit1.79 KB
18COPY notifications.py /app/notifications.py # buildkit4.42 KB
19COPY requirements.txt /requirements.txt # buildkit190 B
20COPY templates /templates # buildkit18.5 KB
21COPY static /static # buildkit42.73 KB
22RUN /bin/sh -c pip3 install5.5 MB
23RUN /bin/sh -c mkdir -p32 B
24EXPOSE [5001/tcp]0 B
25COPY ./config/crontab /etc/cron.d/backup-cron # buildkit363 B
26RUN /bin/sh -c chmod 0644565 B
27ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B

Command

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