Go to file
Olaf Meeuwissen 4a04a4721a Add missing argument 2017-08-12 22:28:19 +09:00
.gitignore Add a build phase to roll a "pristine" Devuan base image 2017-08-09 21:25:43 +09:00
.gitlab-ci.yml Add missing argument 2017-08-12 22:28:19 +09:00
README.md Sync documentation with current state of affairs 2017-08-09 21:52:26 +09:00
bootstrap.sh Trim some very trivial "flab" 2017-08-11 00:24:11 +09:00
buildd.df Add support for buildd derived images 2017-08-12 21:31:48 +09:00
migrate.df Replace temporary archive key with devuan-keyring package 2017-08-08 06:13:52 +09:00
repository@devuan.org.asc Fix SKS keyserver network connectivity errors 2017-08-08 06:08:05 +09:00

README.md

build status

Devuan Docker Base Images

Not quite happy with the state of Devuan Docker images on the Docker Hub, I decided to roll my own.

You can pull this image with

docker pull registry.gitlab.com/paddy-hack/devuan

Versioned images are available from the container registry as well.

How does this work?

I had to start somewhere, so the first step takes a Debian base image and converts that following the Devuan migration instructions. The image is pushed to the registry, mainly for reference purposes, and used to run Devuan's debootstrap. This produces a rootfs that is imported to the Docker cache, pushed, re-tagged and pushed again to the container registry.

BTW, you can pull the migrated image with

docker pull registry.gitlab.com/paddy-hack/devuan/migrated