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 00125d2 commit a3a17b5Copy full SHA for a3a17b5
tools/Dockerfile
@@ -45,6 +45,8 @@ curl "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux
45
-o /stackable/bin/jq
46
chmod +x /stackable/bin/jq
47
48
+# Needed to to patch manifests in OLM environments with tolerations
49
+# and environment variables.
50
curl "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_${TARGETARCH}" \
51
-o /stackable/bin/yq
52
chmod +x /stackable/bin/yq
0 commit comments