Skip to content

Commit 6332dad

Browse files
impl
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent 47cd6b1 commit 6332dad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33
{{- $version := "v1.3.1" }}
4-
{{- $tag := print $version "-v12n.6"}}
4+
# {{- $tag := print $version "-v12n.5"}}
5+
{{- $tag := "feat/support-vpc" }}
56

67
{{- $name := print $.ImageName "-dependencies" -}}
78
{{- define "$name" -}}
@@ -28,6 +29,7 @@ packages:
2829
image: {{ $.ImageName }}
2930
final: false
3031
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "base-alt-p11" "builder/alt-go-svace" }}
32+
fromCacheVersion: "12"
3133
mount:
3234
- fromPath: ~/go-pkg-cache
3335
to: /go/pkg

images/virt-launcher/werf.inc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ packages:
120120
- policycoreutils
121121
- psmisc
122122
- msulogin
123+
- iproute2
123124
binaries:
124125
# Gnu utils (requared for swtpm)
125126
- /usr/bin/certtool
@@ -135,6 +136,8 @@ binaries:
135136
- /usr/sbin/biosdecode /usr/sbin/dmidecode
136137
# Numactl
137138
- /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numastat
139+
# Iproute2
140+
- /usr/sbin/tc
138141
{{- end -}}
139142

140143
{{ $virtLauncherDependencies := include "virt-launcher-dependencies" . | fromYaml }}

0 commit comments

Comments
 (0)