We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385abde commit 1c9ec7dCopy full SHA for 1c9ec7d
test/tests/logstash-basics/run.sh
@@ -8,8 +8,8 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
8
9
image="$1"
10
11
-# Use the image being tested as our client image since it should already have curl
12
-clientImage="$image"
+# our image may not have "curl" (Alpine variants, for example)
+clientImage='buildpack-deps:jessie-curl'
13
14
# input via HTTP (default port 0.0.0.0:8080)
15
# output via stdout, newline-delimited nothing-but-the-message
0 commit comments