Skip to content

Commit

Permalink
More README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Nov 25, 2024
1 parent 1151301 commit af2d9b7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Get a login token from AWS:

Log into the registry, using `AWS` as the username:
```
❯ podman login 130659266700.dkr.ecr.us-east-1.amazonaws.com
aws ecr get-login-password|podman login -u AWS --password-stdin 130659266700.dkr.ecr.us-east-1.amazonaws.com
```
Then pull the full `repositoryUri`:
```
Expand All @@ -153,6 +153,21 @@ Everything in Sarus goes into one command:
❯ sarus pull --login -u AWS 130659266700.dkr.ecr.us-east-1.amazonaws.com/spacktainers/neurodamus-neocortex
```

## Reproducing GitHub Action builds containerized

See above instructions under [pulling containers](#user-content-pulling-with-podman) to
login and pull the `spacktainers/builder` container.
Then launch the container and install something, i.e., with:
```
❯ podman run -it 130659266700.dkr.ecr.us-east-1.amazonaws.com/spacktainers/builder
root@43dec0527c62:/# (cd /opt/spack-repos/ && git pull)
Already up to date.
root@43dec0527c62:/# spack install zlib
[...]
```
Environments may be recreated as present under
[`container_definitions/`][(./container_definitions).

## Reproducing GitHub Action builds locally

Prerequisites needed to try the container building locally:
Expand Down

0 comments on commit af2d9b7

Please sign in to comment.