nutools/lib/dkbuild/dot-dkbuild.env

9 lines
245 B
Bash
Raw Normal View History

2023-01-10 11:09:46 +04:00
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
2023-08-07 11:42:03 +04:00
if profile jclain; then
setenv REGISTRY=docker.jclain.fr
elif profile prod test; then
2023-01-10 11:09:46 +04:00
setenv REGISTRY=docker.univ-reunion.fr
else
setenv REGISTRY=docker.self
fi