Global Knowledge base not restricted by implementations for more information check
duplicati (latest)
Installation
docker pull git.limbosolutions.com/kb/duplicati:latestsha256:198529b3d0280bb5440c24c001318ed6682a216d32cd4d7c2b0641048c6e41f0
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400' |
| RUN /bin/sh -c apt update && apt install tini # buildkit |
| ENTRYPOINT ["/usr/bin/tini" "--"] |
| RUN /bin/sh -c apt update -y && apt install -y libssl3 ca-certificates gnupg libicu72 # buildkit |
| ENV XDG_CONFIG_HOME=/data |
| VOLUME [/data] |
| ARG CHANNEL=beta |
| ARG VERSION=2.1.0.3 |
| ENV DUPLICATI_CHANNEL=beta |
| ENV DUPLICATI_VERSION=2.1.0.3 |
| ENV DUPLICATI__WEBSERVICE_PORT=8200 |
| ENV DUPLICATI__WEBSERVICE_INTERFACE=any |
| ARG TARGETARCH=amd64 |
| COPY ./amd64 /opt/duplicati # buildkit |
| EXPOSE map[8200/tcp:{}] |
| CMD ["/opt/duplicati/duplicati-server"] |
| RUN /bin/sh -c apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /docker/scripts /usr/local/bin # buildkit |
| COPY ./scripts /usr/local/bin # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/duplicati-influxdb-notify; chmod +x /usr/local/bin/duplicati-mysql-backup; chmod +x /usr/local/bin/dockerlog # buildkit |
| EXPOSE map[8200/tcp:{}] |
Details
Versions (2)
View all
latest
2025-01-28
mysql-latest
2024-09-16