Sign inSign up

jamesbrink/brinkos-builder

By jamesbrink

Updated over 8 years ago

binkOS-builder image

Image
0

458

jamesbrink/brinkos-builder repository overview

brinkOS

Build Status

About

Arch based Linux distribution for Engineers

Usage

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

Tag summary

Content type

Image

Digest

Size

2.5 GB

Last updated

over 8 years ago

docker pull jamesbrink/brinkos-builder