docker.io/openlistteam/openlist:v4.1.8 linux/arm64

docker.io/openlistteam/openlist:v4.1.8 - 国内下载镜像源 浏览次数:14 温馨提示: 这是一个 linux/arm64 系统架构镜像

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

源镜像 docker.io/openlistteam/openlist:v4.1.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.8-linuxarm64
镜像ID sha256:5b0174e67c70fa4c8cda098b51f30db0a1fb199daba7cddada7ed92493d9218b
镜像TAG v4.1.8-linuxarm64
大小 157.84MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /entrypoint.sh
启动入口
工作目录 /opt/openlist/
OS/平台 linux/arm64
浏览量 14 次
贡献者 xi*********9@163.com
镜像创建 2025-11-25T11:59:17.727403239Z
同步时间 2025-12-11 14:44
更新时间 2025-12-12 14:49
开放端口
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 2025-11-25T11:59:00.702Z: org.opencontainers.image.created A new AList Fork to Anti Trust Crisis: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 72206ac9f69a15f2e142979cb92e694bafc34a3b: 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.8: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#openlistteam/openlist:v4.1.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.8-linuxarm64#' 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.8-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.8-linuxarm64  docker.io/openlistteam/openlist:v4.1.8'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-11-25 19:59:17  0.00B 设置默认要执行的命令
CMD ["/entrypoint.sh"]
                        
# 2025-11-25 19:59:17  0.00B 声明容器运行时监听的端口
EXPOSE [5244/tcp 5245/tcp]
                        
# 2025-11-25 19:59:17  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/opt/openlist/data/]
                        
# 2025-11-25 19:59:17  0.00B 设置环境变量 UMASK RUN_ARIA2
ENV UMASK=022 RUN_ARIA2=false
                        
# 2025-11-25 19:59:17  0.00B 执行命令并创建新的镜像层
RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=false USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
                        
# 2025-11-25 19:59:15  0.00B 指定运行容器时使用的用户
USER openlist
                        
# 2025-11-25 19:59:15  1.32KB 复制新文件或目录到容器中
COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-11-25 19:59:15  134.46MB 复制新文件或目录到容器中
COPY --chown=1001:1001 --chmod=755 /build/linux/arm64/openlist ./ # buildkit
                        
# 2025-11-25 19:59:05  3.24KB 执行命令并创建新的镜像层
RUN |6 TARGETPLATFORM=linux/arm64 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
                        
# 2025-11-25 19:59:05  0.00B 设置工作目录为/opt/openlist/
WORKDIR /opt/openlist/
                        
# 2025-11-25 19:59:05  0.00B 定义构建参数
ARG GID=1001
                        
# 2025-11-25 19:59:05  0.00B 定义构建参数
ARG UID=1001
                        
# 2025-11-25 19:59:05  0.00B 定义构建参数
ARG USER=openlist
                        
# 2025-11-25 19:59:05  0.00B 定义构建参数
ARG INSTALL_ARIA2=false
                        
# 2025-11-25 19:59:05  0.00B 定义构建参数
ARG INSTALL_FFMPEG=false
                        
# 2025-11-25 19:59:05  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/arm64
                        
# 2025-11-25 19:59:05  0.00B 添加元数据标签
LABEL MAINTAINER=OpenList
                        
# 2025-11-25 04:27:56  72.00B 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/arm64 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
                        
# 2025-11-25 04:27:56  15.20MB 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/arm64 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
                        
# 2025-11-25 04:27:33  0.00B 设置工作目录为/opt/openlist/
WORKDIR /opt/openlist/
                        
# 2025-11-25 04:27:33  0.00B 添加元数据标签
LABEL MAINTAINER=OpenList
                        
# 2025-11-25 04:27:33  0.00B 定义构建参数
ARG INSTALL_ARIA2=false
                        
# 2025-11-25 04:27:33  0.00B 定义构建参数
ARG INSTALL_FFMPEG=false
                        
# 2025-11-25 04:27:33  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/arm64
                        
