maj config par défaut

This commit is contained in:
Jephté Clain 2025-01-01 16:29:30 +04:00
parent 89efc824f9
commit 6e23aaeeb0
1 changed files with 6 additions and 0 deletions

View File

@ -4,9 +4,13 @@ default_profile "${DKBUILD_PROFILE:-prod}"
if profile jclain; then
setenv REGISTRY=docker.jclain.fr
setenv PRIVAREG=docker.jclain.fr
setenv PUB=
setenv PRI=jclain/
elif profile prod test; then
setenv REGISTRY=pubdocker.univ-reunion.fr
setenv PRIVAREG=pridocker.univ-reunion.fr
setenv PUB=
setenv PRI=rununiv/
host_mappings=(
pridocker.univ-reunion.fr:10.85.1.56
pubdocker.univ-reunion.fr:10.85.1.57
@ -17,4 +21,6 @@ elif profile prod test; then
elif profile devel; then
setenv REGISTRY=docker.devel.self
setenv PRIVAREG=docker.devel.self
setenv PUB=
setenv PRI=rununiv/
fi