-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add DOCKER_HOST environment (#875)
* start of work to add DOCKER_HOST environment this seems to be the basic to add support for a custom docker host as an envar or command line option. Some questions I have: 1. how/where to test 2. should the default value be set to something instead of empty string? Signed-off-by: vsoch <[email protected]> * adding support for bare DOCKER_ envars, and DOCKER_HOST tests Signed-off-by: vsoch <[email protected]> * trying to fix linting Signed-off-by: vsoch <[email protected]> * more linting interesting I did not see this output locally - I must have a different development environment than what is run in the tests! Signed-off-by: vsoch <[email protected]> * fixes from Dave review! Signed-off-by: vsoch <[email protected]> * fix parsing of docker host flag value Signed-off-by: vsoch <[email protected]> * typo in docker test and we do not need custom lookup for docker host flag Signed-off-by: vsoch <[email protected]> * undefined out Signed-off-by: vsoch <[email protected]> * simplify build command Signed-off-by: vsoch <[email protected]> * simplify build command Signed-off-by: vsoch <[email protected]> * try to fix docker build - scratch adding an empty file Signed-off-by: vsoch <[email protected]> * attempting to fix tests Signed-off-by: vsoch <[email protected]> * try triggering ci again? Signed-off-by: vsoch <[email protected]> Co-authored-by: vsoch <[email protected]>
- Loading branch information
Showing
12 changed files
with
196 additions
and
16 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
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
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