mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 07:18:06 +08:00
[bitnami/kafka] goss: wait-for-port not available on 4.y.z (#79140)
Signed-off-by: juan131 <juan.ariza@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
07a8d92d1e
commit
63389c8992
@@ -27,3 +27,9 @@ file:
|
||||
filetype: file
|
||||
contents:
|
||||
- "![-]loggc"
|
||||
{{ if not (regexMatch "^4.+" .Env.APP_VERSION) }}
|
||||
command:
|
||||
check-wait-for-port-binary:
|
||||
exec: which wait-for-port
|
||||
exit-status: 0
|
||||
{{ end }}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
binaries:
|
||||
- java
|
||||
- kafka-server-start.sh
|
||||
- wait-for-port
|
||||
directories:
|
||||
- mode: "0775"
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user