广告图片

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

ghcr.io/immich-app/immich-server:v2.6.3 - 国内下载镜像源 浏览次数:18

Immich Server

源镜像 ghcr.io/immich-app/immich-server:v2.6.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v2.6.3
镜像ID sha256:f71a3a1f325972f620101773d4e23ad6d6eecb81cc53c464431080d5a1cf9a28
镜像TAG v2.6.3
大小 2.11GB
镜像源 ghcr.io
CMD start.sh
启动入口 tini -- /bin/bash -c
工作目录 /usr/src/app
OS/平台 linux/amd64
浏览量 18 次
贡献者
镜像创建 2026-03-26T16:26:35.122200066Z
同步时间 2026-03-28 12:32
开放端口
2283/tcp
目录挂载
/data
环境变量
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=23607950367 IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/23607950367 IMMICH_BUILD_IMAGE=v2.6.3 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=v2.6.3 IMMICH_SOURCE_COMMIT=a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0 IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0
镜像标签
2026-03-26T17:14:35.076Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0: 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 v2.6.3: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/immich-app/immich-server:v2.6.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v2.6.3#' 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:v2.6.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v2.6.3  ghcr.io/immich-app/immich-server:v2.6.3'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-03-27 00:26:35  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "immich-healthcheck"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2026-03-27 00:26:35  0.00B 设置默认要执行的命令
CMD ["start.sh"]
                        
# 2026-03-27 00:26:35  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/bin/bash" "-c"]
                        
# 2026-03-27 00:26:35  0.00B 声明容器运行时监听的端口
EXPOSE [2283/tcp]
                        
# 2026-03-27 00:26:35  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v2.6.3
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_BUILD_IMAGE_URL
ENV IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v2.6.3
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/23607950367
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=23607950367
                        
# 2026-03-27 00:26:35  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0
                        
# 2026-03-27 00:26:35  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v2.6.3
                        
# 2026-03-27 00:26:35  0.00B 定义构建参数
ARG BUILD_IMAGE=v2.6.3
                        
# 2026-03-27 00:26:35  0.00B 定义构建参数
ARG BUILD_ID=23607950367
                        
# 2026-03-27 00:26:35  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/server/bin
                        
# 2026-03-27 00:26:35  32.39KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2026-03-27 00:26:35  32.39KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.txt # buildkit
                        
# 2026-03-27 00:26:35  20.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s ../../cli/bin/immich server/bin/immich # buildkit
                        
# 2026-03-27 00:26:35  3.89KB 复制新文件或目录到容器中
COPY /usr/src/app/plugins/manifest.json /build/corePlugin/manifest.json # buildkit
                        
# 2026-03-27 00:26:35  2.42MB 复制新文件或目录到容器中
COPY /usr/src/app/plugins/dist /build/corePlugin/dist # buildkit
                        
# 2026-03-27 00:26:35  2.94MB 复制新文件或目录到容器中
COPY /output/cli-pruned ./cli # buildkit
                        
# 2026-03-27 00:26:34  32.49MB 复制新文件或目录到容器中
COPY /usr/src/app/web/build /build/www # buildkit
                        
# 2026-03-27 00:26:34  294.01MB 复制新文件或目录到容器中
COPY /output/server-pruned ./server # buildkit
                        
# 2026-03-27 00:26:34  0.00B 设置环境变量 NODE_ENV NVIDIA_DRIVER_CAPABILITIES NVIDIA_VISIBLE_DEVICES
ENV NODE_ENV=production NVIDIA_DRIVER_CAPABILITIES=all NVIDIA_VISIBLE_DEVICES=all
                        
# 2026-03-26 03:07:21  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2026-03-26 01:23:17  32.15KB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie /bin/sh -c ldconfig /usr/local/lib # buildkit
                        
# 2026-03-26 01:23:17  0.00B 设置环境变量 LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib
                        
# 2026-03-26 01:23:17  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2026-03-26 01:23:17  54.83MB 复制新文件或目录到容器中
COPY /build/ /build/ # buildkit
                        
# 2026-03-26 01:23:16  120.61MB 复制新文件或目录到容器中
COPY /usr/local/lib/ /usr/local/lib/ # buildkit
                        
# 2026-03-26 01:13:18  1.32GB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie /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 &&   wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.28.4/intel-igc-core-2_2.28.4+20760_amd64.deb &&   wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.28.4/intel-igc-opencl-2_2.28.4+20760_amd64.deb &&   wget https://github.com/intel/compute-runtime/releases/download/26.05.37020.3/intel-opencl-icd_26.05.37020.3-0_amd64.deb &&    wget -nv https://github.com/intel/compute-runtime/releases/download/26.05.37020.3/libigdgmm12_22.9.0_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-03-26 01:12:32  4.81KB 复制文件或目录到容器中
ADD --chmod=644 https://www.postgresql.org/media/keys/ACCC4CF8.asc /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc # buildkit
                        
