docker.io/alliot/alist:latest linux/arm64

docker.io/alliot/alist:latest - 国内下载镜像源 浏览次数:14

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/arm64 系统架构镜像

Alist是一款支持多种存储源的文件列表程序,涵盖本地存储、阿里云盘、腾讯云盘、OneDrive等,提供Web管理界面,支持文件在线预览、上传、下载及分享功能。docker.io/alliot/alist为Alist的Docker容器镜像,可帮助用户快速部署Alist服务。

源镜像 docker.io/alliot/alist:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist:latest-linuxarm64
镜像ID sha256:bbc5753b884a303e87010687e4020b21123884fe170613d5a281681a8247e550
镜像TAG latest-linuxarm64
大小 99.35MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /entrypoint.sh
启动入口
工作目录 /opt/alist/
OS/平台 linux/arm64
浏览量 14 次
贡献者
镜像创建 2025-06-23T16:21:54.801360392Z
同步时间 2026-02-28 01:20
开放端口
5244/tcp 5245/tcp
目录挂载
/opt/alist/data/
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
镜像标签
Alliot: MAINTAINER 2025-06-23T16:21:41.579Z: org.opencontainers.image.created OpenAList is a community-driven fork of Alist (based on v3.45.0), aiming to provide a more secure, customizable, and user-friendly file listing and management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 6b5d4053880e4b1ac8e8329fe0243ee1df54b776: org.opencontainers.image.revision https://github.com/AlliotTech/openalist: org.opencontainers.image.source openalist: org.opencontainers.image.title https://github.com/AlliotTech/openalist: org.opencontainers.image.url v3.45.13: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist:latest-linuxarm64  docker.io/alliot/alist:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist:latest-linuxarm64  docker.io/alliot/alist:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-24 00:21:54  0.00B 设置默认要执行的命令
CMD ["/entrypoint.sh"]
                        
# 2025-06-24 00:21:54  0.00B 声明容器运行时监听的端口
EXPOSE map[5244/tcp:{} 5245/tcp:{}]
                        
# 2025-06-24 00:21:54  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/opt/alist/data/]
                        
# 2025-06-24 00:21:54  0.00B 设置环境变量 PUID PGID UMASK RUN_ARIA2
ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
                        
# 2025-06-24 00:21:54  0.00B 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
                        
# 2025-06-24 00:21:53  436.00B 复制新文件或目录到容器中
COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-06-24 00:21:53  77.79MB 复制新文件或目录到容器中
COPY --chmod=755 /build/linux/arm64/alist ./ # buildkit
                        
# 2025-06-24 00:21:53  13.38MB 执行命令并创建新的镜像层
RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=false /bin/sh -c apk update &&     apk upgrade --no-cache &&     apk add --no-cache bash ca-certificates su-exec tzdata;     [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg;     [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 &&         mkdir -p /opt/aria2/.aria2 &&         wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 &&         touch /opt/aria2/.aria2/aria2.session &&         /opt/aria2/.aria2/tracker.sh ;     rm -rf /var/cache/apk/* # buildkit
                        
# 2025-06-24 00:21:43  0.00B 设置工作目录为/opt/alist/
WORKDIR /opt/alist/
                        
# 2025-06-24 00:21:43  0.00B 添加元数据标签
LABEL MAINTAINER=Alliot
                        
# 2025-06-24 00:21:43  0.00B 定义构建参数
ARG INSTALL_ARIA2=false
                        
# 2025-06-24 00:21:43  0.00B 定义构建参数
ARG INSTALL_FFMPEG=false
                        
# 2025-06-24 00:21:43  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:bbc5753b884a303e87010687e4020b21123884fe170613d5a281681a8247e550",
    "RepoTags": [
        "alliot/alist:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist:latest-linuxarm64"
    ],
    "RepoDigests": [
        "alliot/alist@sha256:49ea56cfe08cffffca40f22d869498763bc6e8e924c062f9c3021124531dc365",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alliot/alist@sha256:1e45cd2c8e0e229544dcc6df7f9ff2cec353dda7fe42167f7e6abf5cd117f7dd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-23T16:21:54.801360392Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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",
            "PUID=0",
            "PGID=0",
            "UMASK=022",
            "RUN_ARIA2=false"
        ],
        "Cmd": [
            "/entrypoint.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/opt/alist/data/": {}
        },
        "WorkingDir": "/opt/alist/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "MAINTAINER": "Alliot",
            "org.opencontainers.image.created": "2025-06-23T16:21:41.579Z",
            "org.opencontainers.image.description": "OpenAList is a community-driven fork of Alist (based on v3.45.0), aiming to provide a more secure, customizable, and user-friendly file listing and management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "6b5d4053880e4b1ac8e8329fe0243ee1df54b776",
            "org.opencontainers.image.source": "https://github.com/AlliotTech/openalist",
            "org.opencontainers.image.title": "openalist",
            "org.opencontainers.image.url": "https://github.com/AlliotTech/openalist",
            "org.opencontainers.image.version": "v3.45.13"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 99349338,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/84add2ab7a7af99599fc869f9305f084d05ea9a023e318769a6c91f1db153d75/diff:/var/lib/docker/overlay2/86ab96cb74747f8a658c3cebe38b5c4c3f63e7b12b990d6bdd9f8fed5d657b3d/diff:/var/lib/docker/overlay2/1926065c3cad13b86da88c38dc42da327b77f78b1287b115c27f74c550739400/diff:/var/lib/docker/overlay2/badb9b8f05fd172b1d527b89f7ff14fc84cda9e23bb14073162805e2eb589c54/diff:/var/lib/docker/overlay2/20306b33d4f84b007ca4f1974997b7e64de2d1bef0116cca3db0c319b7fafc5e/diff",
            "MergedDir": "/var/lib/docker/overlay2/f3b2930ce67020284e00f097068ca2af7d0c1f6875323728a39d38f90d76fd2d/merged",
            "UpperDir": "/var/lib/docker/overlay2/f3b2930ce67020284e00f097068ca2af7d0c1f6875323728a39d38f90d76fd2d/diff",
            "WorkDir": "/var/lib/docker/overlay2/f3b2930ce67020284e00f097068ca2af7d0c1f6875323728a39d38f90d76fd2d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:864c4f657c6c10fb821754fb07fa42e4cb5e745e818e9c8b417712b0e2cb50a5",
            "sha256:b4793860327792cc6e23a8defb210df2a9a9c7cd52322aa9dfe67c4ef96012d3",
            "sha256:a682831ceba20d17b3800aee0968dbac1113427fa70a0dfcf597744faf44270a",
            "sha256:5a91728994863bdc7dcceb2b61727be14b7d382ab0ffec4c00845ed576c691b9",
            "sha256:754e7382a3f3656d5cdb960a61455d7e394fb59f57958607f8bf2d3fca270cd4",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-28T01:20:01.230745863+08:00"
    }
}

更多版本

docker.io/alliot/alist:latest

linux/amd64 docker.io99.65MB2025-10-16 12:51
140

docker.io/alliot/alist:latest

linux/arm64 docker.io99.35MB2026-02-28 01:20
13