You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
-#### [Docker images of Arch Linux](https://hub.docker.com/r/azathothas/archlinux/tags)[](https://github.com/fwcd/docker-archlinux/actions/workflows/build-deploy.yml)
1
+
-#### [Docker images of Arch Linux](https://hub.docker.com/r/pkgforge/archlinux/tags)[](https://github.com/pkgforge/docker-archlinux/actions/workflows/build-deploy.yml)
2
2
3
3
Unofficial, automated Docker multi-platform images of Arch Linux for the following architectures:
4
4
@@ -19,7 +19,7 @@ Unofficial, automated Docker multi-platform images of Arch Linux for the followi
19
19
!# --rm will delete the container upon exit
20
20
21
21
!# This will drop you in a bash shell
22
-
docker run --rm -it --privileged --net="host""azathothas/archlinux:latest"
22
+
docker run --rm -it --privileged --net="host""pkgforge/archlinux:latest"
23
23
```
24
24
25
25
[^1]: The pentium4 architecture is for 32-bit CPUs that support SSE2 and the only one we support (for now). See [here](https://archlinux32.org/architecture) for a comparison of architectures supported by upstream.
0 commit comments