# 2026-03-26 01:12:32  59.08MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie /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-03-26 01:12:24  2.05KB 复制新文件或目录到容器中
COPY configure-apt.sh packages/ffmpeg.json packages/ffmpeg.sh ./ # buildkit
                        
# 2026-03-26 01:12:24  0.00B 设置工作目录为/build
WORKDIR /build
                        
# 2026-03-26 01:12:24  0.00B 设置环境变量 DEBIAN_RELEASE
ENV DEBIAN_RELEASE=trixie
                        
# 2026-03-26 01:12:24  0.00B 定义构建参数
ARG DEBIAN_RELEASE=trixie
                        
# 2026-03-26 01:12:24  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2026-03-25 21:31:06  0.00B 设置默认要执行的命令
CMD ["node"]
                        
# 2026-03-25 21:31:06  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-03-25 21:31:06  388.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2026-03-25 21:31:06  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-03-25 21:30:53  0.00B 设置环境变量 YARN_VERSION
ENV YARN_VERSION=1.22.22
                        
# 2026-03-25 21:30:53  142.16MB 执行命令并创建新的镜像层
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-03-25 21:30:53  0.00B 设置环境变量 NODE_VERSION
ENV NODE_VERSION=24.14.1
                        
# 2026-03-25 21:30:31  8.90KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 node   && useradd --uid 1000 --gid node --shell /bin/bash --create-home node # buildkit
                        
# 2026-03-16 08:00:00  78.61MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
                        
                    

镜像信息

