https://github.com/btwiuse/arch
😎Make Arch Great Again: Docker Hub library images based on Archlinux Multiarch
https://github.com/btwiuse/arch
archlinux btw-i-use-arch docker multiarch
Last synced: 4 months ago
JSON representation
😎Make Arch Great Again: Docker Hub library images based on Archlinux Multiarch
- Host: GitHub
- URL: https://github.com/btwiuse/arch
- Owner: btwiuse
- License: gpl-3.0
- Created: 2019-09-11T09:30:45.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T12:07:33.000Z (5 months ago)
- Last Synced: 2026-01-19T00:27:58.931Z (5 months ago)
- Topics: archlinux, btw-i-use-arch, docker, multiarch
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/btwiuse/arch
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BTW I USE ARCH, in Docker
[](https://hub.docker.com/r/btwiuse/arch)
[](https://github.com/btwiuse/arch/blob/main/LICENSE)
## Goals
* No bloat, only most common tools are added
* Initialize pacman keyrings at build stage, making `pacman -Syu` work out of the box
* Additional package repos:
- archlinuxcn
- blackarch
- [btwiuse](https://github.com/btwiuse/archpkg) (for personal use)
- aur (manually install `yay` or `yaourt` first)
## Usage
### Docker / Dockerfile
```
$ docker run -it btwiuse/arch
$ pacman -Syu yay
```
[Example Dockerfile](.devcontainer/Dockerfile)
```
FROM btwiuse/arch
RUN pacman -Syu --noconfirm neofetch
```
### Kubernetes
```
$ kubectl run -it arch --image=btwiuse/arch
If you don't see a command prompt, try pressing enter.
[root@arch /]# pacman -Syu neofetch
```
### GitHub Codespaces
On https://github.com/codespaces/new, open repo `btwiuse/arch`, then click "Create codespace"
