Skip to content

Commit 2b4dbf2

Browse files
Merge pull request #87 from rollandf/baseimage
chore: udpate Nvidia base image
2 parents 6e81d19 + 8a38214 commit 2b4dbf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.nvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020
RUN make _build-manager BIN_PATH=build/_output/cmd
2121
RUN make _build-sriov-network-operator-config-cleanup BIN_PATH=build/_output/cmd
2222

23-
FROM nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
23+
FROM nvcr.io/nvidia/doca/doca:3.1.0-base-rt-host
2424
COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/manager /usr/bin/sriov-network-operator
2525
COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/build/_output/cmd/sriov-network-operator-config-cleanup /usr/bin/sriov-network-operator-config-cleanup
2626
COPY bindata /bindata

Dockerfile.sriov-network-config-daemon.nvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
1919
COPY . .
2020
RUN make _build-sriov-network-config-daemon BIN_PATH=build/_output/cmd
2121

22-
FROM nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
22+
FROM nvcr.io/nvidia/doca/doca:3.1.0-base-rt-host
2323
ARG MSTFLINT=mstflint
2424
# We have to ensure that pciutils is installed. This package is needed for mstfwreset to succeed.
2525
# xref pkg/vendors/mellanox/mellanox.go#L150

Dockerfile.webhook.nvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
1919
COPY . .
2020
RUN make _build-webhook BIN_PATH=build/_output/cmd
2121

22-
FROM nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
22+
FROM nvcr.io/nvidia/doca/doca:3.1.0-base-rt-host
2323
LABEL io.k8s.display-name="sriov-network-webhook" \
2424
io.k8s.description="This is an admission controller webhook that mutates and validates customer resources of sriov network operator."
2525
USER 1001

0 commit comments

Comments
 (0)