diff options
author | Jesus <heckyel@riseup.net> | 2023-09-25 03:25:00 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-25 03:25:00 +0800 |
commit | 8d7135bb32c9d1c26a1b701cc0aef268d079e641 (patch) | |
tree | ae2406be999506d0d3264bdec554198d599f6318 /README.md | |
parent | 6eeb5fc344eb88868724adc4426f39ea021f4a8e (diff) | |
download | hyperbola-docker-8d7135bb32c9d1c26a1b701cc0aef268d079e641.tar.lz hyperbola-docker-8d7135bb32c9d1c26a1b701cc0aef268d079e641.tar.xz hyperbola-docker-8d7135bb32c9d1c26a1b701cc0aef268d079e641.zip |
Remove tar_fix.sh because hyperbola-bootstrap in current version fixed it's
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -11,22 +11,15 @@ Usage ====== - `git clone` this repository and move to directory where you have cloned it. - - Generate bootstrap image with [hyperbola-bootstrap](https://git.sr.ht/~heckyel/hyperbola-bootstrap) or download file from [archive.fridu.us](https://archive.fridu.us/hyperbola/iso/) +- Rename hyperbola-bootstrap to bootstrap.tar.gz image -- Converter hyperbola-bootstrap to bootstrap image valid for docker - -```console -$ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz -``` + mv -T hyperbola-bootstrap-x86_64.tar.gz 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: -```console -$ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . -``` + docker build --tag hyperbola:0.4.3 -f Dockerfile-Hyperbola-v04 . License ======= |