Files
hassio-addons/immich_openvino/build.json
Claude 548692a028 Immich: migrate immich, immich_cuda, immich_noml and immich_openvino to Immich v3
- Pin build.json to the imagegenius v3 image line (:3, :3-cuda, :3-noml, :3-openvino)
- Bump config.yaml version to 3.0.1 and record upstream_version 3.0.1 in updater.json
- Add a non-fatal VectorChord (vchord) startup check in the shared 99-run.sh so users
  on a non-VectorChord database get a clear diagnostic (v3 drops pgvecto.rs)
- Document the Immich v3 database (VectorChord) and CPU requirements in each README and
  point users at the Postgres 15 / Postgres 17 add-ons
- CHANGELOG entries for all four add-ons

The Postgres 15 / Postgres 17 add-ons already ship the official immich VectorChord image
(vectorchord0.4.3, matching Immich v3's pinned database) and are intentionally left
unchanged to preserve the pgvecto.rs to VectorChord migration path.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PcbbgB7A5LLbPuPRjLUouk
2026-07-04 13:34:21 +00:00

6 lines
79 B
JSON

{
"build_from": {
"amd64": "ghcr.io/imagegenius/immich:3-openvino"
}
}