docker.io/openlistteam/openlist:v4.1.10 linux/amd64

docker.io/openlistteam/openlist:v4.1.10 - 国内下载镜像源 浏览次数:17

这是一个名为“openlist”的Docker镜像,由OpenList团队维护。 具体功能和用途需要参考镜像的文档或README文件。

源镜像 docker.io/openlistteam/openlist:v4.1.10
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10
镜像ID sha256:78255998919c27bbf9a767422f7eafbe881b4ce1dfb3cfccb1537135adc077c7
镜像TAG v4.1.10
大小 153.10MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /entrypoint.sh
启动入口
工作目录 /opt/openlist/
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2026-01-31T09:20:55.761834249Z
同步时间 2026-02-02 14:45
更新时间 2026-02-03 07:59
开放端口
5244/tcp 5245/tcp
目录挂载
/opt/openlist/data/
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin UMASK=022 RUN_ARIA2=false
镜像标签
OpenList: MAINTAINER 2026-01-31T09:20:41.516Z: org.opencontainers.image.created A new AList Fork to Anti Trust Crisis: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses e3c664f81d0584fbbdb86ffe6644be16259371c1: org.opencontainers.image.revision https://github.com/OpenListTeam/OpenList: org.opencontainers.image.source OpenList: org.opencontainers.image.title https://github.com/OpenListTeam/OpenList: org.opencontainers.image.url v4.1.10: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10  docker.io/openlistteam/openlist:v4.1.10

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10  docker.io/openlistteam/openlist:v4.1.10

Shell快速替换命令

sed -i 's#openlistteam/openlist:v4.1.10#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10  docker.io/openlistteam/openlist:v4.1.10'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10  docker.io/openlistteam/openlist:v4.1.10'

镜像构建历史


# 2026-01-31 17:20:55  0.00B 设置默认要执行的命令
CMD ["/entrypoint.sh"]
                        
# 2026-01-31 17:20:55  0.00B 声明容器运行时监听的端口
EXPOSE [5244/tcp 5245/tcp]
                        
# 2026-01-31 17:20:55  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/opt/openlist/data/]
                        
# 2026-01-31 17:20:55  0.00B 设置环境变量 UMASK RUN_ARIA2
ENV UMASK=022 RUN_ARIA2=false
                        
# 2026-01-31 17:20:55  0.00B 执行命令并创建新的镜像层
RUN |6 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=false USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
                        
# 2026-01-31 17:20:55  0.00B 指定运行容器时使用的用户
USER openlist
                        
# 2026-01-31 17:20:55  1.32KB 复制新文件或目录到容器中
COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
                        
# 2026-01-31 17:20:55  140.89MB 复制新文件或目录到容器中
COPY --chown=1001:1001 --chmod=755 /build/linux/amd64/openlist ./ # buildkit
                        
# 2026-01-31 17:20:44  3.06KB 执行命令并创建新的镜像层
RUN |6 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=false USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} &&     adduser -D -u ${UID} -G ${USER} ${USER} &&     mkdir -p /opt/openlist/data # buildkit
                        
# 2026-01-31 17:20:44  0.00B 设置工作目录为/opt/openlist/
WORKDIR /opt/openlist/
                        
# 2026-01-31 17:20:44  0.00B 定义构建参数
ARG GID=1001
                        
# 2026-01-31 17:20:44  0.00B 定义构建参数
ARG UID=1001
                        
# 2026-01-31 17:20:44  0.00B 定义构建参数
ARG USER=openlist
                        
# 2026-01-31 17:20:44  0.00B 定义构建参数
ARG INSTALL_ARIA2=false
                        
# 2026-01-31 17:20:44  0.00B 定义构建参数
ARG INSTALL_FFMPEG=false
                        
# 2026-01-31 17:20:44  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
# 2026-01-31 17:20:44  0.00B 添加元数据标签
LABEL MAINTAINER=OpenList
                        
# 2026-01-31 04:36:18  72.00B 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=false /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start &&     mkdir -p /opt/service/stop/openlist &&     echo '#!/bin/sh' > /opt/service/stop/openlist/run &&     echo 'exec 2>&1' >> /opt/service/stop/openlist/run &&     echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run &&     echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run &&     chmod +x /opt/service/stop/openlist/run # buildkit
                        
