Skip to content

Commit 1c9ec7d

Browse files
committed
Switch logstash-basics to stop assuming the logstash image includes curl
1 parent 385abde commit 1c9ec7d

File tree

1 file changed

+2
-2
lines changed
  • test/tests/logstash-basics

1 file changed

+2
-2
lines changed

test/tests/logstash-basics/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
88

99
image="$1"
1010

11-
# Use the image being tested as our client image since it should already have curl
12-
clientImage="$image"
11+
# our image may not have "curl" (Alpine variants, for example)
12+
clientImage='buildpack-deps:jessie-curl'
1313

1414
# input via HTTP (default port 0.0.0.0:8080)
1515
# output via stdout, newline-delimited nothing-but-the-message

0 commit comments

Comments
 (0)