File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY ${binary} /blobplugin
2121RUN apt update && apt-mark unhold libcap2
2222RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
2323# install updated packages to fix CVE issues
24- RUN clean-install libgmp10 bsdutils libssl1.1 openssl
24+ RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0
2525RUN mkdir /blobfuse-proxy/
2626COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2727ARG ARCH=amd64
Original file line number Diff line number Diff line change @@ -139,19 +139,13 @@ var _ = ginkgo.AfterSuite(func() {
139139 startLog : "===================blob log===================" ,
140140 endLog : "==================================================" ,
141141 }
142- deleteMetricsSVC := testCmd {
143- command : "make" ,
144- args : []string {"delete-metrics-svc" },
145- startLog : "delete metrics service..." ,
146- endLog : "metrics service deleted" ,
147- }
148142 e2eTeardown := testCmd {
149143 command : "make" ,
150144 args : []string {"e2e-teardown" },
151145 startLog : "Uninstalling Azure Blob Storage CSI driver..." ,
152146 endLog : "Azure Blob Storage CSI driver uninstalled" ,
153147 }
154- execTestCmd ([]testCmd {blobLog , deleteMetricsSVC , e2eTeardown })
148+ execTestCmd ([]testCmd {blobLog , e2eTeardown })
155149
156150 // install/uninstall CSI Driver deployment scripts test
157151 installDriver := testCmd {
You can’t perform that action at this time.
0 commit comments