From 730acb7642caf9fcc464ac2175b26deaf968f164 Mon Sep 17 00:00:00 2001 From: Giacomo Fiorin Date: Tue, 22 Oct 2024 11:02:07 -0400 Subject: [PATCH] Document apptainer push --- devel-tools/containers/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devel-tools/containers/README.md b/devel-tools/containers/README.md index 40bd3bad8..234a4b13f 100644 --- a/devel-tools/containers/README.md +++ b/devel-tools/containers/README.md @@ -10,3 +10,13 @@ apptainer build container.sif container.def ``` apptainer run container.sif ``` + +4. (Optional) Push the container to the GitHub repository's "Packages" + section; currently we only have one package, called `devel-containers`, + which comes in different versions depending on the OS and software + contained. For example, to update the most commonly used container + version: +``` +apptainer push CentOS9-devel.sif oras://ghcr.io/colvars/devel-containers:CentOS9-devel +``` +(note that the above requires having set up an access token for apptainer)