Baseline Arch Linux image with an open, trustable & inspectable origin. Regularly updated and tagged
10K+
Minimal Arch Linux docker image with trustable, traceable & inspectable origin
This project contains a script, build-root-tarxz.sh, which uses a slightly modified Arch bootstrapping script from this project to create an Arch Linux root filesystem archive suitable for use in a Docker container.
The filesystem used in the greyltc/archlinux container on the Docker registry is in the tar.xz file in this repo. Feel free to inspect it to prove to yourself that it's safe before using it in your project!
Get the trustable, AUTOMATED BUILD prebuilt image from https://hub.docker.com/r/greyltc/archlinux:
docker pull greyltc/archlinux
or alternatively build it locally yourself from the source repository like this:
git clone https://github.com/greyltc/docker-archlinux.gitcd docker-archlinux./build-root-tarxz.sh # this generates a new root filesystem archive: archlinux.tar.xzdocker build -t archlinux .Once you have the image, you could take a look inside:
docker run -i -t greyltc/archlinux bash
Content type
Image
Digest
sha256:d1df00470…
Size
218.6 MB
Last updated
over 2 years ago
docker pull greyltc/archlinux