# 2026-01-31 04:36:18  3.77MB 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=false /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" &&     apk update &&     apk upgrade --no-cache &&     apk add --no-cache bash ca-certificates su-exec tzdata runit &&     if [ "$INSTALL_FFMPEG" = "true" ]; then         echo "📦 Installing FFmpeg..." &&         apk add --no-cache ffmpeg;     else         echo "⏭️  Skipping FFmpeg installation";     fi &&     if [ "$INSTALL_ARIA2" = "true" ]; then         echo "📦 Installing Aria2..." &&         apk add --no-cache curl aria2 &&         mkdir -p /opt/aria2/.aria2 &&         curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz &&         tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz &&         sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf &&         sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf &&         sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf &&         sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf &&         sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf &&         mkdir -p /opt/service/stop/aria2/log &&         echo '#!/bin/sh' > /opt/service/stop/aria2/run &&         echo 'exec 2>&1' >> /opt/service/stop/aria2/run &&         echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run &&         echo '#!/bin/sh' > /opt/service/stop/aria2/log/run &&         echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run &&         echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run &&         chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run &&         touch /opt/aria2/.aria2/aria2.session &&         (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️  Tracker update failed, continuing...");     else         echo "⏭️  Skipping Aria2 installation";     fi &&     rm -rf /var/cache/apk/* # buildkit
                        
# 2026-01-31 04:36:14  0.00B 设置工作目录为/opt/openlist/
WORKDIR /opt/openlist/
                        
# 2026-01-31 04:36:14  0.00B 添加元数据标签
LABEL MAINTAINER=OpenList
                        
# 2026-01-31 04:36:14  0.00B 定义构建参数
ARG INSTALL_ARIA2=false
                        
# 2026-01-31 04:36:14  0.00B 定义构建参数
ARG INSTALL_FFMPEG=false
                        
# 2026-01-31 04:36:14  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
# 2026-01-28 09:17:51  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:17:51  8.44MB 复制文件或目录到容器中
ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:78255998919c27bbf9a767422f7eafbe881b4ce1dfb3cfccb1537135adc077c7",
    "RepoTags": [
        "openlistteam/openlist:v4.1.10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.10"
    ],
    "RepoDigests": [
        "openlistteam/openlist@sha256:443844f9199e1a379df4b3b4925123ab482cef2a11822a167f00e6c071b6b5f9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist@sha256:8e63ca63184f52ee738f91e87745ffb265c3df758c3a3240ad32d46eb24f2f9d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-31T09:20:55.761834249Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "openlist",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5244/tcp": {},
            "5245/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "UMASK=022",
            "RUN_ARIA2=false"
        ],
        "Cmd": [
            "/entrypoint.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/opt/openlist/data/": {}
        },
        "WorkingDir": "/opt/openlist/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "MAINTAINER": "OpenList",
            "org.opencontainers.image.created": "2026-01-31T09:20:41.516Z",
            "org.opencontainers.image.description": "A new AList Fork to Anti Trust Crisis",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "e3c664f81d0584fbbdb86ffe6644be16259371c1",
            "org.opencontainers.image.source": "https://github.com/OpenListTeam/OpenList",
            "org.opencontainers.image.title": "OpenList",
            "org.opencontainers.image.url": "https://github.com/OpenListTeam/OpenList",
            "org.opencontainers.image.version": "v4.1.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 153102532,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ffabfa1813742cb2963687f3d0e11459e454dcbd9664d646468e633a36d6a8af/diff:/var/lib/docker/overlay2/82bada0cada5918b1782e1800b24f98afb69a2f7bbd8468729fb9f7e6af4fc96/diff:/var/lib/docker/overlay2/ddeaf9777b1f5b2ea09993f6c9ce404800472f1d9e37a792080c94a265016105/diff:/var/lib/docker/overlay2/199a01e50d381273ed7d0e37324f24a5f1b2fc72554beab37c166ab341b59566/diff:/var/lib/docker/overlay2/6fe015a1153df0c1f7c159cc084c82e2efbffba909354278736c876ecf85104e/diff:/var/lib/docker/overlay2/d1f426f5d8b148221f22a667a30050c5eb0b9a6b4dc67937c1b04573df71f330/diff:/var/lib/docker/overlay2/6e0bf5738a2da67b23587c1a683c1982b21e2a573cbea317ef677f3dbe83f644/diff:/var/lib/docker/overlay2/5da7354cd12ba45c7d86c8ce301cde56e54a3e803f24465f4507a1949d41435b/diff",
            "MergedDir": "/var/lib/docker/overlay2/3e719d620cd746fdc9c4e131773979af82690ec82a73bc8e7056604c5bc8ff07/merged",
            "UpperDir": "/var/lib/docker/overlay2/3e719d620cd746fdc9c4e131773979af82690ec82a73bc8e7056604c5bc8ff07/diff",
            "WorkDir": "/var/lib/docker/overlay2/3e719d620cd746fdc9c4e131773979af82690ec82a73bc8e7056604c5bc8ff07/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8aa2272762a48ef46db65bcc10c3cc8f9589cb5ae2311c4ca1e512bfd24ef95a",
            "sha256:325fc5879128413e76074bb8469ef39f0a1f1dc7204d4ec72ef3ebfdaa7a2a98",
            "sha256:7c442a5aca53ce8c90bcf7ee5b42c7fc422977145707fc0b77c038f3f122b042",
            "sha256:7ad52920cd01ee7707c669c3edd084dcf4403439b111882b8acb81f1597f6914",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:33b2a0bbf729ca511b73f402908bc429ac6b6ac7f7baece75c41878ffc897cd2",
            "sha256:fa6d9e65ad11a7288454a9d82d2f2f7a1b708e259a0a4a6322b286e049a16fe9",
            "sha256:684f32b619967eac370e95ac7bf13f2f8b6ecaeb6645580a9856d612f9761980",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-02T14:45:26.823537716+08:00"
    }
}

