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 642ce4bdcd
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
# run mariadb
name: "phpipam-db"
image: "docker.io/library/mariadb:{{ mariadb_version }}"
image: "cr.simoncor.net/dockerhub/library/mariadb:{{ mariadb_version }}"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
networks:

View file

@ -22,7 +22,7 @@
state: "started"
tty: "no"
name: "phpipam-app"
image: "docker.io/phpipam/phpipam-www:v1.8.0"
image: "cr.simoncor.net/dockerhub/phpipam/phpipam-www:v1.8.0"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
networks:
@ -69,7 +69,7 @@
state: "started"
tty: "no"
name: "phpipam-cron"
image: "docker.io/phpipam/phpipam-cron:v1.8.0"
image: "cr.simoncor.net/dockerhub/phpipam/phpipam-cron:v1.8.0"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
networks: