8docker build --progress=plain -t likask/mofem-spack-env -f Dockerfile-spack-env .
9docker tag likask/mofem-spack-env:latest likask/mofem-spack-env:$VERSION
11#Build core and users modules
12docker build --progress=plain -t likask/mofem-spack-mofem -f Dockerfile-spack-mofem .
13docker tag likask/mofem-spack-mofem:latest likask/mofem-spack-mofem:$VERSION
16docker build --progress=plain -t likask/mofem-spack-jupyter -f Dockerfile-spack-jupyter empty
17docker tag likask/mofem-spack-jupyter:latest likask/mofem-spack-jupyter:$VERSION
20docker build --progress=plain -t likask/mofem-spack-jupyterhub -f Dockerfile-spack-jupyterhub jupyter
21docker tag likask/mofem-spack-jupyterhub:latest likask/mofem-spack-jupyterhub:$VERSION
24#docker build -t likask/mofem-spack-jupyterhub-labs-indentation:VERSION-new -f Dockerfile-spack-jupyterhub-labs-indentation .
27#docker build -t likask/mofem-spack-build -f Dockerfile-spack-volume empty
28#docker tag likask/mofem-spack-build:latest likask/mofem-spack-build:$VERSION