dbbackup (sha256:4c667c4bb67643a6c00160d6bf1e92908c1073c3e3924ef2563529e9d506e6b8)
Published 2025-12-13 18:19:35 +00:00 by renz
Installation
docker pull git.uuxo.net/uuxo/dbbackup@sha256:4c667c4bb67643a6c00160d6bf1e92908c1073c3e3924ef2563529e9d506e6b8sha256:4c667c4bb67643a6c00160d6bf1e92908c1073c3e3924ef2563529e9d506e6b8Image Layers
| ADD alpine-minirootfs-3.19.9-x86_64.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 |