diff --git a/Taskfile.yaml b/Taskfile.yaml index aea4623e2a..76d664fdb5 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -151,39 +151,6 @@ tasks: - task: cve:bin - tools/cve/scan-main.sh {{.REPORT_FILE_NAME}} - dlv:virt-controller:build: - desc: "Build image virt-controller with dlv" - cmd: docker build -f ./images/virt-controller/debug/dlv.Dockerfile -t "{{ .DLV_IMAGE }}" . - - dlv:virt-controller:build-push: - desc: "Build and Push image virt-controller with dlv" - cmds: - - task: dlv:virt-controller:build - - docker push "{{ .DLV_IMAGE }}" - - task: dlv:virt-controller:print - - dlv:virt-controller:print: - desc: "Print commands for debug" - env: - IMAGE: "{{ .DLV_IMAGE }}" - cmd: | - cat <