Mirror valkey 8.1 locally for paperless and immich #346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "valkey-mirror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
containers/valkey/docker.io/valkey/valkey:8.1-alpinetoregistry.ops.eblu.me/blumeops/valkey:v8.1.6-r0-946fa75Why
Move toward fully locally-built containers for supply chain control. Paperless and immich both pulled the same upstream tag — one mirror serves both. Authentik's nix-built Redis stays separate (different image entirely).
Risk
Low. Both sidecars are stateless caches:
emptyDir(cache only)Pod restart rebuilds the cache. Smoke-tested locally (PING/SET/GET roundtrip on
valkey 8.1.6with--bind 0.0.0.0 --protected-mode no).Test plan
mise run container-build-and-release valkeyto rebuild with main SHA[main]SHA tag (C0 follow-up)argocd app sync paperlessandargocd app sync immichmise run services-check🤖 Generated with Claude Code