{
    "Id": "sha256:f71a3a1f325972f620101773d4e23ad6d6eecb81cc53c464431080d5a1cf9a28",
    "RepoTags": [
        "ghcr.io/immich-app/immich-server:v2.6.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v2.6.3"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-server@sha256:0cc1f82953d9598eb9e9dd11cbde1f50fe54f9c46c4506b089e8ad7bfc9d1f0c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server@sha256:bbd4cf9ded134b79113895fe411b7803c1a5476ef808b1aadb2e6c3bb3f9f27c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-26T16:26:35.122200066Z",
    "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=23607950367",
            "IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/23607950367",
            "IMMICH_BUILD_IMAGE=v2.6.3",
            "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=v2.6.3",
            "IMMICH_SOURCE_COMMIT=a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0",
            "IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0"
        ],
        "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-03-26T17:14:35.076Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "a2ff075e9a84cc44e0d5f7f6b639a456e73ad5c0",
            "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": "v2.6.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2111876133,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7ebd5d73072d7f53d137ba29516467f9ffaf9dab80461052e2cf916dc3e1debc/diff:/var/lib/docker/overlay2/382fc655db306c63625786fb2ceb44d75eedfcb118230d3aa30ef71fcf7dceec/diff:/var/lib/docker/overlay2/3594875d48dc25f3bc8d9183744def33d52f62b5e6acfd8b7ce9553159f26f6e/diff:/var/lib/docker/overlay2/4473923c0a5e3f93c948a0ef17100aa9bc646185c48a52421c5d224676ec6def/diff:/var/lib/docker/overlay2/156d7e16dd4395965d7d4d8c11d190815fa48d624794f1da40098cffca16104e/diff:/var/lib/docker/overlay2/6b5cdef48d768545f164f60c730e15c587df2ff13fefd8a66987d84e3dfd3b38/diff:/var/lib/docker/overlay2/366095a13f959881a5f1e019d5cefb7821a6e904d6f930ae580ad74be80c0428/diff:/var/lib/docker/overlay2/436dbe5b24b2b5e54abc2fbe4571aab9a49344a687c63e5d691c6e3a0476b8c8/diff:/var/lib/docker/overlay2/f3e8d24d15d373244671fc2f38169da50a66a33d2e26c5f25224d9963405b394/diff:/var/lib/docker/overlay2/05e055a7f1be5dbdad4230496b6552b49a3f190c05e8ca9beb0a240c42b6292c/diff:/var/lib/docker/overlay2/35b106b71525cdc02ac5bd83c10697bc4893630aa9550c591fd2537782841c6d/diff:/var/lib/docker/overlay2/dcf8b43b502446e33f09059875ef4590df463ad45a29e1d1a3847357c13d7933/diff:/var/lib/docker/overlay2/4027f4943cdf88f563e9fa61a0cd10ac506b7b8b545d07e63bcb815f7778e11e/diff:/var/lib/docker/overlay2/7eff227372ebd778d8050c4525c9eb0851add69f12f4a247ed3400aeaefc59c0/diff:/var/lib/docker/overlay2/34775ac30cf2f2a2bffbc02db79ab3e7e7c1cbd803e5a1ae3357965adcb0e235/diff:/var/lib/docker/overlay2/9bc75e42d1dc30cf5774a3b650b6e16a0205c60e393ef973aaf11456592e7878/diff:/var/lib/docker/overlay2/6439fd24f10a4b47d771446b2740f950f966cfb1f04634d0d1cf60bafc4f9b7b/diff:/var/lib/docker/overlay2/44dd0e0f3d40931a5f54bc66441a780448c394fb0691909d368bc5e61b7899f6/diff:/var/lib/docker/overlay2/d7523c7c87a69ae8474fec0221d8f4070e80b6fe1b5615f83b532b782b82eba4/diff:/var/lib/docker/overlay2/dbde6a12eec1d8a64d499cc5f17e232e257f92919201be64e4b17f67f65a62f7/diff:/var/lib/docker/overlay2/96101e5fbf21993e3af3ca8f2051c7968f623bfb14bbe74429e9d58a22f201e2/diff:/var/lib/docker/overlay2/232bca50a309f7afc81af9dd4c38b4ed2e3f3351b4afa40f679597eb42090496/diff",
            "MergedDir": "/var/lib/docker/overlay2/bc67fbd95ea558a8a95e8b7aafc1db372c4ba1aa36517a2bc66ba3d40c5791cb/merged",
            "UpperDir": "/var/lib/docker/overlay2/bc67fbd95ea558a8a95e8b7aafc1db372c4ba1aa36517a2bc66ba3d40c5791cb/diff",
            "WorkDir": "/var/lib/docker/overlay2/bc67fbd95ea558a8a95e8b7aafc1db372c4ba1aa36517a2bc66ba3d40c5791cb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:188c9b34dfbe022075d01fc4f5a305412909ef97de440783c15043e68e1b1913",
            "sha256:dd98f851e37059e454fff549179a1b7d077c3309d6f24aaee3ea3cabf41b6b76",
            "sha256:1fc2ed7be55b1e7ff79128632ee8cb23744df0cf4412e4ad1dc0a2491051ce1f",
            "sha256:8dd1268899c0c71414b50491bdb3d6f3f4e8bba55d5fd7c5b46b4c2d79b224c2",
            "sha256:6a7e5fc8c813113a95394fb6662c6f083a135e61cdcc38441d3e60330bd80ce4",
            "sha256:85e3ee0004bea67b2b587343bbd6257d8fef9bc8728d34d05ac37c478315ad68",
            "sha256:9f6a9befcc9465aae290fbbed77e562ed41a3d627b2ed110d7af382337a1e406",
            "sha256:f74c460848aaec69c1e00a77a15c595c4cb1111908494f275f320251812ad692",
            "sha256:51a9d8adfbc1bbf7e681f4a9c6bc0e419706e7311c42961b36656496e3894337",
            "sha256:bd1e5d94f3e25d70d84e69684c187fd99abb982ba7ee78c03817b9f42579092d",
            "sha256:64977f9c0d577380e152d9f797bbc42aa61d5347bbaef9efaf115516dc8f2253",
            "sha256:f279bc5764cf6bc7c86b3708bd174c8bbe94ffb2d59139c34b0bf9cc8c33bb41",
            "sha256:b25e5d0f3f0f529031798bd86d41a4a0c3c3f26a114234bfd2395e9817752288",
            "sha256:5a774be1a3924feded113da8302b83615a44552a0fe4eaddd4370d1b4f6e1d6e",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:31a61fc7f942282069eee4948a8b4f8033ae4e3103f89ff44784511ee1922660",
            "sha256:4edbc18873fbb21cdb19fa91414c87ff21ced9b9e799604cf471447f618f18aa",
            "sha256:9fd03f93dc86df4c06707f2db2786eba654c836d74a6d48d35a427f4045646bc",
            "sha256:76c2fa267c3bd337727b58a76be5497601602f4b70f483eb31b799575c083112",
            "sha256:ccfbb29a5427ff095050ac75f1c25253233b7be6a98588a58fcb1a8ac8349a92",
            "sha256:e40d5e8f500c2d5d414eb10bc046e183d8b2a6c0a542be124191e99f26ac91ae",
            "sha256:d56b279aa8b34afd4be21fbeb87bca916e9fd48bc7bbd75830fd7d6567045389",
            "sha256:d92a904d1a1930636c16aaaf18cf65a0675130bd50f1d03dd81842d02e06cc9f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-28T12:30:23.269802982+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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