Skip to content

Commit

Permalink
Document apptainer push
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Oct 22, 2024
1 parent f7a556e commit 730acb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devel-tools/containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 730acb7

Please sign in to comment.