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

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

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

源镜像 docker.io/openlistteam/openlist:v4.1.3-lite-aio
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.3-lite-aio-linuxarm64
镜像ID sha256:8a18892597c0aa541596d29cf12be86a13eaf3db8cfc1ba2064fd5da271deb75
镜像TAG v4.1.3-lite-aio-linuxarm64
大小 218.61MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /entrypoint.sh
启动入口
工作目录 /opt/openlist/
OS/平台 linux/arm64
浏览量 42 次
贡献者
镜像创建 2025-09-19T13:35:57.850109272Z
同步时间 2025-09-29 17:40
更新时间 2025-10-05 21:48
开放端口
5244/tcp 5245/tcp
目录挂载
/opt/openlist/data/
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin UMASK=022 RUN_ARIA2=true
镜像标签
OpenList: MAINTAINER 2025-09-19T13:35:42.418Z: org.opencontainers.image.created A new AList Fork to Anti Trust Crisis: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 3936e736e6075538b9d6b6d622c04e06bbec920e: 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.3-lite-aio: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-19 21:35:57  0.00B 设置默认要执行的命令
CMD ["/entrypoint.sh"]
                        
# 2025-09-19 21:35:57  0.00B 声明容器运行时监听的端口
EXPOSE &{[{{25 0} {25 0}}] 0xc000610f80}
                        
# 2025-09-19 21:35:57  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/opt/openlist/data/]
                        
# 2025-09-19 21:35:57  0.00B 设置环境变量 UMASK RUN_ARIA2
ENV UMASK=022 RUN_ARIA2=true
                        
# 2025-09-19 21:35:57  0.00B 执行命令并创建新的镜像层
RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
                        
# 2025-09-19 21:35:55  0.00B 指定运行容器时使用的用户
USER openlist
                        
# 2025-09-19 21:35:55  1.32KB 复制新文件或目录到容器中
COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-09-19 21:35:55  77.64MB 复制新文件或目录到容器中
COPY --chown=1001:1001 --chmod=755 /build/linux/arm64/openlist ./ # buildkit
                        
# 2025-09-19 21:35:54  3.24KB 执行命令并创建新的镜像层
RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true 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-09-19 21:35:54  0.00B 设置工作目录为/opt/openlist/
WORKDIR /opt/openlist/
                        
# 2025-09-19 21:35:54  0.00B 定义构建参数
ARG GID=1001
                        
# 2025-09-19 21:35:54  0.00B 定义构建参数
ARG UID=1001
                        
# 2025-09-19 21:35:54  0.00B 定义构建参数
ARG USER=openlist
                        
# 2025-09-19 21:35:54  0.00B 定义构建参数
ARG INSTALL_ARIA2=true
                        
# 2025-09-19 21:35:54  0.00B 定义构建参数
ARG INSTALL_FFMPEG=true
                        
# 2025-09-19 21:35:54  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/arm64
                        
# 2025-09-19 21:35:54  0.00B 添加元数据标签
LABEL MAINTAINER=OpenList
                        
# 2025-09-19 04:25:43  72.00B 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /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-09-19 04:25:43  132.79MB 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /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-09-19 04:25:04  0.00B 设置工作目录为/opt/openlist/
WORKDIR /opt/openlist/
                        
# 2025-09-19 04:25:04  0.00B 添加元数据标签
LABEL MAINTAINER=OpenList
                        
# 2025-09-19 04:25:04  0.00B 定义构建参数
ARG INSTALL_ARIA2=true
                        
# 2025-09-19 04:25:04  0.00B 定义构建参数
ARG INSTALL_FFMPEG=true
                        
