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
21
21
RUN apt update && apt-mark unhold libcap2
22
22
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
23
23
# 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
25
25
RUN mkdir /blobfuse-proxy/
26
26
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
27
27
ARG ARCH=amd64
Original file line number Diff line number Diff line change @@ -139,19 +139,13 @@ var _ = ginkgo.AfterSuite(func() {
139
139
startLog : "===================blob log===================" ,
140
140
endLog : "==================================================" ,
141
141
}
142
- deleteMetricsSVC := testCmd {
143
- command : "make" ,
144
- args : []string {"delete-metrics-svc" },
145
- startLog : "delete metrics service..." ,
146
- endLog : "metrics service deleted" ,
147
- }
148
142
e2eTeardown := testCmd {
149
143
command : "make" ,
150
144
args : []string {"e2e-teardown" },
151
145
startLog : "Uninstalling Azure Blob Storage CSI driver..." ,
152
146
endLog : "Azure Blob Storage CSI driver uninstalled" ,
153
147
}
154
- execTestCmd ([]testCmd {blobLog , deleteMetricsSVC , e2eTeardown })
148
+ execTestCmd ([]testCmd {blobLog , e2eTeardown })
155
149
156
150
// install/uninstall CSI Driver deployment scripts test
157
151
installDriver := testCmd {
You can’t perform that action at this time.
0 commit comments