Skip to content
Snippets Groups Projects
Commit 977ea205 authored by Florian Deuerlein's avatar Florian Deuerlein
Browse files

Merge branch 'feature/image_name_env' into 'master'

Feature: image name env

See merge request jupyter/clb-jupyter-nb-images!6
parents f59f456a 66ec1e0c
No related branches found
No related tags found
No related merge requests found
variables: variables:
docker_registry_user: "robot$$gitlab" docker_registry_user: "robot$$gitlab"
docker_image_tag: "1.2" docker_image_tag: "1.3"
stages: stages:
- build - build
......
...@@ -7,7 +7,8 @@ ENV GIT_COMMITTER_NAME=platform@humanbrainproject.eu \ ...@@ -7,7 +7,8 @@ ENV GIT_COMMITTER_NAME=platform@humanbrainproject.eu \
MPLBACKEND=Agg \ MPLBACKEND=Agg \
SDAHOME=/opt/app-root/lib/sda_flex \ SDAHOME=/opt/app-root/lib/sda_flex \
MPICC=/usr/lib64/mpich/bin/mpicc \ MPICC=/usr/lib64/mpich/bin/mpicc \
XDG_CACHE_HOME=/tmp/cache/ XDG_CACHE_HOME=/tmp/cache/ \
LAB_IMAGE_NAME=EBRAINS_EXPERIMENTAL
USER root USER root
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment