minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Update downloading of minishift binary to handle tar.gz subdirectory change #153

Closed coolbrg closed 7 years ago

coolbrg commented 7 years ago

With commit https://github.com/minishift/minishift/commit/868b6759329ceb1baa0613e29835b5d69d6aaee7 , all content will be under a subdirectory.

Update Makefie post 1.7.0 release of minishift.

anjannath commented 7 years ago

@budhrg the minishift binary should be moved to the $(BIN_DIR) from the newly created dir for extracting?

coolbrg commented 7 years ago

the minishift binary should be moved to the $(BIN_DIR) from the newly created dir for extracting?

Yes @anjannath . Yes it should be moved to $(BIN_DIR) post extracting.

coolbrg commented 7 years ago

Resolved via https://github.com/minishift/minishift-centos-iso/pull/161