Skip to content

Commit caeea3d

Browse files
Merge pull request #8 from rollandf/baseimagerel
chore: update NVIDIA base image
2 parents 996ed0e + 07ab586 commit caeea3d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile.nvidia

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ RUN apk add --no-cache --virtual build-dependencies build-base=~0.5 && \
1313
make clean && \
1414
make build
1515

16-
FROM nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
16+
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev
17+
18+
USER 0:0
19+
SHELL ["/busybox/sh", "-c"]
20+
RUN ln -s /busybox/sh /bin/sh
21+
1722
COPY --from=builder /usr/src/rdma-cni/build/rdma /usr/bin/
1823
WORKDIR /
1924

0 commit comments

Comments
 (0)