dockerhub_duplicati (8e0cdfb295ed-nodelete)

Published 2025-11-24 19:09:08 +00:00 by maxweiss

Installation

docker pull forgejo.maxweiss.io/public/dockerhub_duplicati:8e0cdfb295ed-nodelete
sha256:17c03563adb79c8cf061c187974ced3c711fb3a4054dcfa248420f5e8c437c1c

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'
RUN /bin/sh -c apt update -y && apt install -y libssl3t64 ca-certificates libicu76 rclone gnupg tini # buildkit
ENTRYPOINT ["/usr/bin/tini" "--" "/run-as-user.sh"]
ENV XDG_CONFIG_HOME=/data
VOLUME [/data]
ARG CHANNEL=stable
ARG VERSION=2.2.0.1
ENV DUPLICATI_CHANNEL=stable
ENV DUPLICATI_VERSION=2.2.0.1
ENV DUPLICATI__WEBSERVICE_PORT=8200
ENV DUPLICATI__WEBSERVICE_INTERFACE=any
ARG TARGETARCH=amd64
COPY ./amd64 /opt/duplicati # buildkit
COPY run-as-user.sh /run-as-user.sh # buildkit
RUN |3 CHANNEL=stable VERSION=2.2.0.1 TARGETARCH=amd64 /bin/sh -c chmod +x /run-as-user.sh # buildkit
ENV PATH=/opt/duplicati:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EXPOSE [8200/tcp]
CMD ["duplicati-server"]
Details
Container
2025-11-24 19:09:08 +00:00
2
OCI / Docker
linux/amd64
184 MiB
Versions (1) View all