5 export VERSION=Workshop2023
8 docker build -t likask/mofem-spack-env -f Dockerfile-spack-env empty/
9 docker tag likask/mofem-spack-env:latest likask/mofem-spack-env:$VERSION
11 #Build core and users modules
12 docker build -t likask/mofem-spack-mofem -f Dockerfile-spack-mofem empty/
13 docker tag likask/mofem-spack-mofem:latest likask/mofem-spack-mofem:$VERSION
14 docker tag likask/mofem-spack-mofem:latest likask/mofem-intermidiate:latest
16 #Install softmech module
17 #docker build -t likask/mofem-spack-softmech -f Dockerfile-spack-softmech empty/
18 #docker tag likask/mofem-spack-softmech:latest likask/mofem-spack-softmech:$VERSION
19 #docker tag likask/mofem-spack-softmech:latest likask/mofem-intermidiate:latest
21 # Install other modules ...
24 docker build -t likask/mofem-spack-jupyter -f Dockerfile-spack-jupyter empty
25 docker tag likask/mofem-spack-jupyter:latest likask/mofem-spack-jupyter:$VERSION
26 docker tag likask/mofem-spack-jupyter:latest likask/mofem-intermidiate:latest
29 #dodocker build -t likask/mofem-spack-jupyter-labs-indentation:VERSION-new -f Dockerfile-spack-jupyter-labs-indentation .
32 docker build -t likask/mofem-spack-jupyterhub -f Dockerfile-spack-jupyterhub jupyter
33 docker tag likask/mofem-spack-jupyterhub:latest likask/mofem-spack-jupyterhub:$VERSION
34 docker tag likask/mofem-spack-jupyterhub:latest likask/mofem-intermidiate:latest
37 #docker build -t likask/mofem-spack-jupyterhub-labs-indentation:VERSION-new -f Dockerfile-spack-jupyterhub-labs-indentation .
40 #docker build -t likask/mofem-spack-build -f Dockerfile-spack-volume empty
41 #docker tag likask/mofem-spack-build:latest likask/mofem-spack-build:$VERSION