File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33{{- $version := "1.3.1" }}
4+ {{- $branch := "v12n-patches"}}
45{{- $goVersion := "1.22.7" }}
56
67{{- $name := print $.ImageName "-dependencies" -}}
@@ -52,13 +53,8 @@ shell:
5253 - rm --recursive --force /var/lib/apt/lists/ftp.altlinux.org* /var/cache/apt/*.bin
5354
5455 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
5657 - 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
6258 - go mod edit -go={{ $goVersion }}
6359 - go mod download
6460 - |
You can’t perform that action at this time.
0 commit comments