# 2025-01-08 20:16:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-01-08 20:16:36  8.17MB 复制文件或目录到容器中
ADD alpine-minirootfs-20250108-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:5b0174e67c70fa4c8cda098b51f30db0a1fb199daba7cddada7ed92493d9218b",
    "RepoTags": [
        "openlistteam/openlist:v4.1.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.8-linuxarm64"
    ],
    "RepoDigests": [
        "openlistteam/openlist@sha256:430a306fe7404ae549991c294cfd00b88e82c1e62a16967b40ed23cd4912590a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist@sha256:8aec06cc10469de28bca2e88a702582c8833e29cbdb0692d22f5d5c13700dfdd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-25T11:59:17.727403239Z",
    "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": "2025-11-25T11:59:00.702Z",
            "org.opencontainers.image.description": "A new AList Fork to Anti Trust Crisis",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "72206ac9f69a15f2e142979cb92e694bafc34a3b",
            "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.8"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 157838907,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dc76bc70a0aa59501eb081eca3dbf7cb682b0be8c2c6af870a576925e1252a26/diff:/var/lib/docker/overlay2/c0023ed3a629d3169caa904ab086442972eaa29d7210a83d06ae512af773039b/diff:/var/lib/docker/overlay2/f632c820556e5623e143cc496cdfa06beea9c3ef26a8ffb05a802d98f2f1747c/diff:/var/lib/docker/overlay2/dd5d5c26f965823ae45219700b8b9bb5c0376808b26d9e9494c99d318288fb5b/diff:/var/lib/docker/overlay2/59e1b4267589950a5518d38860b93bc3a801fcde0e982a2ea23edbee5b8f98bb/diff:/var/lib/docker/overlay2/ac2b3ea4e2090e41f366731f82a7d875200ff741ec177a29e73df375c8ea3458/diff:/var/lib/docker/overlay2/0acb0dbce6156960db1fe2ff33182fc4c6d11c711f83c19bcbe943ae38925c55/diff:/var/lib/docker/overlay2/070533dce92bdc611399cebc8bb20c7f48e40616bc0961c860b34cb11b8746a6/diff",
            "MergedDir": "/var/lib/docker/overlay2/25aed9ab492de0bc499f5cc75d7cdaa82858b42c2b2dbdc5a8b63babb07e336d/merged",
            "UpperDir": "/var/lib/docker/overlay2/25aed9ab492de0bc499f5cc75d7cdaa82858b42c2b2dbdc5a8b63babb07e336d/diff",
            "WorkDir": "/var/lib/docker/overlay2/25aed9ab492de0bc499f5cc75d7cdaa82858b42c2b2dbdc5a8b63babb07e336d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:864c4f657c6c10fb821754fb07fa42e4cb5e745e818e9c8b417712b0e2cb50a5",
            "sha256:0415dc6f266fb19339c4e0658797ce99dea83f2e5b5214b50343f5e4e3e48904",
            "sha256:af86827f2116f3fa463ac8801087ef9e777afca2f392b5efd2e5e518518d148a",
            "sha256:bc036e14198090820b8cdaef281650f17661bd79c6ec45a85fa912a7c611a4ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:342092681847b60ef0a945eb80a08e14229d871ab0486d9d49032dec22c91d29",
            "sha256:068fe15f34dd046eef87e15585edaa833c24bdf0ca4c85daf2b63ce2fcc26e2b",
            "sha256:7e6a122f2c4efa56fa118f84ee334bfecfd95250b8945aa5c70048590e568620",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-11T14:44:44.885582454+08:00"
    }
}

更多版本

docker.io/openlistteam/openlist:beta

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

docker.io/openlistteam/openlist:v4.0.2

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

docker.io/openlistteam/openlist:v4.0.3

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

docker.io/openlistteam/openlist:v4.0.4

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

docker.io/openlistteam/openlist:v4.0.5

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

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

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

docker.io/openlistteam/openlist:v4.0.8

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

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

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

docker.io/openlistteam/openlist:latest

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

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

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

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

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

docker.io/openlistteam/openlist:v4.0.9

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

docker.io/openlistteam/openlist:latest

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

docker.io/openlistteam/openlist:v4.1.0

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

docker.io/openlistteam/openlist:v4.1.1

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

docker.io/openlistteam/openlist:v4.1.2

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

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

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

docker.io/openlistteam/openlist:v4.1.4

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

docker.io/openlistteam/openlist:v4.1.4

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

docker.io/openlistteam/openlist:v4.1.5

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

docker.io/openlistteam/openlist:v4.1.7

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

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

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

docker.io/openlistteam/openlist:v4.1.8

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

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

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

docker.io/openlistteam/openlist:v4.1.8

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