From c499139f06fc05ab03879f8545c61c5c277cb78a Mon Sep 17 00:00:00 2001 From: Marty Kandes <mkandes@sdsc.edu> Date: Sun, 27 Dec 2020 14:24:07 -0800 Subject: [PATCH] Add README.md to archive directory --- archive/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 archive/README.md diff --git a/archive/README.md b/archive/README.md new file mode 100644 index 0000000..fc8155b --- /dev/null +++ b/archive/README.md @@ -0,0 +1,11 @@ +# Archive + +This directory archives all of the older, system-specific, Singularity +2.x-era container definition files that were created as part of the +naked-singularity project during its first few years of existance. It +also stores a copy of the original naked-singularity.sh helper script. +Neither the original helper script, nor the definitions files stored +within this directory will be updated again. As such, they should not be +used in any production workloads moving forward, unless absolutely +necessary. They are stored here simply to serve as a historical +reference for the time being. -- GitLab