diff options
author | 2022-02-22 12:43:30 +0000 | |
---|---|---|
committer | 2022-03-05 01:29:03 +0000 | |
commit | 2b7edd6d19f027aed15052b08ae113ce7f4f1f6b (patch) | |
tree | e8cf751b1b7c0edc4f4c21e07ea6cfca3780e8b8 | |
parent | 2021-10-18-libxcrypt-migration-stable: mention circular dependencies (diff) | |
download | gentoo-news-2b7edd6d19f027aed15052b08ae113ce7f4f1f6b.tar.gz gentoo-news-2b7edd6d19f027aed15052b08ae113ce7f4f1f6b.tar.bz2 gentoo-news-2b7edd6d19f027aed15052b08ae113ce7f4f1f6b.zip |
Add 2022-03-05-singularity_to_apptainer
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | 2022-03-05-singularity_to_apptainer/2022-03-05-singularity_to_apptainer.en.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/2022-03-05-singularity_to_apptainer/2022-03-05-singularity_to_apptainer.en.txt b/2022-03-05-singularity_to_apptainer/2022-03-05-singularity_to_apptainer.en.txt new file mode 100644 index 0000000..0d9c992 --- /dev/null +++ b/2022-03-05-singularity_to_apptainer/2022-03-05-singularity_to_apptainer.en.txt @@ -0,0 +1,26 @@ +Title: Transition from sys-cluster/singularity to app-containers/apptainer +Author: Marek Szuba <marecki@gentoo.org> +Posted: 2022-03-05 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: sys-cluster/singularity + +In autumn 2021 the Singularity project joined the Linux Foundation +and changed its name to Apptainer [1]. The change has been reflected +in the renaming of files and environment variables, as well as a reset +of version numbers back to 1.0.0. + +Apptainer packages include compatibility symlinks to old Singularity +executables, provide bash-completion rules for both the old and the new +name, continue to honour old environment variables, and will upon +the first run import user data from Singularity directories. Therefore, +for most users it will be sufficient to deselect the old package and +install the new one, e.g.: + +emerge --deselect sys-cluster/singularity +emerge app-containers/apptainer + +However, customisations made to system-wide configuration +in /etc/singularity will have to be applied to /etc/apptainer by hand. + +[1] https://apptainer.org/news/community-announcement-20211130/ |