From 00af6ad4f9971ea32671e4da8a079d64d09e8937 Mon Sep 17 00:00:00 2001 From: Marty Kandes <mkandes@sdsc.edu> Date: Sat, 26 Dec 2020 15:01:31 -0800 Subject: [PATCH] Update all Ubuntu definition files Updated all derivative Ubuntu definition files to bootstrap from the base Ubuntu 18.04 container that is part of the new naked-singularity container collection on Singularity Hub. --- .../ubuntu/Singularity.ubuntu-18.04-cuda-10.1.168 | 4 ++-- .../ubuntu/Singularity.ubuntu-18.04-mvapich-2.3.2 | 4 ++-- .../ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.4 | 4 ++-- .../ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-10.1.168 b/definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-10.1.168 index 25f4f59..22a50b7 100644 --- a/definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-10.1.168 +++ b/definition-files/ubuntu/Singularity.ubuntu-18.04-cuda-10.1.168 @@ -1,5 +1,5 @@ Bootstrap: shub -From: mkandes/ubuntu:ubuntu-18.04 +From: mkandes/naked-singularity:ubuntu-18.04 %labels @@ -10,7 +10,7 @@ From: mkandes/ubuntu:ubuntu-18.04 AUTHOR_NAME Marty Kandes AUTHOR_EMAIL mkandes@sdsc.edu - LAST_UPDATED 20200714 + LAST_UPDATED 20201226 %setup diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04-mvapich-2.3.2 b/definition-files/ubuntu/Singularity.ubuntu-18.04-mvapich-2.3.2 index 2b3798f..6668668 100644 --- a/definition-files/ubuntu/Singularity.ubuntu-18.04-mvapich-2.3.2 +++ b/definition-files/ubuntu/Singularity.ubuntu-18.04-mvapich-2.3.2 @@ -1,5 +1,5 @@ Bootstrap: shub -From: mkandes/ubuntu:ubuntu-18.04 +From: mkandes/naked-singularity:ubuntu-18.04 %labels @@ -10,7 +10,7 @@ From: mkandes/ubuntu:ubuntu-18.04 AUTHOR_NAME Marty Kandes AUTHOR_EMAIL mkandes@sdsc.edu - LAST_UPDATED 20200714 + LAST_UPDATED 20201226 %setup diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.4 b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.4 index 6e84fe5..458c1ef 100644 --- a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.4 +++ b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.4 @@ -1,5 +1,5 @@ Bootstrap: shub -From: mkandes/ubuntu:ubuntu-18.04 +From: mkandes/naked-singularity:ubuntu-18.04 %labels @@ -10,7 +10,7 @@ From: mkandes/ubuntu:ubuntu-18.04 AUTHOR_NAME Marty Kandes AUTHOR_EMAIL mkandes@sdsc.edu - LAST_UPDATED 20200809 + LAST_UPDATED 20201226 %setup diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 index dcc6fd0..bee2ff3 100644 --- a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 +++ b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 @@ -1,5 +1,5 @@ Bootstrap: shub -From: mkandes/ubuntu:ubuntu-18.04 +From: mkandes/naked-singularity:ubuntu-18.04 %labels @@ -10,7 +10,7 @@ From: mkandes/ubuntu:ubuntu-18.04 AUTHOR_NAME Marty Kandes AUTHOR_EMAIL mkandes@sdsc.edu - LAST_UPDATED 20200809 + LAST_UPDATED 20201226 %setup -- GitLab