dbbackup (sha256:3131872d17c214e031558a35307b1adcdbe23d18ca803885986337b244711435)
Published 2025-12-15 14:43:43 +00:00 by renz
Installation
docker pull git.uuxo.net/uuxo/dbbackup@sha256:3131872d17c214e031558a35307b1adcdbe23d18ca803885986337b244711435sha256:3131872d17c214e031558a35307b1adcdbe23d18ca803885986337b244711435Image 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 |