Skip to content

Commit 1b20916

Browse files
authored
Merge pull request #80 from shivamerla/bump_cuda_version_12.2.2
Bump CUDA base image version to 12.2.2 to fix CVEs and bump plugin version to v1.2.3
2 parents c2c8560 + 07137e0 commit 1b20916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
ARG CUDA_IMAGE=cuda
28-
ARG CUDA_VERSION=12.2.0
28+
ARG CUDA_VERSION=12.2.2
2929
ARG BASE_DIST=ubi8
3030

3131
FROM golang:1.20 AS builder

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
DOCKER_REPO ?= "nvcr.io/nvidia/kubevirt-gpu-device-plugin"
28-
DOCKER_TAG ?= v1.2.2
28+
DOCKER_TAG ?= v1.2.3
2929

3030
build:
3131
go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd

manifests/nvidia-kubevirt-gpu-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
operator: Exists
2121
containers:
2222
- name: nvidia-kubevirt-gpu-dp-ctr
23-
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.2.2
23+
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.2.3
2424
securityContext:
2525
allowPrivilegeEscalation: false
2626
capabilities:

0 commit comments

Comments
 (0)