File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- name : apiVersion deprecation test
1+ name : k8s api version check
22on :
33 pull_request : {}
44 push : {}
1313 - name : Checkout
1414 uses : actions/checkout@v2
1515
16+ # https://pluto.docs.fairwinds.com/advanced/#display-options
1617 - name : Download pluto
1718 uses : FairwindsOps/pluto/github-action@master
1819
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
1717RUN apt update && apt-mark unhold libcap2
1818RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs
1919# install updated packages to fix CVE issues
20- RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
20+ RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
2121
2222LABEL maintainers="andyzhangx"
2323LABEL description="SMB CSI Driver"
You can’t perform that action at this time.
0 commit comments