maj config par défaut
This commit is contained in:
parent
89efc824f9
commit
6e23aaeeb0
|
@ -4,9 +4,13 @@ default_profile "${DKBUILD_PROFILE:-prod}"
|
||||||
if profile jclain; then
|
if profile jclain; then
|
||||||
setenv REGISTRY=docker.jclain.fr
|
setenv REGISTRY=docker.jclain.fr
|
||||||
setenv PRIVAREG=docker.jclain.fr
|
setenv PRIVAREG=docker.jclain.fr
|
||||||
|
setenv PUB=
|
||||||
|
setenv PRI=jclain/
|
||||||
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
|
||||||
|
setenv PUB=
|
||||||
|
setenv PRI=rununiv/
|
||||||
host_mappings=(
|
host_mappings=(
|
||||||
pridocker.univ-reunion.fr:10.85.1.56
|
pridocker.univ-reunion.fr:10.85.1.56
|
||||||
pubdocker.univ-reunion.fr:10.85.1.57
|
pubdocker.univ-reunion.fr:10.85.1.57
|
||||||
|
@ -17,4 +21,6 @@ elif profile prod test; then
|
||||||
elif profile devel; then
|
elif profile devel; then
|
||||||
setenv REGISTRY=docker.devel.self
|
setenv REGISTRY=docker.devel.self
|
||||||
setenv PRIVAREG=docker.devel.self
|
setenv PRIVAREG=docker.devel.self
|
||||||
|
setenv PUB=
|
||||||
|
setenv PRI=rununiv/
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue