Clarify ISO build steps

pull/3814/head
Thomas Strömberg 2019-03-06 14:55:38 -08:00 committed by GitHub
parent cc71bf9e82
commit bada9dfb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
## Build a new ISO
You only need to build the minikube ISO when the there are changes in the `deploy/iso` folder.
Major releases always get a new ISO. Minor bugfixes may or may not require it: check for changes in the `deploy/iso` folder.
Note: you can build the ISO using the `hack/jenkins/build_iso.sh` script locally.
* navigate to the minikube ISO jenkins job
@ -18,8 +19,8 @@ The build will take roughly 50 minutes.
Edit the minikube `Makefile`, updating the version number values at the top:
* `VERSION_MINOR` (and `VERSION_MAJOR`, `VERSION_BUILD` as necessary)
* `ISO_VERSION` (only update this if there is a new ISO release - though there almost always is)
* `VERSION_MAJOR`, `VERSION_MINOR`, `VERSION_BUILD` as necessary
* `ISO_VERSION` - defaults to MAJOR.MINOR.0 - update if point release requires a new ISO to be built.
## Run Local Integration Test