ajout registry privé

This commit is contained in:
Jephté Clain 2023-08-22 10:43:43 +04:00
parent f245e17138
commit e33f2a5afe
1 changed files with 3 additions and 0 deletions

View File

@ -1,8 +1,11 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
if profile jclain; then
setenv REGISTRY=docker.jclain.fr
setenv PRIVAREG=docker.jclain.fr
elif profile prod test; then
setenv REGISTRY=pubdocker.univ-reunion.fr
setenv PRIVAREG=pridocker.univ-reunion.fr
else
setenv REGISTRY=docker.devel.self
setenv PRIVAREG=docker.devel.self
fi