File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0 .0
15
+ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1 .0
16
16
17
- # Architecture for bin folder
18
17
ARG ARCH
19
-
20
- # Copy nfsplugin from build _output directory
21
- COPY bin/${ARCH}/nfsplugin /nfsplugin
18
+ ARG binary=./bin/${ARCH}/nfsplugin
19
+ COPY ${binary} /nfsplugin
22
20
23
21
RUN apt update && apt-mark unhold libcap2
24
22
RUN clean-install ca-certificates mount nfs-common netbase
25
23
# install updated packages to fix CVE issues
26
- RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
24
+ RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc6 libc-bin libsystemd0 libudev1
27
25
28
26
ENTRYPOINT ["/nfsplugin" ]
You can’t perform that action at this time.
0 commit comments