|
@@ -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"
|
|
|
|
|
|
|
+# Use a client image with curl for testing
|
|
|
|
|
+clientImage="buildpack-deps:curl"
|
|
|
|
|
|
|
|
# Create an instance of the container-under-test
|
|
# Create an instance of the container-under-test
|
|
|
serverImage="$("$dir/../image-name.sh" librarytest/jetty-hello-web "$image")"
|
|
serverImage="$("$dir/../image-name.sh" librarytest/jetty-hello-web "$image")"
|