|
@@ -8,8 +8,8 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
|
|
|
|
|
|
|
|
image="$1"
|
|
image="$1"
|
|
|
|
|
|
|
|
-# Use the image being tested as our client image since it should already have curl
|
|
|
|
|
-clientImage="$image"
|
|
|
|
|
|
|
+# our image may not have "curl" (Alpine variants, for example)
|
|
|
|
|
+clientImage='buildpack-deps:jessie-curl'
|
|
|
|
|
|
|
|
# Create an instance of the container-under-test
|
|
# Create an instance of the container-under-test
|
|
|
# (explicitly setting a low memory limit since the image defaults to 2GB)
|
|
# (explicitly setting a low memory limit since the image defaults to 2GB)
|