We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f200dc9 commit 704a36dCopy full SHA for 704a36d
images/virt-artifact/werf.inc.yaml
@@ -29,7 +29,7 @@ packages:
29
image: {{ $.ImageName }}
30
final: false
31
fromImage: {{ eq $.SVACE_ENABLED "false" | ternary "base-alt-p11" "builder/alt-go-svace" }}
32
-fromCacheVersion: "03"
+fromCacheVersion: "04"
33
mount:
34
- fromPath: ~/go-pkg-cache
35
to: /go/pkg
images/virt-launcher/werf.inc.yaml
@@ -2,6 +2,7 @@
2
3
final: true
4
fromImage: distroless
5
+fromCacheVersion: "01"
6
import:
7
- image: {{ $.ImageName }}-binaries
8
add: /relocate
0 commit comments