diff --git a/dockerfiles/Dockerfile.spack-gmds b/dockerfiles/Dockerfile.spack-gmds index 52af80f..d2f74d2 100644 --- a/dockerfiles/Dockerfile.spack-gmds +++ b/dockerfiles/Dockerfile.spack-gmds @@ -1,10 +1,10 @@ #============== OS LAYER ================== -FROM ubuntu:22.04 +FROM ubuntu:24.04 #========================================== -ARG SPACK_VERSION=0.20.3 +ARG SPACK_VERSION=0.22.2 # METADATA OF THE IMAGE LABEL description="GMDS image built with spack" \ - version.ubuntu="22.04" \ + version.ubuntu="24.04" \ version.spack=${SPACK_VERSION} ARG SPACK_VERSION #========================================== diff --git a/dockerfiles/Dockerfile.spack-gmds-macos b/dockerfiles/Dockerfile.spack-gmds-macos index 94bc3bf..cd35f54 100644 --- a/dockerfiles/Dockerfile.spack-gmds-macos +++ b/dockerfiles/Dockerfile.spack-gmds-macos @@ -1,7 +1,7 @@ #============== OS LAYER ================== FROM sickcodes/docker-osx #========================================== -ARG SPACK_VERSION=0.20.3 +ARG SPACK_VERSION=0.22.2 # METADATA OF THE IMAGE LABEL description="GMDS image built with spack for macos" \ version.spack=${SPACK_VERSION} diff --git a/dockerfiles/Dockerfile.spack-magix3d b/dockerfiles/Dockerfile.spack-magix3d index 1e1d0da..5b3cc3f 100644 --- a/dockerfiles/Dockerfile.spack-magix3d +++ b/dockerfiles/Dockerfile.spack-magix3d @@ -1,12 +1,12 @@ #============== OS LAYER ================== # In ubuntu:20.4 the Open GL version is too old to execute in container # Ubuntu 22.04 allows to execute glxgears in a docker container -FROM ubuntu:22.04 +FROM ubuntu:24.04 #========================================== -ARG SPACK_VERSION=0.20.3 +ARG SPACK_VERSION=0.22.2 # METADATA OF THE IMAGE LABEL description="Magix3d image built with spack" \ - version.ubuntu="22.04" \ + version.ubuntu="24.04" \ version.spack=${SPACK_VERSION} ARG SPACK_VERSION #========================================== diff --git a/dockerfiles/Dockerfile.x11ogl b/dockerfiles/Dockerfile.x11ogl index 1f86b0f..61439b2 100644 --- a/dockerfiles/Dockerfile.x11ogl +++ b/dockerfiles/Dockerfile.x11ogl @@ -1,7 +1,7 @@ #============== OS LAYER ================== # In ubuntu:20.4 the Open GL version is too old to execute in container # Ubuntu 22.04 allows to execute glxgears in a docker container -FROM ubuntu:22.04 +FROM ubuntu:24.04 #========================================== # METADATA OF THE IMAGE LABEL description "Test X11 and OGL" version="1.0" maintainer="Meshing team "