Minimal Arch Linux docker image with trustable, traceable & inspectable origin
Get the trustable, AUTOMATED BUILD prebuilt image from https://registry.hub.docker.com/u/l3iggs/archlinux/:
docker pull l3iggs/archlinux
or build it locally yourself from the source repository:
- Make sure you're running Arch Linux
- Install dependencies
sudo pacman -Suy --needed git expect arch-install-scripts docker - Clone the Dockerfile repo
git clone https://github.com/l3iggs/docker-archlinux.git - Build the root file system archive
cd docker-archlinux
./buildme.sh #you'll be asked for your sudo password here - Build your baseline Arch Linux docker image
docker build -t archlinux . - Profit.