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 0c3d52b commit 760bf8eCopy full SHA for 760bf8e
images/test-runner/rootfs/Dockerfile
@@ -123,7 +123,8 @@ RUN wget -qO /tmp/helm.tgz \
123
# Pip not working. Check PR https://github.com/kubernetes/ingress-nginx/pull/10874
124
# RUN pip install --user "yamllint==$YAML_LINT_VERSION"
125
RUN apk update -U \
126
- apk add yamllint
+ && apk add yamllint \
127
+ && yamllint --version
128
129
# Install Yamale YAML schema validator
130
# Commenting pip install yamale because broken cloudbuild https://github.com/kubernetes/ingress-nginx/pull/10885
0 commit comments