Skip to content

Commit 18bbac5

Browse files
authored
Add jq to ow-utils image (#4901)
Add the jq cli to the ow-utils to enable easy parsing of results curls against the Kubernetes API server. This will simplify the definition of init containers used to wait for services to be ready before dependent pods are started.
1 parent ffef0a9 commit 18bbac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ow-utils/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ENV WHISKDEPLOY_CLI_VERSION latest
2424

2525
RUN apt-get update && apt-get install -y \
2626
git \
27+
jq \
2728
libffi-dev \
2829
nodejs \
2930
npm \

0 commit comments

Comments
 (0)