logo
ghcr.io/immich-app/immich-server:v3.1.0
linux/arm64 ghcr.io 请确认架构匹配

Immich Server

11
浏览次数
1.34GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64
源镜像
ghcr.io/immich-app/immich-server:v3.1.0
镜像ID
sha256:2b8a5543b0a02dae0bcdd56b0102226b069a84bfc49cce5fbc98f27becb47367
镜像 TAG
v3.1.0-linuxarm64
镜像大小
1.34GB
平台架构
linux/arm64
镜像源
ghcr.io
CMD
start.sh
启动入口
tini -- /bin/bash -c
工作目录
/usr/src/app
OS/平台
linux/arm64
镜像创建
2026-07-29T14:23:16.825542634Z
同步时间
2026-08-30 10:09
浏览量
11 次
贡献者
🔌 开放端口 1
2283/tcp
📁 目录挂载 1
 /data
⚙️ 环境变量 17
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/server/bin 0
NODE_VERSION=24.14.1 1
YARN_VERSION=1.22.22 2
DEBIAN_RELEASE=trixie 3
LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib 4
NODE_ENV=production 5
NVIDIA_DRIVER_CAPABILITIES=all 6
NVIDIA_VISIBLE_DEVICES=all 7
IMMICH_BUILD=30460361152 8
IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/30460361152 9
IMMICH_BUILD_IMAGE=v3.1.0 10
IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server 11
IMMICH_REPOSITORY=immich-app/immich 12
IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich 13
IMMICH_SOURCE_REF=v3.1.0 14
IMMICH_SOURCE_COMMIT=8aa95c67470a02a8ddedf03c2e52963af33065ff 15
IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/8aa95c67470a02a8ddedf03c2e52963af33065ff 16
🏷️ 镜像标签 8
KeyValue
2026-07-29T14:20:48.750Z org.opencontainers.image.created
High performance self-hosted photo and video management solution. org.opencontainers.image.description
AGPL-3.0 org.opencontainers.image.licenses
8aa95c67470a02a8ddedf03c2e52963af33065ff org.opencontainers.image.revision
https://github.com/immich-app/immich org.opencontainers.image.source
immich org.opencontainers.image.title
https://github.com/immich-app/immich org.opencontainers.image.url
v3.1.0 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 13.4 Trivy 2026-08-30 10:09 查看完整报告
211
低危 LOW
227
中危 MEDIUM
142
高危 HIGH
25
严重 CRITICAL
受影响目标 (2)
ghcr.io/immich-app/immich-server:v3.1.0 (debian 13.4) debian Node.js node-pkg

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64  ghcr.io/immich-app/immich-server:v3.1.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64  ghcr.io/immich-app/immich-server:v3.1.0

Shell快速替换命令

sed -i 's#ghcr.io/immich-app/immich-server:v3.1.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64  ghcr.io/immich-app/immich-server:v3.1.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64  ghcr.io/immich-app/immich-server:v3.1.0'

镜像构建历史