更多版本

docker.io/openlistteam/openlist:beta

linux/amd64 docker.io99.50MB2025-06-19 19:38
623

docker.io/openlistteam/openlist:v4.0.2

linux/amd64 docker.io128.20MB2025-06-24 15:52
574

docker.io/openlistteam/openlist:v4.0.3

linux/amd64 docker.io128.41MB2025-06-25 16:04
313

docker.io/openlistteam/openlist:v4.0.4

linux/amd64 docker.io129.73MB2025-06-27 17:25
463

docker.io/openlistteam/openlist:v4.0.5

linux/amd64 docker.io129.73MB2025-07-02 17:08
262

docker.io/openlistteam/openlist:v4.0.8-aio

linux/amd64 docker.io278.53MB2025-07-05 18:22
345

docker.io/openlistteam/openlist:v4.0.8

linux/amd64 docker.io136.96MB2025-07-06 10:18
358

docker.io/openlistteam/openlist:v4.0.8-aria2

linux/amd64 docker.io152.75MB2025-07-16 16:35
559

docker.io/openlistteam/openlist:latest

linux/amd64 docker.io136.96MB2025-07-17 23:03
470

docker.io/openlistteam/openlist:latest-lite-aio

linux/arm64 docker.io222.98MB2025-07-22 09:34
295

docker.io/openlistteam/openlist:v4.0.8-lite-aio

linux/arm64 docker.io222.98MB2025-07-22 09:36
215

docker.io/openlistteam/openlist:v4.0.9

linux/amd64 docker.io140.28MB2025-07-27 11:42
242

docker.io/openlistteam/openlist:latest

linux/arm64 docker.io139.89MB2025-07-29 20:29
265

docker.io/openlistteam/openlist:v4.1.0

linux/amd64 docker.io140.13MB2025-08-03 01:17
329

docker.io/openlistteam/openlist:v4.1.1

linux/amd64 docker.io291.50MB2025-08-22 19:30
299

docker.io/openlistteam/openlist:v4.1.2

linux/amd64 docker.io156.33MB2025-09-07 15:56
273

docker.io/openlistteam/openlist:v4.1.3-lite-aio

linux/arm64 docker.io218.61MB2025-09-29 17:40
221

docker.io/openlistteam/openlist:v4.1.4

linux/arm64 docker.io155.46MB2025-10-08 15:30
167

docker.io/openlistteam/openlist:v4.1.4

linux/amd64 docker.io156.81MB2025-10-08 23:38
225

docker.io/openlistteam/openlist:v4.1.5

linux/amd64 docker.io160.37MB2025-10-30 11:01
204

docker.io/openlistteam/openlist:v4.1.7

linux/amd64 docker.io160.54MB2025-11-13 06:11
227

docker.io/openlistteam/openlist:v4.1.8-ffmpeg

linux/amd64 docker.io293.21MB2025-11-27 20:12
172

docker.io/openlistteam/openlist:v4.1.8

linux/amd64 docker.io159.46MB2025-11-27 20:41
144

docker.io/openlistteam/openlist:v4.1.8-aio

linux/amd64 docker.io305.18MB2025-12-11 10:47
130

docker.io/openlistteam/openlist:v4.1.8

linux/arm64 docker.io157.84MB2025-12-11 14:44
135

docker.io/openlistteam/openlist:v4.1.9

linux/amd64 docker.io152.43MB2026-01-04 20:31
233

docker.io/openlistteam/openlist:v4.1.9

linux/arm64 docker.io150.48MB2026-01-18 11:12
79

docker.io/openlistteam/openlist:v4.1.9-aio

linux/amd64 docker.io298.33MB2026-01-26 15:20
61

docker.io/openlistteam/openlist:v4.1.10

linux/amd64 docker.io153.10MB2026-02-02 14:45
16