diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/docker/os-container-mapping.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/spack/docker/os-container-mapping.yaml b/share/spack/docker/os-container-mapping.yaml new file mode 100644 index 0000000000..8af43f6110 --- /dev/null +++ b/share/spack/docker/os-container-mapping.yaml @@ -0,0 +1,11 @@ +containers: + linux-ubuntu18.04-x86_64: + image: scottwittenburg/spack_builder_ubuntu_18.04 + compilers: + - name: gcc@5.5.0 + - name: clang@6.0.0-1ubuntu2 + linux-centos7-x86_64: + image: scottwittenburg/spack_builder_centos_7 + compilers: + - name: gcc@5.5.0 + - name: clang@6.0.0 |