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
Forked From [Arch Linux / archlinux-docker · GitLab](https://gitlab.archlinux.org/archlinux/archlinux-docker)
3
+
4
+
---
5
+
6
+
This repository provides Docker container images in Docker Hub: https://hub.docker.com/r/lfdevs/archlinuxarm
7
+
8
+
```bash
9
+
docker pull lfdevs/archlinuxarm:base-devel
10
+
```
11
+
12
+
Only one version of the images is provided currently: `base-devel` (approx. 300 MiB)
13
+
14
+
It is strongly recommended running `pacman -Syyu` right after starting a container due to the rolling release nature of Arch Linux.
15
+
16
+
## Build
17
+
This image is automatically built once a month on the 8th using [GitHub Actions](https://github.com/lfdevs/archlinuxarm-docker/actions/workflows/build.yml).
18
+
19
+
The Rootfs used in this image is from the Arch Linux ARM official website: http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz
0 commit comments