Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Work round docker-py assuming busybox is present (docker/docker-py#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Nov 13, 2015
1 parent 804e6ba commit de802f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/600_proxy_docker_py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ docker_py_test() {

start_suite "Run docker-py test suite against the proxy"

# Work round https://github.com/docker/docker-py/issues/852
docker_on $HOST1 pull busybox:buildroot-2014.02 >/dev/null
# Get a list of the tests for use to shard
docker_on $HOST1 pull joffrey/docker-py >/dev/null
CANDIDATES=$(docker_on $HOST1 run \
Expand Down

0 comments on commit de802f9

Please sign in to comment.