You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
0 commit comments