File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535# A future version of Cekit will expose this to us, for now we hard-code
3636DOCKER_API_VERSION = "1.35"
3737
38- base_url = os .environ .get ("DOCKER_HOST" , 'unix:///var/run/ docker.sock' )
38+ base_url = os .environ .get ("DOCKER_HOST" , docker .constants . DEFAULT_UNIX_SOCKET )
3939d = docker .APIClient (version = DOCKER_API_VERSION , base_url = base_url )
4040
4141
Original file line number Diff line number Diff line change 77# A future version of Cekit will expose this to us, for now we hard-code
88DOCKER_API_VERSION = "1.35"
99
10- base_url = os .environ .get ("DOCKER_HOST" , 'unix:///var/run/ docker.sock' )
10+ base_url = os .environ .get ("DOCKER_HOST" , docker .constants . DEFAULT_UNIX_SOCKET )
1111DOCKER_CLIENT = docker .APIClient (version = DOCKER_API_VERSION , base_url = base_url )
1212
1313@then (u'the image should contain label {label}' )
You can’t perform that action at this time.
0 commit comments