Arch based Linux distribution for Engineers
The following commands all assume you have cloned this repo and it is your current working directory.
Build the brinkOS build container.
docker build -t brinkos .
build brinkOS, this will run and place the iso image in ./iso/
$ docker run -i -t --privileged -v `pwd`/iso:/iso --rm brinkos
or to optionally interact with the build process
$ docker run -i -t --privileged -v `pwd`/iso:/iso --rm brinkos bash
[root@dc1f5b1f676f /]# cd /build/archlive/
[root@dc1f5b1f676f archlive]# ./build.sh -v
Content type
Image
Digest
Size
2.5 GB
Last updated
over 8 years ago
docker pull jamesbrink/brinkos-builder