dbbackup (sha256:e8813961af370a3a685e9b82f27ee228bd348b0eb3350277987a2a49e3083255)
Published 2026-01-06 10:02:46 +00:00 by renz
Installation
docker pull git.uuxo.net/uuxo/dbbackup@sha256:e8813961af370a3a685e9b82f27ee228bd348b0eb3350277987a2a49e3083255sha256:e8813961af370a3a685e9b82f27ee228bd348b0eb3350277987a2a49e3083255Image Layers
| ADD alpine-minirootfs-3.19.9-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache postgresql-client # buildkit |
| RUN /bin/sh -c apk add --no-cache mysql-client # buildkit |
| RUN /bin/sh -c apk add --no-cache mariadb-client # buildkit |
| RUN /bin/sh -c apk add --no-cache pigz pv # buildkit |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit |
| RUN /bin/sh -c addgroup -g 1000 dbbackup && adduser -D -u 1000 -G dbbackup dbbackup # buildkit |
| COPY /build/dbbackup /usr/local/bin/dbbackup # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/dbbackup # buildkit |
| RUN /bin/sh -c mkdir -p /backups && chown dbbackup:dbbackup /backups # buildkit |
| WORKDIR /backups |
| USER dbbackup |
| ENTRYPOINT ["/usr/local/bin/dbbackup"] |
| CMD ["--help"] |
| LABEL maintainer=UUXO |
| LABEL version=1.0 |
| LABEL description=Professional database backup tool for PostgreSQL, MySQL, and MariaDB |
Labels
| Key | Value |
|---|---|
| description | Professional database backup tool for PostgreSQL, MySQL, and MariaDB |
| maintainer | UUXO |
| version | 1.0 |