File tree 2 files changed +2
-95
lines changed
2 files changed +2
-95
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
3
3
{{- $version := "1.3.1" }}
4
+ {{- $branch := "v12n-patches"}}
4
5
{{- $goVersion := "1.22.7" }}
5
6
6
7
{{- $name := print $.ImageName "-dependencies" -}}
@@ -52,13 +53,8 @@ shell:
52
53
- rm --recursive --force /var/lib/apt/lists/ftp.altlinux.org* /var/cache/apt/*.bin
53
54
54
55
install :
55
- - git clone --depth 1 --branch v {{ $version }} {{ $.SOURCE_REPO }}/kubevirt/ kubevirt.git /kubevirt
56
+ - git clone --depth 1 --branch {{ $branch }} {{ $.SOURCE_REPO }}/deckhouse/3p- kubevirt.git /kubevirt
56
57
- cd /kubevirt
57
- - |
58
- for p in /patches/*.patch ; do
59
- echo -n "Apply ${p} ... "
60
- git apply --ignore-space-change --ignore-whitespace ${p} && echo OK || (echo FAIL ; exit 1)
61
- done
62
58
- go mod edit -go={{ $goVersion }}
63
59
- go mod download
64
60
- |
You can’t perform that action at this time.
0 commit comments