Skip to content

Commit

Permalink
Merge pull request #80 from shivamerla/bump_cuda_version_12.2.2
Browse files Browse the repository at this point in the history
Bump CUDA base image version to 12.2.2 to fix CVEs and bump plugin version to v1.2.3
  • Loading branch information
rthallisey committed Oct 20, 2023
2 parents c2c8560 + 07137e0 commit 1b20916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ARG CUDA_IMAGE=cuda
ARG CUDA_VERSION=12.2.0
ARG CUDA_VERSION=12.2.2
ARG BASE_DIST=ubi8

FROM golang:1.20 AS builder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

build:
go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd
Expand Down
2 changes: 1 addition & 1 deletion manifests/nvidia-kubevirt-gpu-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
operator: Exists
containers:
- name: nvidia-kubevirt-gpu-dp-ctr
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.2.2
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.2.3
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 1b20916

Please sign in to comment.