dkbuild: mappings par défaut
This commit is contained in:
parent
d9b1485354
commit
3123d8e65e
|
@ -5,6 +5,13 @@ if profile jclain; then
|
||||||
elif profile prod test; then
|
elif profile prod test; then
|
||||||
setenv REGISTRY=pubdocker.univ-reunion.fr
|
setenv REGISTRY=pubdocker.univ-reunion.fr
|
||||||
setenv PRIVAREG=pridocker.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
|
else
|
||||||
setenv REGISTRY=docker.devel.self
|
setenv REGISTRY=docker.devel.self
|
||||||
setenv PRIVAREG=docker.devel.self
|
setenv PRIVAREG=docker.devel.self
|
||||||
|
|
Loading…
Reference in New Issue