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=11.6 .1
28+ ARG CUDA_VERSION=11.7 .1
2929ARG BASE_DIST=ubi8
3030
3131FROM golang:1.13 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.1.1
28+ DOCKER_TAG ?= v1.2.0
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 2424 operator : Exists
2525 containers :
2626 - name : nvidia-kubevirt-gpu-dp-ctr
27- image : nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.1.1
27+ image : nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.2.0
2828 securityContext :
2929 allowPrivilegeEscalation : false
3030 capabilities :
You can’t perform that action at this time.
0 commit comments