mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
README: add instructions to build using Docker
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ bazel-out
|
||||
bazel-genfiles
|
||||
bazel-testlogs
|
||||
bazel-tectonic-installer
|
||||
.cache
|
||||
|
||||
@@ -41,10 +41,15 @@ These instructions can be used for the official stable platforms listed above, a
|
||||
bazel build tarball
|
||||
```
|
||||
|
||||
2. Unzip the tarball
|
||||
*Note*: the project can optionally be built without installing Bazel, provided Docker is installed:
|
||||
```shell
|
||||
docker run --rm -v $PWD:$PWD -w $PWD quay.io/coreos/tectonic-builder:bazel-v0.3 bazel --output_base=.cache build tarball
|
||||
```
|
||||
|
||||
2. Extract the tarball
|
||||
```shell
|
||||
cd bazel-bin
|
||||
tar -zxvf tectonic.tar.gz
|
||||
tar -zxf tectonic.tar.gz
|
||||
cd tectonic
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user