duplicati-with-ssh (sha256:bd5c400d8d64f69e4914da20391117730252e715d948f7e79ccf75b6e5eb7e0e)
Published 2025-09-14 00:03:41 +00:00 by ps
Installation
docker pull git.peter-schuller.de/ps/duplicati-with-ssh@sha256:bd5c400d8d64f69e4914da20391117730252e715d948f7e79ccf75b6e5eb7e0e
sha256:bd5c400d8d64f69e4914da20391117730252e715d948f7e79ccf75b6e5eb7e0e
Image layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200' |
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=stable |
ARG VERSION=2.1.0.5 |
ENV DUPLICATI_CHANNEL=stable |
ENV DUPLICATI_VERSION=2.1.0.5 |
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 -y && apt install -y openssh-client # buildkit |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2025-09-14T00:02:50Z |
org.opencontainers.image.revision | a437ec9b7208833d21e661b01f90bd267510b954 |
org.opencontainers.image.source | https://git.peter-schuller.de/ps/duplicati-with-ssh.git |
org.opencontainers.image.url | https://git.peter-schuller.de/ps/duplicati-with-ssh |