dkbuild: mappings par défaut

This commit is contained in:
Jephté Clain 2023-11-17 23:12:10 +04:00
parent d9b1485354
commit 3123d8e65e
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ if profile jclain; then
elif profile prod test; then
setenv REGISTRY=pubdocker.univ-reunion.fr
setenv PRIVAREG=pridocker.univ-reunion.fr
host_mappings=(
pridocker.univ-reunion.fr:10.85.1.56
pubdocker.univ-reunion.fr:10.85.1.57
repos.univ-reunion.fr:10.85.1.57
git.univ-reunion.fr:10.85.1.55
)
default docker host-mappings="${host_mappings[*]}"
else
setenv REGISTRY=docker.devel.self
setenv PRIVAREG=docker.devel.self