-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend -b option to accept docker/http/https scheme
This patch enable user to use `-b` option in different ways for `crc config`, `crc setup` and `crc start`. ``` $ crc config set bundle <local_bundle_path or http://foo.com/bundle or docker://registry.com/bundle:version> $ crc setup -b <local_bundle_path or http://foo.com/bundle or docker://registry.com/bundle:version> $ crc start -b <local_bundle_path or http://foo.com/bundle or docker://registry.com/bundle:version> ``` Assumption here is user doesn't change the bundle name during upload to different location (like fileshare or registry) since we are building the bundleName using those info.
- Loading branch information
1 parent
9f5c378
commit 35faa01
Showing
5 changed files
with
100 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters