Skip to content

wbbim/docker-archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-archlinux

Minimal Arch Linux docker image with trustable, traceable & inspectable origin

Usage

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:

  1. Make sure you're running Arch Linux
  2. Install dependencies
    sudo pacman -Suy --needed git expect arch-install-scripts docker
  3. Clone the Dockerfile repo
    git clone https://github.com/l3iggs/docker-archlinux.git
  4. Build the root file system archive
    cd docker-archlinux
    ./buildme.sh #you'll be asked for your sudo password here
  5. Build your baseline Arch Linux docker image
    docker build -t archlinux .
  6. Profit.

About

This builds a new Arch Linux docker image from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages