Switch to an even older docker API version

This works with GKE which has Docker 1.11
pull/2/head
yuvipanda 2017-05-09 02:29:15 -07:00
rodzic d5cafb2822
commit d7c04ab58e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ class Builder(Application):
if bp.detect(output_path):
bp.build(output_path, self.output_image_spec)
client = docker.from_env(version='1.24')
client = docker.from_env(version='1.23')
for line in client.images.push(self.output_image_spec, stream=True):
progress = json.loads(line.decode('utf-8'))
print(progress['status'])