maj dkbuild.env par défaut

This commit is contained in:
Jephté Clain 2025-02-03 21:58:51 +04:00
parent 693f447bf4
commit c9eaf7d83f
1 changed files with 8 additions and 3 deletions

View File

@ -13,11 +13,11 @@ if profile jclain; then
setenv REGISTRY=docker.jclain.fr
setenv PRIVAREG=docker.jclain.fr
setenv PUB=
setenv PRI=jclain/
setenv PRI=
elif profile prod test; then
setenv REGISTRY=pubdocker.univ-reunion.fr
setenv PRIVAREG=pridocker.univ-reunion.fr
setenv PUB=
setenv PUB=rununiv/
setenv PRI=rununiv/
host_mappings=(
pridocker.univ-reunion.fr:10.85.1.56
@ -26,9 +26,14 @@ elif profile prod test; then
git.univ-reunion.fr:10.85.1.55
)
default docker host-mappings="${host_mappings[*]}"
elif profile dist; then
setenv REGISTRY=pubdocker.univ-reunion.fr
setenv PRIVAREG=pridocker.univ-reunion.fr
setenv PUB=dist/
setenv PRI=dist/
elif profile devel; then
setenv REGISTRY=docker.devel.self
setenv PRIVAREG=docker.devel.self
setenv PUB=
setenv PUB=rununiv/
setenv PRI=rununiv/
fi