Browse Source

Switch logstash-basics to stop assuming the logstash image includes curl

Tianon Gravi 9 years ago
parent
commit
1c9ec7d4f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/tests/logstash-basics/run.sh

+ 2 - 2
test/tests/logstash-basics/run.sh

@@ -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'
 
 
 # input via HTTP (default port 0.0.0.0:8080)
 # input via HTTP (default port 0.0.0.0:8080)
 # output via stdout, newline-delimited nothing-but-the-message
 # output via stdout, newline-delimited nothing-but-the-message