Failing to upgrade to V1.131.0 on docker
I'm getting a manifest error when trying to pull the image. (sanitized)
Compose and env file to follow.
Compose and env file to follow.
docker compose logs docsdocker ps -a docsfdisk -l and df -h)./close command, and re-open it later if needed.# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/TankPool/media/photo_backup
# The location where your database files are stored
DB_DATA_LOCATION=/mnt/AppPool/docker/immich/postgres
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# TZ=Etc/UTC
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.131.0
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=mysecurepw
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich# Configurations for hardware-accelerated machine learning
# If using Unraid or another platform that doesn't allow multiple Compose files,
# you can inline the config for a backend by copying its contents
# into the immich-machine-learning service in the docker-compose.yml file.
# See https://immich.app/docs/features/ml-hardware-acceleration for info on usage.
services:
armnn:
devices:
- /dev/mali0:/dev/mali0
volumes:
- /lib/firmware/mali_csffw.bin:/lib/firmware/mali_csffw.bin:ro # Mali firmware for your chipset (not always required depending on the driver)
- /usr/lib/libmali.so:/usr/lib/libmali.so:ro # Mali driver for your chipset (always required)
cpu: {}
cuda:
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
openvino:
device_cgroup_rules:
- 'c 189:* rmw'
devices:
- /dev/dri:/dev/dri
volumes:
- /dev/bus/usb:/dev/bus/usb
openvino-wsl:
devices:
- /dev/dri:/dev/dri
- /dev/dxg:/dev/dxg
volumes:
- /dev/bus/usb:/dev/bus/usb
- /usr/lib/wsl:/usr/lib/wslroot@truenas[/mnt/AppPool/docker/stacks/immich]# docker logs immich_machine_learning
[03/31/25 20:22:26] INFO Starting gunicorn 23.0.0
[03/31/25 20:22:26] INFO Listening at: http://[::]:3003 (8)
[03/31/25 20:22:26] INFO Using worker: immich_ml.config.CustomUvicornWorker
[03/31/25 20:22:26] INFO Booting worker with pid: 9
[03/31/25 20:22:28] INFO Started server process [9]
[03/31/25 20:22:28] INFO Waiting for application startup.
[03/31/25 20:22:28] INFO Created in-memory cache with unloading after 300s
of inactivity.
[03/31/25 20:22:28] INFO Initialized request thread pool with 8 threads.
[03/31/25 20:22:28] INFO Application startup complete.
[03/31/25 20:40:15] INFO Starting gunicorn 23.0.0
[03/31/25 20:40:15] INFO Listening at: http://[::]:3003 (8)
[03/31/25 20:40:15] INFO Using worker: immich_ml.config.CustomUvicornWorker
[03/31/25 20:40:15] INFO Booting worker with pid: 9
[03/31/25 20:40:17] INFO Started server process [9]
[03/31/25 20:40:17] INFO Waiting for application startup.
[03/31/25 20:40:17] INFO Created in-memory cache with unloading after 300s
of inactivity.
[03/31/25 20:40:17] INFO Initialized request thread pool with 8 threads.
[03/31/25 20:40:17] INFO Application startup complete.