File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM k8s.gcr.io/build-image/debian-base:buster -v1.6 .0
15+ FROM k8s.gcr.io/build-image/debian-base:bullseye -v1.0 .0
1616
1717# Architecture for bin folder
1818ARG ARCH
@@ -21,8 +21,8 @@ ARG ARCH
2121COPY bin/${ARCH}/nfsplugin /nfsplugin
2222
2323RUN apt update && apt-mark unhold libcap2
24- # this is a workaround to install nfs-common & nfs-kernel-server and don't quit with error
25- # https://github.com/kubernetes-sigs/blob-csi-driver/ issues/214#issuecomment-781602430
26- RUN apt install ca-certificates mount libssl1.1 nfs-common nfs-kernel-server -y || true
24+ RUN clean- install ca-certificates mount nfs-common
25+ # install updated packages to fix CVE issues
26+ RUN clean- install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
2727
2828ENTRYPOINT ["/nfsplugin" ]
You can’t perform that action at this time.
0 commit comments