Merge pull request #5624 from agile6v/master

feat: add lj-releng tool to check Lua code for finding the potential problems
This commit is contained in:
Kubernetes Prow Robot 2020-05-30 09:03:53 -07:00 committed by GitHub
commit 734f3853a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,6 +107,9 @@ RUN set -eux; \
; \
apk del .build-deps;
RUN wget https://raw.githubusercontent.com/openresty/openresty-devel-utils/master/lj-releng -O /usr/local/bin/lj-releng \
&& chmod +x /usr/local/bin/lj-releng
RUN wget https://storage.googleapis.com/kubernetes-release/release/${K8S_RELEASE}/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl