File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727ARG CUDA_IMAGE=cuda
28- ARG CUDA_VERSION=12.2.0
28+ ARG CUDA_VERSION=12.2.2
2929ARG BASE_DIST=ubi8
3030
3131FROM golang:1.20 AS builder
Original file line number Diff line number Diff line change 2525# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
2727DOCKER_REPO ?= "nvcr.io/nvidia/kubevirt-gpu-device-plugin"
28- DOCKER_TAG ?= v1.2.2
28+ DOCKER_TAG ?= v1.2.3
2929
3030build :
3131 go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments