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

Immich Server

618
浏览次数
1.76GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v2.2.3
源镜像
ghcr.io/immich-app/immich-server:v2.2.3
镜像ID
sha256:f2d652a5104fa1533ba0b43012c802ce43b1f517ada456b8f8522cef29ff2fbd
镜像 TAG
v2.2.3
镜像大小
1.76GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
start.sh
启动入口
tini -- /bin/bash -c
工作目录
/usr/src/app
OS/平台
linux/amd64
镜像创建
2025-11-05T13:49:47.915321793Z
同步时间
2025-11-06 09:00
浏览量
618 次
贡献者
🔌 开放端口 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=22.18.0 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=19104095433 8
IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/19104095433 9
IMMICH_BUILD_IMAGE=v2.2.3 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=v2.2.3 14
IMMICH_SOURCE_COMMIT=28eb1bc13cfd4642fe90fd8cf724ba7acf94f675 15
IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/28eb1bc13cfd4642fe90fd8cf724ba7acf94f675 16
🏷️ 镜像标签 8
KeyValue
2025-11-05T13:47:40.897Z org.opencontainers.image.created
High performance self-hosted photo and video management solution. org.opencontainers.image.description
AGPL-3.0 org.opencontainers.image.licenses
28eb1bc13cfd4642fe90fd8cf724ba7acf94f675 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.2.3 org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-11-05 21:49:47  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "immich-healthcheck"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-11-05 21:49:47  0.00B 设置默认要执行的命令
CMD ["start.sh"]
                        
# 2025-11-05 21:49:47  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/bin/bash" "-c"]
                        
# 2025-11-05 21:49:47  0.00B 声明容器运行时监听的端口
EXPOSE [2283/tcp]
                        
# 2025-11-05 21:49:47  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/28eb1bc13cfd4642fe90fd8cf724ba7acf94f675
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=28eb1bc13cfd4642fe90fd8cf724ba7acf94f675
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v2.2.3
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_BUILD_IMAGE_URL
ENV IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v2.2.3
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/19104095433
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=19104095433
                        
# 2025-11-05 21:49:47  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=28eb1bc13cfd4642fe90fd8cf724ba7acf94f675
                        
# 2025-11-05 21:49:47  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v2.2.3
                        
# 2025-11-05 21:49:47  0.00B 定义构建参数
ARG BUILD_IMAGE=v2.2.3
                        
# 2025-11-05 21:49:47  0.00B 定义构建参数
ARG BUILD_ID=19104095433
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/server/bin
                        
# 2025-11-05 21:49:47  32.39KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2025-11-05 21:49:47  32.39KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.txt # buildkit
                        
# 2025-11-05 21:49:47  20.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s ../../cli/bin/immich server/bin/immich # buildkit
                        
# 2025-11-05 21:49:47  2.90MB 复制新文件或目录到容器中
COPY /output/cli-pruned ./cli # buildkit
                        
# 2025-11-05 21:49:47  27.98MB 复制新文件或目录到容器中
COPY /usr/src/app/web/build /build/www # buildkit
                        
# 2025-11-05 21:49:47  281.52MB 复制新文件或目录到容器中
COPY /output/server-pruned ./server # buildkit
                        
# 2025-11-05 21:49:47  0.00B 设置环境变量 NODE_ENV NVIDIA_DRIVER_CAPABILITIES NVIDIA_VISIBLE_DEVICES
ENV NODE_ENV=production NVIDIA_DRIVER_CAPABILITIES=all NVIDIA_VISIBLE_DEVICES=all
                        
# 2025-10-28 20:32:02  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2025-10-28 19:04:59  31.76KB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive DEBIAN_RELEASE=trixie /bin/sh -c ldconfig /usr/local/lib # buildkit
                        
# 2025-10-28 19:04:59  0.00B 设置环境变量 LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib
                        
# 2025-10-28 19:04:59  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2025-10-28 19:04:59  53.85MB 复制新文件或目录到容器中
COPY /build/ /build/ # buildkit
                        
# 2025-10-24 01:47:42  120.50MB 复制新文件或目录到容器中
COPY /usr/local/lib/ /usr/local/lib/ # buildkit
                        
# 2025-10-24 01:47:41  976.30MB 执行命令并创建新的镜像层
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         libdrm2         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         libx265-215         libhwy1t64         libaom3 &&         ./ffmpeg.sh &&     if [ $(arch) = "x86_64" ]; then         wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17193.4/intel-igc-core_1.0.17193.4_amd64.deb &&         wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17193.4/intel-igc-opencl_1.0.17193.4_amd64.deb &&         wget https://github.com/intel/compute-runtime/releases/download/24.26.30049.6/intel-opencl-icd_24.26.30049.6_amd64.deb &&         wget https://github.com/intel/compute-runtime/releases/download/24.26.30049.6/libigdgmm12_22.3.20_amd64.deb &&         dpkg -i *.deb &&         apt-get install --no-install-recommends -yqq intel-media-va-driver-non-free;     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
                        
# 2025-10-22 10:57:19  4.81KB 复制文件或目录到容器中
ADD --chmod=644 https://www.postgresql.org/media/keys/ACCC4CF8.asc /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc # buildkit
                        
# 2025-10-22 10:57:19  67.05MB 执行命令并创建新的镜像层
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
                        
# 2025-10-01 12:42:28  2.05KB 复制新文件或目录到容器中
COPY configure-apt.sh packages/ffmpeg.json packages/ffmpeg.sh ./ # buildkit
                        
# 2025-09-03 07:32:41  0.00B 设置工作目录为/build
WORKDIR /build
                        
# 2025-09-03 07:32:41  0.00B 设置环境变量 DEBIAN_RELEASE
ENV DEBIAN_RELEASE=trixie
                        
# 2025-09-03 07:32:41  0.00B 定义构建参数
ARG DEBIAN_RELEASE=trixie
                        
# 2025-09-03 07:32:41  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-08-11 16:15:17  0.00B 设置默认要执行的命令
CMD ["node"]
                        
# 2025-08-11 16:15:17  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-08-11 16:15:17  388.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2025-08-11 16:15:17  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
                        
# 2025-08-11 16:15:17  0.00B 设置环境变量 YARN_VERSION
ENV YARN_VERSION=1.22.22
                        
# 2025-08-11 16:15:17  142.34MB 执行命令并创建新的镜像层
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
                        
# 2025-08-11 16:15:17  0.00B 设置环境变量 NODE_VERSION
ENV NODE_VERSION=22.18.0
                        
# 2025-08-11 16:15:17  8.90KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 node   && useradd --uid 1000 --gid node --shell /bin/bash --create-home node # buildkit
                        
# 2025-08-11 08:00:00  78.61MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'
                        
                    

镜像信息

{
    "Id": "sha256:f2d652a5104fa1533ba0b43012c802ce43b1f517ada456b8f8522cef29ff2fbd",
    "RepoTags": [
        "ghcr.io/immich-app/immich-server:v2.2.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server:v2.2.3"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-server@sha256:4504d794123c3f5410cc45bbc61e4d7dbcacec1e1b0cd2e599691430c94e5849",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-server@sha256:c6e2bb5ef890ab5ac1d38f735fec816f988d07f6d985b5590b36ced72fa408e3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-05T13:49:47.915321793Z",
    "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=22.18.0",
            "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=19104095433",
            "IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/19104095433",
            "IMMICH_BUILD_IMAGE=v2.2.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.2.3",
            "IMMICH_SOURCE_COMMIT=28eb1bc13cfd4642fe90fd8cf724ba7acf94f675",
            "IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/28eb1bc13cfd4642fe90fd8cf724ba7acf94f675"
        ],
        "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": "2025-11-05T13:47:40.897Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "28eb1bc13cfd4642fe90fd8cf724ba7acf94f675",
            "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.2.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1758400279,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/687c34f3985e0dab29003245be57c57010770ef4a9dc9549d06f577f4dbbcae9/diff:/var/lib/docker/overlay2/2bc770e63f047e28faf83b68bc9ce6498bfbae5895acdf10a8188c00c098dfc5/diff:/var/lib/docker/overlay2/ae75da04a942c72ddfab46d7f6920d121a0c3cfbf84d0eda6f32d20629b26705/diff:/var/lib/docker/overlay2/ae5a30732fa1b393dd6c7f9eec09c021d7432e2128bf3773a327fa1caafeb734/diff:/var/lib/docker/overlay2/a5cbcf8f3ca9a4b38019486b9117f8cd1702525a2574b38e49983ecf5e712854/diff:/var/lib/docker/overlay2/73c03880d621efe130f10cad1dad90a6a5b0fd7b54702c31f5442329288c7768/diff:/var/lib/docker/overlay2/b0fbff95ac64c140ae19626a85b9f8bb600b6cae3d7fb48d4823936fd1a280d7/diff:/var/lib/docker/overlay2/2a7f4c62a8fabda6312a90d4927fb076b21715fc562074f8a9b71a288a1c8386/diff:/var/lib/docker/overlay2/f4aea7d0b8f28bd6b23d560b1daaf3dd605faa46e46750eb2ad10a1a0e1bbd75/diff:/var/lib/docker/overlay2/b368d9d8755c36ca551d4688af6fddafcdb85aec1a0b708420f567c29e023afd/diff:/var/lib/docker/overlay2/a7c9444360dfe7d618ecbae05c5fceb3669c23a10c03208339550609d839640e/diff:/var/lib/docker/overlay2/b37d2acffcea0dd7edc0d3dab37091c025b7d53430d3c5e9310a225c63ea4396/diff:/var/lib/docker/overlay2/15fe8f6bc85f7707d1556e7ad6f311781864a8d68f715404a7b6cea81f3b7204/diff:/var/lib/docker/overlay2/ca7f3bfa9ea2442f866b92fe4f4e97b9783a7f51b4a46b74a6a68f972d8a7f4a/diff:/var/lib/docker/overlay2/313b4439f0f31d8631d1322b5f8a94e0e78e9354d1e5129835a210d0aa7709b2/diff:/var/lib/docker/overlay2/c7f1e9f00c8116d98fbe2a7b3bd5a673e85e1b790cce4e744b874a9829b1a569/diff:/var/lib/docker/overlay2/784ad199e853caebe9550d827356eba79ab78f144bdeb742ea4afc7f6c81bc02/diff:/var/lib/docker/overlay2/38bada0500bb903b230e0a4d47028e470de8724e644e60bfc0717c0fa5cf79aa/diff:/var/lib/docker/overlay2/3dee170af698ae0acc723f42a756d31db46b1e11efb6245505f9b5aeafd20eec/diff:/var/lib/docker/overlay2/ef45b84af3a231832fc4534ad73d5d123a2dd43eccb32b2d994d74aff3182e1a/diff",
            "MergedDir": "/var/lib/docker/overlay2/7dcc26744afb5fba234f8030dae93d2ae295d0ac9250e2b9780c738da01fe2bd/merged",
            "UpperDir": "/var/lib/docker/overlay2/7dcc26744afb5fba234f8030dae93d2ae295d0ac9250e2b9780c738da01fe2bd/diff",
            "WorkDir": "/var/lib/docker/overlay2/7dcc26744afb5fba234f8030dae93d2ae295d0ac9250e2b9780c738da01fe2bd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e6a3842ebc7f5e41d8a38f19a0aa5ea56c255475695ac6682882420800cf5465",
            "sha256:0270a8eae321f8003cc6d7e38e33743323c23d3505daaec01e781e231d0071f2",
            "sha256:6f02571100f9d0ac844b2279891edd7a7b5eda895a638af7a14267b246cc0744",
            "sha256:60138a839da8eaefeaf8896eea3b9d0f0819c783df6d19cd184ac23b686f6769",
            "sha256:6d52f511bf698f1293be52e22e4d1bbca7e00c0ba246b511eb0c1779679ca374",
            "sha256:125f1832567c58de069adac0060d534db36f1c38884d09b39289175dccb1dbcb",
            "sha256:300d78ea832fa329c97230ce0abacd08c76648edf990c1b04695d401f2a18d9b",
            "sha256:ce51ea618bc52a50b9ff1b84a3bac127da1d5f82632a76da75dffd787a0867f7",
            "sha256:8f382c638a1d8f8a6c8ba3842ab3a016710ba0c41629f1df20d93b64d29ca589",
            "sha256:7bcc1234124a1514b7e2d30be218513de9993a76f69e88acc21aeb6bb2286ac7",
            "sha256:5bb982e90977ac815442bbf6505042b6b195671e5e7965bb280e09ea9e3557fa",
            "sha256:acb66deb948750c1f02b963e615ec31e9152e392df49377806b5d14363baf3d8",
            "sha256:1c31a857403dfa53a0ae787557592444880ec2b1e13dc80c7881f61bfd2c82cc",
            "sha256:c9e2a8f816f10d3969cdefaec9a575061b89d021e657303708915a78c9ee444e",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:931b0f3b8e6d4091f4969e668a400bf1f39ba96964ef113e1efc57fcfb3df084",
            "sha256:d26a1efea51bd7fac657d1be6b4d2895c563fb86c7cdc8832c04ded458f71413",
            "sha256:6843ef71c599ba12890ec4fa6f614c37986e484778e5ba085840850f4b095bd1",
            "sha256:0fa77777060181eb2a5ac108b3aa2bf5b4db068788bfb86f208c58d075ef6205",
            "sha256:b8138091e0b6129eb06723fe8c44d02fd7149dca21a8cfb0d804c5951afa05e4",
            "sha256:2ed4369d24fa99404ee7a6d61301a464bd71c9dbc61c54eb3957f1c4f7e33b1a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-06T08:59:53.978835792+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/arm64 ghcr.io1.34GB2026-08-30 10:09
76

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

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