dbbackup (sha256:1a882ee4b3abcf12184e6ce6ea1c556c4ddf167a87ae8e0ecaceb907fd6881bb)
Published 2026-01-06 11:52:21 +00:00 by renz
Installation
docker pull git.uuxo.net/uuxo/dbbackup@sha256:1a882ee4b3abcf12184e6ce6ea1c556c4ddf167a87ae8e0ecaceb907fd6881bbsha256:1a882ee4b3abcf12184e6ce6ea1c556c4ddf167a87ae8e0ecaceb907fd6881bbImage 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 |