Use home-built immich container

Using the immich conatiner for locally cached immich-go binaries, rather
than pulling the binary every time we run.
This commit is contained in:
Greg Hellings
2025-11-25 23:52:47 -06:00
parent 5133b8dd21
commit be3f188432
+11 -9
View File
@@ -37,19 +37,21 @@ spec:
server: nas1.shire-zebra.ts.net
containers:
- name: immich-go
image: "nixos/nix:latest"
image: "registry.thehellings.com/greg/ci-images/immich:latest"
imagePullPolicy: "Always"
command:
- nix-shell
- "-p"
- immich-go
- "--run"
- /bin/sh
- "-c"
- >-
immich-go archive
--write-to-folder /nas1
immich-go
archive
"--write-to-folder"
/nas1
from-immich
--from-api-key "$IMMICH_API_KEY"
--from-server http://immich-server:2283
"--from-api-key"
"$IMMICH_API_KEY"
"--from-server"
"http://immich-server:2283"
volumeMounts:
- name: nas1
mountPath: /nas1