ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/linuxserver/duplicati:latest
linux/amd64 docker.io 已验证 · linuxserver

这是一个由LinuxServer.io团队维护的Duplicati备份软件的Docker镜像。它提供了一种方便的方式来在Docker容器中运行Duplicati,简化了安装和配置过程,并提供了持续的更新和维护。

679
浏览次数
426.47MB
镜像大小
源镜像
docker.io/linuxserver/duplicati:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest
镜像ID
sha256:83d0231b2d76fbd6aa6b7c905b099f53f92179ab40795f3c3b771e4c1f3fbfb7
镜像 TAG
latest
镜像大小
426.47MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
/
OS/平台
linux/amd64
镜像创建
2024-12-21T03:59:00.547341942Z
同步时间
2024-12-31 17:49
浏览量
679 次
贡献者
🔌 开放端口 1
8200/tcp
📁 目录挂载 3
 /backups  /config  /source
⚙️ 环境变量 16
KeyValue
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
HOME=/config 1
LANGUAGE=en_US.UTF-8 2
LANG=en_US.UTF-8 3
TERM=xterm 4
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 5
S6_VERBOSITY=1 6
S6_STAGE2_HOOK=/docker-mods 7
VIRTUAL_ENV=/lsiopy 8
LSIO_FIRST_PARTY=true 9
TMPDIR=/run/duplicati-temp 10
DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true 11
DUPLICATI__SERVER_DATAFOLDER=/config 12
DUPLICATI__WEBSERVICE_PORT=8200 13
DUPLICATI__WEBSERVICE_INTERFACE=any 14
DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=* 15
🏷️ 镜像标签 14
KeyValue
Linuxserver.io version:- v2.1.0.2_beta_2024-11-29-ls229 Build-date:- 2024-12-21T03:56:47+00:00 build_version
aptalca maintainer
linuxserver.io org.opencontainers.image.authors
2024-12-21T03:56:47+00:00 org.opencontainers.image.created
[Duplicati](https://www.duplicati.com/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others. org.opencontainers.image.description
https://docs.linuxserver.io/images/docker-duplicati org.opencontainers.image.documentation
GPL-3.0-only org.opencontainers.image.licenses
c7fa6b3eda33d3f37b8873b12e7296a89a46eda4 org.opencontainers.image.ref.name
c7fa6b3eda33d3f37b8873b12e7296a89a46eda4 org.opencontainers.image.revision
https://github.com/linuxserver/docker-duplicati org.opencontainers.image.source
Duplicati org.opencontainers.image.title
https://github.com/linuxserver/docker-duplicati/packages org.opencontainers.image.url
linuxserver.io org.opencontainers.image.vendor
v2.1.0.2_beta_2024-11-29-ls229 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 24.04 Trivy 2024-12-31 17:49 查看完整报告
30
低危 LOW
14
中危 MEDIUM
9
高危 HIGH
0
严重 CRITICAL
受影响目标 (14)
docker.io/linuxserver/duplicati:latest (ubuntu 24.04) ubuntu Node.js node-pkg app/duplicati/Duplicati.CommandLine.AutoUpdater.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.BackendTester.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.BackendTool.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.RecoveryTool.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.SecretTool.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.ServerUtil.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.SharpAESCrypt.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.Snapshots.deps.json dotnet-core app/duplicati/Duplicati.CommandLine.deps.json dotnet-core app/duplicati/Duplicati.GUI.TrayIcon.deps.json dotnet-core app/duplicati/Duplicati.Server.deps.json dotnet-core app/duplicati/Duplicati.Service.deps.json dotnet-core

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest  docker.io/linuxserver/duplicati:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest  docker.io/linuxserver/duplicati:latest

Shell快速替换命令

sed -i 's#linuxserver/duplicati:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest  docker.io/linuxserver/duplicati:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest  docker.io/linuxserver/duplicati:latest'

镜像构建历史


# 2024-12-21 11:59:00  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/backups /config /source]
                        
# 2024-12-21 11:59:00  0.00B 声明容器运行时监听的端口
EXPOSE map[8200/tcp:{}]
                        
# 2024-12-21 11:59:00  1.46KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2024-12-21 11:59:00  303.80MB 执行命令并创建新的镜像层
RUN |4 BUILD_DATE=2024-12-21T03:56:47+00:00 VERSION=v2.1.0.2_beta_2024-11-29-ls229 DUPLICATI_RELEASE=v2.1.0.2_beta_2024-11-29 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install packages ****" &&   echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections &&   apt-get update &&   apt-get install -y     libicu74     ttf-mscorefonts-installer     unzip &&   echo "**** install duplicati ****" &&   if [ -z ${DUPLICATI_RELEASE+x} ]; then     DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases"       | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name');   fi &&   duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-x64-gui.zip$') &&   curl -o     /tmp/duplicati.zip -L     "${duplicati_url}" &&   unzip -q /tmp/duplicati.zip -d /app &&   mv /app/duplicati* /app/duplicati &&   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version &&   echo "**** cleanup ****" &&   apt-get clean &&   rm -rf     /tmp/*     /var/lib/apt/lists/*     /var/tmp/* # buildkit
                        
# 2024-12-21 11:59:00  0.00B 设置环境变量 HOME TMPDIR DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY DUPLICATI__SERVER_DATAFOLDER DUPLICATI__WEBSERVICE_PORT DUPLICATI__WEBSERVICE_INTERFACE DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES
ENV HOME=/config TMPDIR=/run/duplicati-temp DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true DUPLICATI__SERVER_DATAFOLDER=/config DUPLICATI__WEBSERVICE_PORT=8200 DUPLICATI__WEBSERVICE_INTERFACE=any DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=*
                        
# 2024-12-21 11:59:00  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2024-12-21 11:59:00  0.00B 添加元数据标签
LABEL maintainer=aptalca
                        
# 2024-12-21 11:59:00  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- v2.1.0.2_beta_2024-11-29-ls229 Build-date:- 2024-12-21T03:56:47+00:00
                        
# 2024-12-21 11:59:00  0.00B 定义构建参数
ARG DUPLICATI_RELEASE=v2.1.0.2_beta_2024-11-29
                        
# 2024-12-21 11:59:00  0.00B 定义构建参数
ARG VERSION=v2.1.0.2_beta_2024-11-29-ls229
                        
# 2024-12-21 11:59:00  0.00B 定义构建参数
ARG BUILD_DATE=2024-12-21T03:56:47+00:00
                        
# 2024-12-21 11:59:00  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2024-12-18 07:33:43  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2024-12-18 07:33:43  7.49KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2024-12-18 07:33:43  39.49MB 执行命令并创建新的镜像层
RUN |7 BUILD_DATE=2024-12-17T23:31:56+00:00 VERSION=f53cdef0-ls24 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" &&   rm -f /etc/apt/sources.list.d/ubuntu.sources &&   set -xe &&   echo '#!/bin/sh'     > /usr/sbin/policy-rc.d &&   echo 'exit 101'     >> /usr/sbin/policy-rc.d &&   chmod +x     /usr/sbin/policy-rc.d &&   dpkg-divert --local --rename --add /sbin/initctl &&   cp -a     /usr/sbin/policy-rc.d     /sbin/initctl &&   sed -i     's/^exit.*/exit 0/'     /sbin/initctl &&   echo 'force-unsafe-io'     > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup &&   echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };'     > /etc/apt/apt.conf.d/docker-clean &&   echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };'     >> /etc/apt/apt.conf.d/docker-clean &&   echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";'     >> /etc/apt/apt.conf.d/docker-clean &&   echo 'Acquire::Languages "none";'     > /etc/apt/apt.conf.d/docker-no-languages &&   echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";'     > /etc/apt/apt.conf.d/docker-gzip-indexes &&   echo 'Apt::AutoRemove::SuggestsImportant "false";'     > /etc/apt/apt.conf.d/docker-autoremove-suggests &&   mkdir -p /run/systemd &&   echo 'docker'     > /run/systemd/container &&   echo "**** install apt-utils and locales ****" &&   apt-get update &&   apt-get upgrade -y &&   apt-get install -y     apt-utils     locales &&   echo "**** install packages ****" &&   apt-get install -y     catatonit     cron     curl     gnupg     jq     netcat-openbsd     systemd-standalone-sysusers     tzdata &&   echo "**** generate locale ****" &&   locale-gen en_US.UTF-8 &&   echo "**** create abc user and make our folders ****" &&   useradd -u 911 -U -d /config -s /bin/false abc &&   usermod -G users abc &&   mkdir -p     /app     /config     /defaults     /lsiopy &&   echo "**** cleanup ****" &&   userdel ubuntu &&   apt-get autoremove &&   apt-get clean &&   rm -rf     /tmp/*     /var/lib/apt/lists/*     /var/tmp/*     /var/log/* # buildkit
                        
