Skip to content

Commit

Permalink
fix: CVE-2021-43618 in Ubuntu image
Browse files Browse the repository at this point in the history
rename test
  • Loading branch information
andyzhangx committed Dec 19, 2021
1 parent 263beb9 commit 83ee84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: apiVersion deprecation test
name: k8s api version check
on:
pull_request: {}
push: {}
Expand Down
2 changes: 1 addition & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY ./_output/blobplugin /blobplugin
RUN apt update && apt-mark unhold libcap2
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
# install updated packages to fix CVE issues
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
RUN mkdir /blobfuse-proxy/
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
# for compatibility, remove this after v1.6.0 release (todo)
Expand Down

0 comments on commit 83ee84f

Please sign in to comment.