File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- name : apiVersion deprecation test
1
+ name : k8s api version check
2
2
on :
3
3
pull_request : {}
4
4
push : {}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ./_output/blobplugin /blobplugin
17
17
RUN apt update && apt-mark unhold libcap2
18
18
RUN clean-install ca-certificates libfuse-dev libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev util-linux mount udev wget e2fsprogs nfs-common netbase
19
19
# 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
21
21
RUN mkdir /blobfuse-proxy/
22
22
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
23
23
# for compatibility, remove this after v1.6.0 release (todo)
You can’t perform that action at this time.
0 commit comments