File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2
22
3- LABEL version="1.3 .0"
3+ LABEL version="1.4 .0"
44LABEL repository="http://github.com/redhat-cop/github-actions"
55LABEL homepage="http://github.com/redhat-cop/github-actions/confbatstest"
66LABEL maintainer="Red Hat CoP"
@@ -54,6 +54,12 @@ RUN export GO_VERSION=1.14 && \
5454 ln -s /tmp/go/bin/go /usr/local/bin/go && \
5555 go version
5656
57+ RUN export KUBEVAL_VERSION=latest && \
58+ wget --no-verbose https://github.com/instrumenta/kubeval/releases/${KUBEVAL_VERSION}/download/kubeval-linux-amd64.tar.gz && \
59+ tar -C /tmp -xzf kubeval-linux-amd64.tar.gz && \
60+ ln -s /tmp/kubeval /usr/local/bin/kubeval && \
61+ kubeval --version
62+
5763RUN GO111MODULE=on go get github.com/plexsystems/konstraint && \
5864 ln -s ~/go/bin/konstraint /usr/local/bin/konstraint && \
5965 konstraint --help
You can’t perform that action at this time.
0 commit comments