Skip to content

Commit

Permalink
More docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Dec 11, 2024
1 parent d161c7b commit 8b075c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Get a login token from AWS:
[secret]
```

**Note that all images are also available from the GitHub Container Registry (GHCR), i.e.,
via `apptainer pull docker://ghcr.io/bluebrain/spack-neurodamus-neocortex`. The URL has to
be all lowercase, and the download will work without login.**

### Pulling with Apptainer (or Singularity)

Pull from the registry, logging in at the same time with the `AWS` username and token from
Expand All @@ -88,6 +92,9 @@ above:
The resulting `neurodamus-neocortex.sif` file is the container and can be copied to a
better storage location as desired.

NB: `apptainer` and `singularity` may, in almost all circumstances, be treated
interchangeably.

### Pulling with Podman

Log into the registry, using `AWS` as the username:
Expand Down Expand Up @@ -174,7 +181,7 @@ COPY --from=builder /etc/debian_version /etc/debian_version
```
This will still require a local GPG key pair to sign packages!

## Converting images to Singularity SIF locally
### Converting images to Singularity SIF locally

To convert images to Singularity locally, it seems simplest to first start a local
Docker registry:
Expand Down

0 comments on commit 8b075c9

Please sign in to comment.