Skip to content

Commit cda040c

Browse files
committed
Add README
1 parent e0f5b2f commit cda040c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Arch Linux ARM Images
2+
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

Comments
 (0)