File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
image : {{ .ModuleNamePrefix }}{{ .ImageName }}
3
3
fromImage : {{ .ModuleNamePrefix }}distroless
4
+ fromCacheVersion : " {{ now | date " Mon Jan 2 15:04:05 MST 2006" }}"
4
5
import :
5
6
- image : {{ .ModuleNamePrefix }}virt-artifact
6
7
add : /kubevirt-binaries/
Original file line number Diff line number Diff line change 8
8
image : {{ .ModuleNamePrefix }}{{ .ImageName }}-src-artifact
9
9
final : false
10
10
fromImage : builder/src
11
+ fromCacheVersion : " {{ now | date " Mon Jan 2 15:04:05 MST 2006" }}"
11
12
secrets :
12
13
- id : SOURCE_REPO
13
14
value : {{ $.SOURCE_REPO }}
@@ -44,6 +45,7 @@ packages:
44
45
image : {{ .ModuleNamePrefix }}{{ .ImageName }}
45
46
final : false
46
47
fromImage : {{ eq $.SVACE_ENABLED "false" | ternary "builder/alt" "builder/alt-go-svace" }}
48
+ fromCacheVersion : " {{ now | date " Mon Jan 2 15:04:05 MST 2006" }}"
47
49
mount :
48
50
- fromPath : ~/go-pkg-cache
49
51
to : /go/pkg
You can’t perform that action at this time.
0 commit comments