# 2024-12-18 07:33:18  836.00B 复制新文件或目录到容器中
COPY sources.list /etc/apt/ # buildkit
                        
# 2024-12-18 07:33:18  0.00B 设置环境变量 HOME LANGUAGE LANG TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-12-18 07:33:18  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2024-12-18 07:33:18  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2024-12-18 07:33:18  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2024-12-18 07:33:18  4.18KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
                        
# 2024-12-18 07:33:17  26.72KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2024-12-18 07:33:17  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2024-12-18 07:33:17  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- f53cdef0-ls24 Build-date:- 2024-12-17T23:31:56+00:00
                        
# 2024-12-18 07:33:17  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2024-12-18 07:33:17  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2024-12-18 07:33:17  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2024-12-18 07:33:17  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2024-12-18 07:33:17  0.00B 定义构建参数
ARG VERSION=f53cdef0-ls24
                        
# 2024-12-18 07:33:17  0.00B 定义构建参数
ARG BUILD_DATE=2024-12-17T23:31:56+00:00
                        
# 2024-12-18 07:33:17  83.13MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:83d0231b2d76fbd6aa6b7c905b099f53f92179ab40795f3c3b771e4c1f3fbfb7",
    "RepoTags": [
        "linuxserver/duplicati:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati:latest"
    ],
    "RepoDigests": [
        "linuxserver/duplicati@sha256:bc6264d201eefcd2ee9b2dfdac2d4c6937fdbb885e7036b5a01878ff9da159e3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/duplicati@sha256:e782181f54046d75f9f8b07ba051860403a931052e4156a1db059d38447ed227"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-21T03:59:00.547341942Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8200/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/config",
            "LANGUAGE=en_US.UTF-8",
            "LANG=en_US.UTF-8",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "LSIO_FIRST_PARTY=true",
            "TMPDIR=/run/duplicati-temp",
            "DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true",
            "DUPLICATI__SERVER_DATAFOLDER=/config",
            "DUPLICATI__WEBSERVICE_PORT=8200",
            "DUPLICATI__WEBSERVICE_INTERFACE=any",
            "DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=*"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/backups": {},
            "/config": {},
            "/source": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- v2.1.0.2_beta_2024-11-29-ls229 Build-date:- 2024-12-21T03:56:47+00:00",
            "maintainer": "aptalca",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2024-12-21T03:56:47+00:00",
            "org.opencontainers.image.description": "[Duplicati](https://www.duplicati.com/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-duplicati",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "c7fa6b3eda33d3f37b8873b12e7296a89a46eda4",
            "org.opencontainers.image.revision": "c7fa6b3eda33d3f37b8873b12e7296a89a46eda4",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-duplicati",
            "org.opencontainers.image.title": "Duplicati",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-duplicati/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "v2.1.0.2_beta_2024-11-29-ls229"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 426465329,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5d8985713204df68d700ca1b2606ff7a3c22824b92106f8baa2312c90989a8ac/diff:/var/lib/docker/overlay2/c23703f383f190d180c0e43c7d9e1fbe83ce33aa789398348a285f06fc2a611e/diff:/var/lib/docker/overlay2/aa902d9ead1f2b8487e118f856d4258de22456fe20dfe589c3c95426c58c8658/diff:/var/lib/docker/overlay2/8e97c3076cb01ce6d2c91cc0892f342334d69244ff356053e7535d0941900c5b/diff:/var/lib/docker/overlay2/6920f47c45043feb7455be1b4821bfda70fa12900bc1fa8e66df2b7d1bc6bede/diff:/var/lib/docker/overlay2/94731c7379cddc6e04a4a22eaa83099ff352b20d7601cad6a20fe17bd717a99a/diff:/var/lib/docker/overlay2/8d840535f028f5125092e506f9cee4282388c8711134b0e8bf89f24f2c30bfad/diff:/var/lib/docker/overlay2/d7a47ffdf5fa7d8eb0f1718f1e0c715b93e711c50a37fced85af6dc09eb84f70/diff:/var/lib/docker/overlay2/76750362b05e536482c7d9144f147bee50fd3bc4d1871b9d709121cb6298f504/diff",
            "MergedDir": "/var/lib/docker/overlay2/beb416bb0dcf6ed15db19063ba13e93295db730bde47bb760b7dcf914c20858f/merged",
            "UpperDir": "/var/lib/docker/overlay2/beb416bb0dcf6ed15db19063ba13e93295db730bde47bb760b7dcf914c20858f/diff",
            "WorkDir": "/var/lib/docker/overlay2/beb416bb0dcf6ed15db19063ba13e93295db730bde47bb760b7dcf914c20858f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:dba8abaeccbd8a62822dca015b4201aa0efd86df5f4637763a11eae896aaf589",
            "sha256:97b146a3050e040acfcf592fd5f29811c641f0f8077a3794b73b060dbca5cc6e",
            "sha256:76d23775efaeac75e49c881a06f505d271ea5c8ee6308c2f307b2527b47d9230",
            "sha256:a1b46a295cbafbb04c8ff02e327445e0302bca43d097e172ffeb0ad8db940971",
            "sha256:3fd9d05f2892fbe2d70fdce6579599a5652fbb9a171a02a900a50f47383fa6dc",
            "sha256:2c22b36eaeb9cab2f18b60b150ead252f1c9a391cff1a7350fdb59fd0d3ad30a",
            "sha256:a0ea4b5f209ebcb88d909fd5c6c6b96945ee90456839ad80ca7e64e286a0be1b",
            "sha256:a07e73eb9d2e888528c25d3042a9239a71d94cefa203c771c61aca7ceabc5398",
            "sha256:21c45211770ffe7fd11ad1f84eaa532e8fed2c05e6ea5bc083da0f18f4f03b98",
            "sha256:5ad9dbe90a6077729f38d94527723bb75518ff7685b270ba53ced633af658bf3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-31T17:48:55.164478132+08:00"
    }
}

更多版本

docker.io/linuxserver/duplicati:latest

linux/amd64 docker.io426.47MB2024-12-31 17:49
678

docker.io/linuxserver/duplicati:amd64-2.1.0

linux/amd64 docker.io441.38MB2025-04-21 20:28
466
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×