Skip to content

Commit

Permalink
switched to spack-0.22.2 and ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 26, 2024
1 parent 8d5d40f commit cfa0317
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.spack-gmds
Original file line number Diff line number Diff line change
@@ -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
#==========================================
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.spack-gmds-macos
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.spack-magix3d
Original file line number Diff line number Diff line change
@@ -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
#==========================================
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.x11ogl
Original file line number Diff line number Diff line change
@@ -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 <lihpccg@gmail.com>"
Expand Down

0 comments on commit cfa0317

Please sign in to comment.