Hyperbola Docker is base image build setup that employs the bootstrap tarball

Jesús d199f5a255 Fix permissions 1 year ago
.dockerignore 004b0f528a first commit 3 years ago
.gitignore 004b0f528a first commit 3 years ago
Dockerfile-Hyperbola-v03 37157b2e55 Simplify generation Docker image 3 years ago
Dockerfile-Hyperbola-v04 66a4f558f4 update 2 years ago
LICENSE 004b0f528a first commit 3 years ago
README.md d199f5a255 Fix permissions 1 year ago
tar_fix.py d199f5a255 Fix permissions 1 year ago

README.md

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 clone this repository.

  • cd to a directory where you have cloned it.

  • Generate bootstrap image with hyperbola-bootstrap

  • Converter hyperbola-bootstrap to bootstrap image valid for docker

    $ python3 tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz
    
  • Make sure you have my Dockerfile, .dockerignore and the bootstrap.tar.gz in 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+