feat: use pull-through cache for Docker Hub images

Replace docker.io references with cr.simoncor.net/dockerhub
pull-through cache. Official images now use explicit library/
namespace for cache compatibility.
This commit is contained in:
Simon Cornet 2026-05-08 14:42:38 +02:00
commit 0d9f82292a

View file

@ -37,7 +37,7 @@
# repomanager # repomanager
name: "repomanager" name: "repomanager"
image: "docker.io/lbr38/repomanager:5.9.1" image: "cr.simoncor.net/dockerhub/lbr38/repomanager:5.9.1"
image_name_mismatch: "recreate" image_name_mismatch: "recreate"
restart_policy: "unless-stopped" restart_policy: "unless-stopped"