Skip to content

Commit

Permalink
Update for transfer to warewulf org
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathon Anderson <[email protected]>
  • Loading branch information
anderbubble committed Jan 16, 2024
1 parent a1b13f0 commit 010743f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ jobs:
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96
with:
images: |
ghcr.io/hpcng/warewulf-${{ matrix.os }}
# docker.io/warewulf/${{ matrix.os }}
ghcr.io/warewulf/warewulf-${{ matrix.os }}
tags: |
type=schedule
type=raw,${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://warewulf.org

These containers are published on the [GitHub container registry][1].

[1]: https://github.com/orgs/hpcng/packages?repo_name=warewulf-node-images
[1]: https://github.com/orgs/warewulf/packages?repo_name=warewulf-node-images

* [Rocky Linux 8](rockylinux-8)
* [Rocky Linux 9](rockylinux-9)
Expand Down
2 changes: 1 addition & 1 deletion examples/rockylinux-9-mofed/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hpcng/warewulf-rockylinux:9.2
FROM ghcr.io/warewulf/warewulf-rockylinux:9.2

RUN dnf -y install \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion examples/rockylinux-9-selinux/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hpcng/warewulf-rockylinux:9
FROM ghcr.io/warewulf/warewulf-rockylinux:9

RUN dnf -y install \
policycoreutils-python-utils \
Expand Down
2 changes: 1 addition & 1 deletion rockylinux-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Warewulf container definition based on Rocky Linux 8.

```
wwctl container import docker://ghcr.io/hpcng/warewulf-rockylinux:8 rockylinux-8
wwctl container import docker://ghcr.io/warewulf/warewulf-rockylinux:8 rockylinux-8
```

Also available are definitions for individual point releases (e.g., Rocky Linux
Expand Down
2 changes: 1 addition & 1 deletion rockylinux-9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Warewulf container definition based on Rocky Linux 9.

```
wwctl container import docker://ghcr.io/hpcng/warewulf-rockylinux:9 rockylinux-9
wwctl container import docker://ghcr.io/warewulf/warewulf-rockylinux:9 rockylinux-9
```

Also available are definitions for individual point releases (e.g., Rocky Linux
Expand Down

0 comments on commit 010743f

Please sign in to comment.