47998b5a084a80b566c34cf6b71c52e537642750
About
This is Hyperbola Docker is base image build setup that employs the bootstrap tarball distributed by distro authors.
It's meant to provide an easy to use solution for building Hyperbola Docker images.
Usage
-
git clonethis repository. -
cdto a directory where you have cloned it. -
Generate bootstrap image with hyperbola-bootstrap
-
Converter hyperbola-bootstrap to bootstrap image valid for docker
$ ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz -
Make sure you have my
Dockerfile,.dockerignoreand thebootstrap.tar.gzin one directory. -
Build the image with a command like:
$ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 .or for Hyperbola Milky Way v0.3
$ docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 .
License
This work is licensed under the GNU GPLv3+
Languages
Shell
100%