# 2025-09-19 04:25:04  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:8a18892597c0aa541596d29cf12be86a13eaf3db8cfc1ba2064fd5da271deb75",
    "RepoTags": [
        "openlistteam/openlist:v4.1.3-lite-aio",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist:v4.1.3-lite-aio-linuxarm64"
    ],
    "RepoDigests": [
        "openlistteam/openlist@sha256:12822165fb04f38565fa919b48021b4d3dce0bbfe9604c15bd5395d96a008454",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openlistteam/openlist@sha256:23a5bf49158b493fe1d95b365c562eaeadb405e18f29db3481a711f0a715e65b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-19T13:35:57.850109272Z",
    "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=true"
        ],
        "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-09-19T13:35:42.418Z",
            "org.opencontainers.image.description": "A new AList Fork to Anti Trust Crisis",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "3936e736e6075538b9d6b6d622c04e06bbec920e",
            "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.3-lite-aio"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 218610936,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6d4be156f0ca7d981c06aee1f685e929e65dd4b400a5ec6593faee129b8a6fb1/diff:/var/lib/docker/overlay2/09d911cc87820067ec897e18e282e23bd38d56e6d68d012ec211fe526a37d1eb/diff:/var/lib/docker/overlay2/880173d462dfdcf6add001b39e9288057027440d022f4d061c5adbf5f93747c7/diff:/var/lib/docker/overlay2/3409f23217e5e58f61a60b6cd37872f454c4d0a1795be5bb4302c59e18f64cac/diff:/var/lib/docker/overlay2/a5cf7a08c84711407d55cf52c23f5bead63b3b2248925604134291bd604fda41/diff:/var/lib/docker/overlay2/0d4a7fd3d2a824bcc37aec7c5e32e8724ca81b7913277f0aa5d31835e519dd71/diff:/var/lib/docker/overlay2/f636bd846a21a96704077f31ef8f1e32c6d3a45b1f535094020243e96c536888/diff:/var/lib/docker/overlay2/4f47cc0b03144de9f37efef8b22866f206a7e87be3fd57fdc660f5241bd9e1c4/diff",
            "MergedDir": "/var/lib/docker/overlay2/d3cddfac0c2b0681b5282ffa05803c9ce82b941640893ff49c23b8963c45a4ae/merged",
            "UpperDir": "/var/lib/docker/overlay2/d3cddfac0c2b0681b5282ffa05803c9ce82b941640893ff49c23b8963c45a4ae/diff",
            "WorkDir": "/var/lib/docker/overlay2/d3cddfac0c2b0681b5282ffa05803c9ce82b941640893ff49c23b8963c45a4ae/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:864c4f657c6c10fb821754fb07fa42e4cb5e745e818e9c8b417712b0e2cb50a5",
            "sha256:89eea5d64ec0e7a9e25b12bed51c42ceafafa0d4da9121bee0c945d87af27af5",
            "sha256:2172c903a67692eb59ed9fc733f223033193ac9acfb0131751888112dac96f34",
            "sha256:9d8dc8148e103788529c42f7a3bd12905abc87929870e6fb728f3333d754b786",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:e0644b782c86a1737401b68e39ca22ae96a0b92eafd265d2cb961479f10dfea2",
            "sha256:aca38026ca340160f6b0cfa510c50a6e45880d090dd82b19b58d21e6aeeeb440",
            "sha256:060b28f8b94c1b8beb8d31afce8be87e24dbf406d1a94b816146e151b4ad4b2e",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-29T17:40:08.972565566+08:00"
    }
}

更多版本

docker.io/openlistteam/openlist:beta

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

docker.io/openlistteam/openlist:v4.0.2

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

docker.io/openlistteam/openlist:v4.0.3

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

docker.io/openlistteam/openlist:v4.0.4

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

docker.io/openlistteam/openlist:v4.0.5

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

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

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

docker.io/openlistteam/openlist:v4.0.8

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

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

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

docker.io/openlistteam/openlist:latest

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

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

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

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

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

docker.io/openlistteam/openlist:v4.0.9

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

docker.io/openlistteam/openlist:latest

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

docker.io/openlistteam/openlist:v4.1.0

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

docker.io/openlistteam/openlist:v4.1.1

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

docker.io/openlistteam/openlist:v4.1.2

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

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

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