Bug 1498640 - deploy latest image_builder image r=glandium
commit3e5153cd10092045b3c1adeeefe5316a923c148e
authorDustin J. Mitchell <dustin@mozilla.com>
Wed, 31 Oct 2018 23:02:42 +0000 (31 23:02 +0000)
committerDustin J. Mitchell <dustin@mozilla.com>
Wed, 31 Oct 2018 23:02:42 +0000 (31 23:02 +0000)
tree4ae0f9e2d06081d73f46b9255581a44069217e90
parentd9345822b6976bb3585824f62c4533b3fa011c5d
Bug 1498640 - deploy latest image_builder image r=glandium

This uses the latest image_builder image (on docker hub) to build even the
image_builder image.

The change to `docker.py` handles a new API response (`aux`) from the Docker
daemon.  It's unclear what this key means, but displaying it is simple.

Differential Revision: https://phabricator.services.mozilla.com/D8441

--HG--
extra : rebase_source : b6a2c2de231bd623521a0a7a0dc595fed059b758
extra : intermediate-source : aa32ba9e6df3e20aab896a63538c8e8a432b4988
extra : source : f33b9e6aca06b7883f048c6c068704680cbfbbb2
taskcluster/docker/image_builder/VERSION [new file with mode: 0644]
taskcluster/docs/docker-images.rst
taskcluster/taskgraph/transforms/docker_image.py
taskcluster/taskgraph/util/docker.py