From 1b5f87245af2b5a00e48bace9915b4e37064e31a Mon Sep 17 00:00:00 2001 From: Marty Kandes <mkandes@sdsc.edu> Date: Sat, 13 Mar 2021 16:56:49 +0000 Subject: [PATCH] Announce upcoming changes due to Singularity Hub retirement --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94dbe65..b695e4f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # naked-singularity -A repository of definition for building +A repository of definition files for building [Singularity](https://sylabs.io/guides/latest/user-guide) containers around the software applications, frameworks, and libraries you need to run on high-performance computing systems. @@ -30,10 +30,20 @@ hosted at Singularity Hub. ```bash singularity pull shub://mkandes/naked-singularity:ubuntu-18.04 ``` - + ## Status -A work in progress. +A work in progress. But an important note on the immediate future ... + +The future availablity of Singularity Hub is currently unknown and +may be slated for retirement as early as April 2021. If and when +Singularity Hub is retired, the current set of naked-sinularity +definition files will be affected due to the recent move in the past +year to using a layered dependency chain of multiple containers built +and hosted on Singularity Hub. Alternative container build and hosting +options are currently under consideration. This upcoming change will +likely affect how a given container's dependency chain is rebuilt and +supported long-term. ## Contribute -- GitLab