# 2026-07-29 22:23:16  0.00B 指定检查容器健康状态的命令
HEALTHCHECK {Test:[CMD-SHELL immich-healthcheck] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
                        
# 2026-07-29 22:23:16  0.00B 设置默认要执行的命令
CMD ["start.sh"]
                        
# 2026-07-29 22:23:16  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/bin/bash" "-c"]
                        
# 2026-07-29 22:23:16  0.00B 声明容器运行时监听的端口
EXPOSE [2283/tcp]
                        
# 2026-07-29 22:23:16  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/8aa95c67470a02a8ddedf03c2e52963af33065ff
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=8aa95c67470a02a8ddedf03c2e52963af33065ff
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v3.1.0
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_BUILD_IMAGE_URL
ENV IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v3.1.0
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/30460361152
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=30460361152
                        
# 2026-07-29 22:23:16  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=8aa95c67470a02a8ddedf03c2e52963af33065ff
                        
# 2026-07-29 22:23:16  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v3.1.0
                        
# 2026-07-29 22:23:16  0.00B 定义构建参数
ARG BUILD_IMAGE=v3.1.0
                        
# 2026-07-29 22:23:16  0.00B 定义构建参数
ARG BUILD_ID=30460361152
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/server/bin
                        
# 2026-07-29 22:23:16  32.39KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2026-07-29 22:23:16  32.39KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.txt # buildkit
                        
# 2026-07-29 22:23:16  20.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s ../../cli/bin/immich server/bin/immich # buildkit
                        
# 2026-07-29 22:23:16  15.12KB 复制新文件或目录到容器中
COPY /app/packages/plugin-core/manifest.json /build/plugins/immich-plugin-core/manifest.json # buildkit
                        
# 2026-07-29 22:23:16  2.54MB 复制新文件或目录到容器中
COPY /app/packages/plugin-core/dist /build/plugins/immich-plugin-core/dist # buildkit
                        
# 2026-07-29 22:23:16  2.09MB 复制新文件或目录到容器中
COPY /output/cli-pruned ./cli # buildkit
                        
# 2026-07-29 22:23:16  34.49MB 复制新文件或目录到容器中
COPY /usr/src/app/web/build /build/www # buildkit
                        
# 2026-07-29 22:23:16  320.96MB 复制新文件或目录到容器中
COPY /output/server-pruned ./server # buildkit
                        
# 2026-07-29 22:23:16  0.00B 设置环境变量 NODE_ENV NVIDIA_DRIVER_CAPABILITIES NVIDIA_VISIBLE_DEVICES
ENV NODE_ENV=production NVIDIA_DRIVER_CAPABILITIES=all NVIDIA_VISIBLE_DEVICES=all
                        
# 2026-07-21 19:59:54  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2026-07-21 19:36:23  30.73KB 执行命令并创建新的镜像层
RUN |5 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie IGC_VERSION=2.34.4+21428 COMPUTE_RUNTIME_VERSION=26.18.38308.1-0 GMMLIB_VERSION=22.10.0 /bin/sh -c ldconfig /usr/local/lib # buildkit
                        
# 2026-07-21 19:36:23  0.00B 设置环境变量 LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib
                        
# 2026-07-21 19:36:23  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2026-07-21 19:36:23  56.43MB 复制新文件或目录到容器中
COPY /build/ /build/ # buildkit
                        
# 2026-07-14 04:34:24  120.22MB 复制新文件或目录到容器中
COPY /usr/local/lib/ /usr/local/lib/ # buildkit
                        
# 2026-07-10 17:58:35  484.72MB 执行命令并创建新的镜像层
RUN |5 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie IGC_VERSION=2.34.4+21428 COMPUTE_RUNTIME_VERSION=26.18.38308.1-0 GMMLIB_VERSION=22.10.0 /bin/sh -c echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt ${DEBIAN_RELEASE}-pgdg main" > /etc/apt/sources.list.d/pgdg.list &&   apt-get update &&   apt-get install --no-install-recommends -yqq   jq   libde265-0/testing   libexif12   libexpat1   libgcc-s1   libglib2.0-0   libgomp1   libgsf-1-114   liblcms2-2   liblqr-1-0   libltdl7   libopenexr-3-1-30   libopenjp2-7   librsvg2-2   libspng0   mesa-utils   mesa-va-drivers   mesa-vulkan-drivers   tini   wget   zlib1g   ocl-icd-libopencl1   postgresql-client-14   postgresql-client-15   postgresql-client-16   postgresql-client-17   postgresql-client-18   libio-compress-brotli-perl   libwebp7   libwebpdemux2   libwebpmux3   libhwy1t64   libaom3 &&   ./ffmpeg.sh &&   if [ $(arch) = "x86_64" ]; then   wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.24/intel-igc-core_1.0.17537.24_amd64.deb &&   wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.24/intel-igc-opencl_1.0.17537.24_amd64.deb &&   wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-opencl-icd-legacy1_24.35.30872.36_amd64.deb &&   IGC_TAG="${IGC_VERSION%%+*}" &&   CR_TAG="${COMPUTE_RUNTIME_VERSION%-*}" &&   wget "https://github.com/intel/intel-graphics-compiler/releases/download/v${IGC_TAG}/intel-igc-core-2_${IGC_VERSION}_amd64.deb" &&   wget "https://github.com/intel/intel-graphics-compiler/releases/download/v${IGC_TAG}/intel-igc-opencl-2_${IGC_VERSION}_amd64.deb" &&   wget "https://github.com/intel/compute-runtime/releases/download/${CR_TAG}/intel-opencl-icd_${COMPUTE_RUNTIME_VERSION}_amd64.deb" &&    wget -nv "https://github.com/intel/compute-runtime/releases/download/${CR_TAG}/libigdgmm12_${GMMLIB_VERSION}_amd64.deb" &&   dpkg -i *.deb;   fi &&   apt-get install -t testing --no-install-recommends -yqq libmimalloc3 &&   apt-get remove -yqq jq wget ca-certificates &&   apt-get autoremove -yqq &&   apt-get clean &&   rm -rf   configure-apt.sh   ffmpeg*   *.deb   /var/lib/apt/lists   /usr/lib/$(arch)-linux-gnu/libjpeg.so*   /usr/share/doc/libjpeg62-turbo   /usr/share/lintian/overrides/libjpeg62-turbo # buildkit
                        
# 2026-07-10 17:57:43  4.81KB 复制文件或目录到容器中
ADD --chmod=644 https://www.postgresql.org/media/keys/ACCC4CF8.asc /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc # buildkit
                        
# 2026-07-10 17:57:43  68.31MB 执行命令并创建新的镜像层
RUN |5 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie IGC_VERSION=2.34.4+21428 COMPUTE_RUNTIME_VERSION=26.18.38308.1-0 GMMLIB_VERSION=22.10.0 /bin/sh -c ./configure-apt.sh &&   apt-get update &&   apt-get install curl ca-certificates --no-install-recommends -yqq &&   mkdir -p /usr/share/postgresql-common/pgdg # buildkit
                        
# 2026-06-09 23:13:37  2.05KB 复制新文件或目录到容器中
COPY configure-apt.sh packages/ffmpeg.json packages/ffmpeg.sh ./ # buildkit
                        
# 2026-04-07 21:56:16  0.00B 设置工作目录为/build
WORKDIR /build
                        
# 2026-04-07 21:56:16  0.00B 定义构建参数
ARG GMMLIB_VERSION=22.10.0
                        
# 2026-04-07 21:56:16  0.00B 定义构建参数
ARG COMPUTE_RUNTIME_VERSION=26.18.38308.1-0
                        
# 2026-04-07 21:56:16  0.00B 定义构建参数
ARG IGC_VERSION=2.34.4+21428
                        
# 2026-04-07 21:56:16  0.00B 设置环境变量 DEBIAN_RELEASE
ENV DEBIAN_RELEASE=trixie
                        
# 2026-04-07 21:56:16  0.00B 定义构建参数
ARG DEBIAN_RELEASE=trixie
                        
# 2026-04-07 21:56:16  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2026-04-07 10:05:24  0.00B 设置默认要执行的命令
CMD ["node"]
                        
# 2026-04-07 10:05:24  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-04-07 10:05:24  388.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2026-04-07 10:05:24  7.24MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex   && savedAptMark="$(apt-mark showmanual)"   && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends   && rm -rf /var/lib/apt/lists/*   && export GNUPGHOME="$(mktemp -d)"   && for key in     6A010C5166006599AA17F08146C2130DFD2497F5   ; do     { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ||     { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ;   done   && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz"   && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc"   && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz   && gpgconf --kill all   && rm -rf "$GNUPGHOME"   && mkdir -p /opt   && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/   && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn   && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg   && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz   && apt-mark auto '.*' > /dev/null   && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; }   && find /usr/local -type f -executable -exec ldd '{}' ';'     | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }'     | sort -u     | xargs -r dpkg-query --search     | cut -d: -f1     | sort -u     | xargs -r apt-mark manual   && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false   && yarn --version   && rm -rf /tmp/* # buildkit
                        
# 2026-04-07 10:05:09  0.00B 设置环境变量 YARN_VERSION
ENV YARN_VERSION=1.22.22
                        
# 2026-04-07 10:05:09  139.54MB 执行命令并创建新的镜像层
RUN /bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)"     && case "${dpkgArch##*-}" in       amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';;       ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';;       s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';;       arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';;       armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';;       i386) ARCH='x86' OPENSSL_ARCH='linux-elf';;       *) echo "unsupported architecture"; exit 1 ;;     esac     && set -ex     && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && export GNUPGHOME="$(mktemp -d)"     && for key in       5BE8A3F6C8A5C01D106C0AD820B1A390B168D356       DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7       CC68F5A3106FF448322E48ED27F5E38D5B0A215F       8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600       890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4       C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C       108F52B48DB57BB0CC439B2997B01419BD92F80A       A363A499291CBBC940DD62E41F10027AF002F8B0     ; do       { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ||       { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ;     done     && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz"     && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && gpgconf --kill all     && rm -rf "$GNUPGHOME"     && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner     && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt     && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name "$OPENSSL_ARCH" -exec rm -rf {} \;     && apt-mark auto '.*' > /dev/null     && find /usr/local -type f -executable -exec ldd '{}' ';'       | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }'       | sort -u       | xargs -r dpkg-query --search       | cut -d: -f1       | sort -u       | xargs -r apt-mark manual     && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false     && ln -s /usr/local/bin/node /usr/local/bin/nodejs     && node --version     && npm --version     && rm -rf /tmp/* # buildkit
                        
# 2026-04-07 10:05:09  0.00B 设置环境变量 NODE_VERSION
ENV NODE_VERSION=24.14.1
                        
# 2026-04-07 10:04:47  8.90KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 node   && useradd --uid 1000 --gid node --shell /bin/bash --create-home node # buildkit
                        
# 2026-04-06 08:00:00  100.50MB 
# debian.sh --arch 'arm64' out/ 'trixie' '@1775433600'
                        
                    

镜像信息

{
    "Id": "sha256:2b8a5543b0a02dae0bcdd56b0102226b069a84bfc49cce5fbc98f27becb47367",
    "RepoTags": [
        "ghcr.io/immich-app/immich-server:v3.1.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v3.1.0-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-server@sha256:b434cb9287eea1471c9974845914d4dd328c9c2d652e446ed4930f99944f0ceb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server@sha256:db4eddbc79b9fe7755cf1033d505f0ea9207d26372d806f06c146b4f0a0215fc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-29T14:23:16.825542634Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "2283/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/server/bin",
            "NODE_VERSION=24.14.1",
            "YARN_VERSION=1.22.22",
            "DEBIAN_RELEASE=trixie",
            "LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib",
            "NODE_ENV=production",
            "NVIDIA_DRIVER_CAPABILITIES=all",
            "NVIDIA_VISIBLE_DEVICES=all",
            "IMMICH_BUILD=30460361152",
            "IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/30460361152",
            "IMMICH_BUILD_IMAGE=v3.1.0",
            "IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server",
            "IMMICH_REPOSITORY=immich-app/immich",
            "IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich",
            "IMMICH_SOURCE_REF=v3.1.0",
            "IMMICH_SOURCE_COMMIT=8aa95c67470a02a8ddedf03c2e52963af33065ff",
            "IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/8aa95c67470a02a8ddedf03c2e52963af33065ff"
        ],
        "Cmd": [
            "start.sh"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "immich-healthcheck"
            ]
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "/usr/src/app",
        "Entrypoint": [
            "tini",
            "--",
            "/bin/bash",
            "-c"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-07-29T14:20:48.750Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "8aa95c67470a02a8ddedf03c2e52963af33065ff",
            "org.opencontainers.image.source": "https://github.com/immich-app/immich",
            "org.opencontainers.image.title": "immich",
            "org.opencontainers.image.url": "https://github.com/immich-app/immich",
            "org.opencontainers.image.version": "v3.1.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1337160109,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/61373b367effcf8c6fa6e1bdfa19a4440403593510406c894aa5ff4f9d4b8cf4/diff:/var/lib/docker/overlay2/dcb3c49b6349ca8e8c9a2e7aa53f5dd3711a6661f555d9e9954dc56902932ef1/diff:/var/lib/docker/overlay2/61a95574c60afad9fad2ae6e62ea19bc9211ae19d2696bff1be68030b05346d3/diff:/var/lib/docker/overlay2/9c9970b53fc3a69884308cf006e4f7cc50b7f522a95b4c3cc0203712161a8834/diff:/var/lib/docker/overlay2/22f74fb8b5882eedb240dbbcb8244d9336d275c3572cb7312c007a3d23ece108/diff:/var/lib/docker/overlay2/50ce61c36a3c40d09f1723894441d9a103ab09f1280ab2c2639ec80bda83039a/diff:/var/lib/docker/overlay2/4fe924043c390a6bfe9be2c6655de1ecf843af3aae94674b947fd0984699ad41/diff:/var/lib/docker/overlay2/2ee144cb1cd2d3db68d02ea676635a609b84d5f51533cf2c17387e759c2fa0c2/diff:/var/lib/docker/overlay2/0fc8a0ac34df3f8dedb5fc79998e1afdded5c1cd2364d09c85364a59766f2cbe/diff:/var/lib/docker/overlay2/85dad5af623ca885b356451043d832061a42e59fcb1fc6341528a809de426ae5/diff:/var/lib/docker/overlay2/8bfdf42394aa2734fd99c8e266684eaa0ec5ac409dc1b67bc047e9849a830d76/diff:/var/lib/docker/overlay2/8661456684e78a3f15379c00bf2c96333953457179d99025a63d8a54a57db0d1/diff:/var/lib/docker/overlay2/ab5d122945e61d0c1a3c1082e2ee398fac55f2d5e3461990c87cf08d9f9e180b/diff:/var/lib/docker/overlay2/bef05e732d003e5f2e230dd300c2fdeb20c374edaf9c4103cf2675da43f69577/diff:/var/lib/docker/overlay2/994cf8abe64be0374edc80465f38ea5c611c742f0348e0d421e73e42f9e0c11d/diff:/var/lib/docker/overlay2/1ea7039bd05cb05e98dc615cf7673a5e5dc83d4085caec0778632e5a030658c1/diff:/var/lib/docker/overlay2/5125d459ffd585ebd3811e7fd51e48b43aa6f5ed00d915506a235404241cbea5/diff:/var/lib/docker/overlay2/ef921afcb8321be03de4a42a2360d970307b22929e46fb929f828ff019af6127/diff:/var/lib/docker/overlay2/8c3b28e1d8c79c531c2ca0937ba6584efa3b8a34991dd212e6c57312151f6307/diff:/var/lib/docker/overlay2/d7a833060e91b928e0cfd2ad932ebcded38ea71b330faab9ea67b1d8a1a1ad19/diff:/var/lib/docker/overlay2/7bbc4c3a97d322d782876c69663851fc57348427ddee4fa43ae4c831ce8c8ac9/diff:/var/lib/docker/overlay2/93467e8565d2866726a2ec10f81bad3646be6d251d922375f2bb5948ea324345/diff",
            "MergedDir": "/var/lib/docker/overlay2/73c755d0c024989fa7394041ffa6809033f7bfde9696442322481efeaa00aa5f/merged",
            "UpperDir": "/var/lib/docker/overlay2/73c755d0c024989fa7394041ffa6809033f7bfde9696442322481efeaa00aa5f/diff",
            "WorkDir": "/var/lib/docker/overlay2/73c755d0c024989fa7394041ffa6809033f7bfde9696442322481efeaa00aa5f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f38e00a1a324bb01c7331a2b70381b099b4472a93ae8ec601e7d96cfde3e1b91",
            "sha256:9505c2315a96975afa43b6a55bea89cae4f6dace03037114a90f16cbba390ccc",
            "sha256:ef5e4a85e85193791b5aa33d19e2f502b2dbdd334d1d24857a744b6a06eb2ec0",
            "sha256:0675ca785040f2061f8eab888495e8b577bb856379401b6e8c303a34aee5579c",
            "sha256:1dd1316f01f40cb21f7c60856d3ab7f9f02b925f21a196b95a6669609d427b26",
            "sha256:8884090ac6cd56a7f157b0ed3dc04ad24bb4bc0eb5178b8f36b3d2361abc42fb",
            "sha256:74cdeeca7ee618713472eb532a5f68d8deb504ff0b98cf8f331bb46f42803fa6",
            "sha256:723900ca8a418e5cec8e37eead3ea1ac0fffa3dc4fd58caa32efcd5f010a551f",
            "sha256:4d2794b144f15da79b452bb4686d6811c64bbc011e2de064b71028c6a5203cd1",
            "sha256:a8598d05af3e648d4d508393817d3724b09db645cca36882054c26b5a9b35e74",
            "sha256:9af960bb6ffbb673f817c93b22e56ac90fd8d2ed8f5ec76192b79c8243589991",
            "sha256:dc99a47535e12576393f41dd223f98d103becac2a1f737286f62f6828a6b3802",
            "sha256:7f9070f40278ab592de1dec97a18370dbe876d5b13dd4074ac41ac504645cede",
            "sha256:a3898d4e9143c7edc6a9d725c7fbf91632e3962aa69ecc99c9fcf9221fe93cf5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:62f42224d3e9c958cca5c149c6fe2b854bce29d27bb78cf3ba0edf62f2eb0324",
            "sha256:d8ddb77403241a5ee2ffe8846862530dc62f33df8e0ae7983a4d9b5c40385b87",
            "sha256:6b2fad0132891595284e40257e485f3b80851206a2c45fb23c20344bd36e36b7",
            "sha256:55bad3f89561f2e1e6b2e8f120fd0e02f8886a1dfac5f36577a21582322d0a20",
            "sha256:867cbf324108f436959ef2eb08bb7693caac20aac8dceb7c0a13fa8df66ffd89",
            "sha256:86dbdae4565e9f8eac61e885029a29aafbdaa515010ffb9eb01b4d79fbc348f0",
            "sha256:53097b98fdb7efe77dbf294db51efac859a3b6a10d1f7b492638d0b0fd9e7757",
            "sha256:0dd8e33526f482bce38bfd4cd8ee76426e9aa699e5680ffb07bf436888269322"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-30T10:08:31.450948244+08:00"
    }
}

更多版本

ghcr.io/immich-app/immich-server:v1.103.0

linux/amd64 ghcr.io1.23GB2024-07-23 17:43
1104

ghcr.io/immich-app/immich-server:v1.110.0

linux/amd64 ghcr.io1.99GB2024-07-27 01:19
1953

ghcr.io/immich-app/immich-server:v1.111.0

linux/amd64 ghcr.io1.99GB2024-08-14 10:50
1168

ghcr.io/immich-app/immich-server:v1.113.0

linux/amd64 ghcr.io1.96GB2024-09-02 23:51
895

ghcr.io/immich-app/immich-server:release

linux/amd64 ghcr.io2.05GB2024-09-07 18:33
1368

ghcr.io/immich-app/immich-server:release

linux/arm64 ghcr.io1.46GB2024-09-07 20:39
992

ghcr.io/immich-app/immich-server:v1.114.0

linux/amd64 ghcr.io2.05GB2024-09-09 15:34
879

ghcr.io/immich-app/immich-server:v1.115.0

linux/amd64 ghcr.io2.12GB2024-09-13 10:11
1117

ghcr.io/immich-app/immich-server:v1.116.2

linux/amd64 ghcr.io2.03GB2024-09-29 23:00
1260

ghcr.io/immich-app/immich-server:v1.117.0

linux/amd64 ghcr.io2.03GB2024-10-03 16:13
898

ghcr.io/immich-app/immich-server:v1.118.2

linux/amd64 ghcr.io2.04GB2024-10-18 23:43
894

ghcr.io/immich-app/immich-server:v1.119.1

linux/amd64 ghcr.io2.06GB2024-10-30 10:34
680

ghcr.io/immich-app/immich-server:v1.119.0

linux/amd64 ghcr.io2.06GB2024-10-30 18:49
768

ghcr.io/immich-app/immich-server:v1.120.1

linux/amd64 ghcr.io2.04GB2024-11-09 12:59
563

ghcr.io/immich-app/immich-server:v1.120.2

linux/amd64 ghcr.io2.05GB2024-11-14 00:06
528

ghcr.io/immich-app/immich-server:v1.120.2

linux/arm64 ghcr.io1.47GB2024-11-17 22:19
544

ghcr.io/immich-app/immich-server:v1.121.0

linux/arm64 ghcr.io1.47GB2024-11-22 23:33
545

ghcr.io/immich-app/immich-server:v1.121.0

linux/amd64 ghcr.io2.05GB2024-11-26 00:45
507

ghcr.io/immich-app/immich-server:v1.122.0

linux/amd64 ghcr.io2.05GB2024-12-06 15:18
545

ghcr.io/immich-app/immich-server:v1.122.1

linux/amd64 ghcr.io2.05GB2024-12-08 19:01
516

ghcr.io/immich-app/immich-server:v1.122.2

linux/amd64 ghcr.io2.05GB2024-12-12 21:52
560

ghcr.io/immich-app/immich-server:v1.122.3

linux/arm64 ghcr.io1.47GB2024-12-14 09:55
485

ghcr.io/immich-app/immich-server:v1.123.0

linux/amd64 ghcr.io2.05GB2024-12-18 09:31
703

ghcr.io/immich-app/immich-server:v1.124.0

linux/amd64 ghcr.io2.15GB2025-01-08 20:16
671

ghcr.io/immich-app/immich-server:v1.124.2

linux/amd64 ghcr.io2.15GB2025-01-12 19:49
608

ghcr.io/immich-app/immich-server:v1.125.1

linux/amd64 ghcr.io2.10GB2025-01-24 13:28
498

ghcr.io/immich-app/immich-server:v1.125.2

linux/amd64 ghcr.io2.10GB2025-01-25 22:39
562

ghcr.io/immich-app/immich-server:v1.125.3

linux/amd64 ghcr.io2.10GB2025-01-26 23:55
526

ghcr.io/immich-app/immich-server:v1.125.5

linux/amd64 ghcr.io2.10GB2025-01-28 10:46
470

ghcr.io/immich-app/immich-server:v1.125.6

linux/amd64 ghcr.io2.10GB2025-01-28 13:40
508

ghcr.io/immich-app/immich-server:v1.125.7

linux/amd64 ghcr.io2.10GB2025-01-30 11:32
558

ghcr.io/immich-app/immich-server:v1.126.1

linux/arm64 ghcr.io1.53GB2025-02-11 10:49
587

ghcr.io/immich-app/immich-server:v1.126.1

linux/amd64 ghcr.io2.11GB2025-02-11 20:08
657

ghcr.io/immich-app/immich-server:v1.127.0

linux/amd64 ghcr.io2.11GB2025-02-27 17:20
527

ghcr.io/immich-app/immich-server:v1.128.0

linux/amd64 ghcr.io2.11GB2025-03-01 14:27
725

ghcr.io/immich-app/immich-server:v1.128.0

linux/arm64 ghcr.io1.53GB2025-03-04 19:53
464

ghcr.io/immich-app/immich-server:v1.129.0

linux/amd64 ghcr.io2.11GB2025-03-06 10:18
724

ghcr.io/immich-app/immich-server:v1.130.1

linux/amd64 ghcr.io2.12GB2025-03-26 05:24
532

ghcr.io/immich-app/immich-server:v1.130.2

linux/amd64 ghcr.io2.12GB2025-03-27 04:08
628

ghcr.io/immich-app/immich-server:v1.130.3

linux/amd64 ghcr.io2.12GB2025-03-29 14:18
509

ghcr.io/immich-app/immich-server:v1.131.1

linux/amd64 ghcr.io2.12GB2025-04-01 22:54
461

ghcr.io/immich-app/immich-server:v1.131.3

linux/amd64 ghcr.io2.13GB2025-04-02 12:46
679

ghcr.io/immich-app/immich-server:v1.132.1

linux/amd64 ghcr.io2.12GB2025-04-24 23:37
627

ghcr.io/immich-app/immich-server:v1.132.3

linux/amd64 ghcr.io2.12GB2025-05-01 16:26
824

ghcr.io/immich-app/immich-server:v1.133.0

linux/arm64 ghcr.io1.54GB2025-05-22 09:27
669

ghcr.io/immich-app/immich-server:v1.133.0

linux/amd64 ghcr.io2.13GB2025-05-22 10:55
739

ghcr.io/immich-app/immich-server:v1.133.1

linux/arm64 ghcr.io1.54GB2025-05-24 10:47
422

ghcr.io/immich-app/immich-server:v1.133.1

linux/amd64 ghcr.io2.13GB2025-05-25 07:58
528

ghcr.io/immich-app/immich-server:v1.134.0

linux/arm64 ghcr.io1.54GB2025-05-29 00:02
617

ghcr.io/immich-app/immich-server:v1.134.0

linux/amd64 ghcr.io2.13GB2025-05-29 00:07
834

ghcr.io/immich-app/immich-server:v1.135.0

linux/amd64 ghcr.io2.00GB2025-06-19 10:53
503

ghcr.io/immich-app/immich-server:v1.135.3

linux/amd64 ghcr.io2.00GB2025-06-21 07:12
713

ghcr.io/immich-app/immich-server:v1.135.3

linux/arm64 ghcr.io1.41GB2025-07-20 14:00
424

ghcr.io/immich-app/immich-server:v1.136.0

linux/amd64 ghcr.io1.78GB2025-07-26 12:46
627

ghcr.io/immich-app/immich-server:v1.137.0

linux/amd64 ghcr.io1.78GB2025-08-01 14:41
497

ghcr.io/immich-app/immich-server:v1.137.1

linux/amd64 ghcr.io1.78GB2025-08-01 14:43
557

ghcr.io/immich-app/immich-server:v1.137.3

linux/amd64 ghcr.io1.78GB2025-08-03 11:14
551

ghcr.io/immich-app/immich-server:v1.137.3

linux/arm64 ghcr.io1.32GB2025-08-09 20:56
426

ghcr.io/immich-app/immich-server:v1.138.0

linux/amd64 ghcr.io1.78GB2025-08-15 08:45
1058

ghcr.io/immich-app/immich-server:v1.138.0

linux/arm64 ghcr.io1.32GB2025-08-16 15:17
623

ghcr.io/immich-app/immich-server:v1.138.1

linux/amd64 ghcr.io1.78GB2025-08-19 22:40
1143

ghcr.io/immich-app/immich-server:v1.139.2

linux/amd64 ghcr.io1.72GB2025-08-23 13:42
1126

ghcr.io/immich-app/immich-server:v1.139.3

linux/amd64 ghcr.io1.72GB2025-08-25 23:14
900

ghcr.io/immich-app/immich-server:v1.139.4

linux/amd64 ghcr.io1.72GB2025-08-26 10:59
871

ghcr.io/immich-app/immich-server:v1.140.1

linux/amd64 ghcr.io1.72GB2025-09-01 13:37
638

ghcr.io/immich-app/immich-server:v1.141.1

linux/amd64 ghcr.io1.72GB2025-09-09 17:30
506

ghcr.io/immich-app/immich-server:v1.142.0

linux/amd64 ghcr.io1.71GB2025-09-15 10:09
528

ghcr.io/immich-app/immich-server:v1.142.1

linux/amd64 ghcr.io1.71GB2025-09-18 23:19
457

ghcr.io/immich-app/immich-server:v1.143.1

linux/amd64 ghcr.io1.71GB2025-09-24 11:08
462

ghcr.io/immich-app/immich-server:v1.144.1

linux/amd64 ghcr.io1.71GB2025-10-01 20:38
415

ghcr.io/immich-app/immich-server:v2.0.0

linux/amd64 ghcr.io1.71GB2025-10-02 06:41
509

ghcr.io/immich-app/immich-server:v2.0.1

linux/amd64 ghcr.io1.71GB2025-10-04 13:23
682

ghcr.io/immich-app/immich-server:v2.1.0

linux/amd64 ghcr.io1.75GB2025-10-18 17:23
589

ghcr.io/immich-app/immich-server:v2.2.0

linux/amd64 ghcr.io1.76GB2025-10-31 02:27
466

ghcr.io/immich-app/immich-server:v2.2.1

linux/amd64 ghcr.io1.76GB2025-11-01 08:49
516

ghcr.io/immich-app/immich-server:v2.2.3

linux/amd64 ghcr.io1.76GB2025-11-06 09:00
598

ghcr.io/immich-app/immich-server:v2.3.1

linux/amd64 ghcr.io1.77GB2025-11-20 21:46
675

ghcr.io/immich-app/immich-server:v2.3.1

linux/arm64 ghcr.io1.29GB2025-12-10 18:42
630

ghcr.io/immich-app/immich-server:v2.4.0

linux/amd64 ghcr.io1.77GB2025-12-19 21:24
580

ghcr.io/immich-app/immich-server:v2.4.1

linux/amd64 ghcr.io1.77GB2025-12-20 00:13
924

ghcr.io/immich-app/immich-server:v2.5.2

linux/amd64 ghcr.io2.15GB2026-01-31 01:05
578

ghcr.io/immich-app/immich-server:v2.5.6

linux/amd64 ghcr.io2.15GB2026-02-14 17:59
527

ghcr.io/immich-app/immich-server:v2.5.5

linux/amd64 ghcr.io2.15GB2026-02-25 16:33
320

ghcr.io/immich-app/immich-server:v2.5.6

linux/arm64 ghcr.io1.30GB2026-03-09 16:57
399

ghcr.io/immich-app/immich-server:v2

linux/amd64 ghcr.io2.15GB2026-03-19 10:20
381

ghcr.io/immich-app/immich-server:v2.6.3

linux/amd64 ghcr.io2.11GB2026-03-28 12:32
364

ghcr.io/immich-app/immich-server:v2.7.2

linux/amd64 ghcr.io2.12GB2026-04-09 10:40
306

ghcr.io/immich-app/immich-server:v2.7.4

linux/amd64 ghcr.io2.12GB2026-04-11 22:57
295

ghcr.io/immich-app/immich-server:v2.7.5

linux/amd64 ghcr.io2.12GB2026-04-15 23:52
637

ghcr.io/immich-app/immich-server:v3.0.1

linux/amd64 ghcr.io2.17GB2026-07-03 22:42
287

ghcr.io/immich-app/immich-server:v3.0.2

linux/amd64 ghcr.io2.17GB2026-07-10 15:21
180

ghcr.io/immich-app/immich-server:v3.0.3

linux/amd64 ghcr.io2.17GB2026-07-17 19:43
195

ghcr.io/immich-app/immich-server:v3.1.0

linux/amd64 ghcr.io2.18GB2026-08-01 09:23
248

ghcr.io/immich-app/immich-server:v3.1.0

linux/arm64 ghcr.io1.34GB2026-08-30 10:09
10
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×