Commit e70511b7 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added base image with Ubuntu 22.04 and renamed the previous one to let them...

Added base image with Ubuntu 22.04 and renamed the previous one to let them co-exist. Update some software versions.
parent fe2ae1cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ fi
if [[ "x$SERVICE" == "x" ]] ; then
    
    # Build all services
    NOCACHE=$NOCACHE rosetta/build base
    NOCACHE=$NOCACHE rosetta/build base_ubuntu18.04
    NOCACHE=$NOCACHE rosetta/build base_ubuntu22.04
    NOCACHE=$NOCACHE rosetta/build slurmbase
    NOCACHE=$NOCACHE rosetta/build slurmcluster    
    NOCACHE=$NOCACHE rosetta/build slurmclustermaster    
Loading