Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix docker image lookup for docker 1.6+
Some versions of docker display image listings like this: docker.io/golang 1.4 ebd45caf377c 2 weeks ago The regular expression used to detect presence of images needs to be updated. It's unfortunate that we're still screen-scaping here, due to: moby/moby#8048
- Loading branch information