We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f512bc4 commit f633b3eCopy full SHA for f633b3e
images/cdi-artifact/werf.inc.yaml
@@ -8,7 +8,6 @@
8
binaries:
9
- /cdi-binaries/cdi-importer
10
- /cdi-binaries/cdi-source-update-poller
11
-- /usr/lib64/libxml2.s*
12
packages:
13
- libnbd
14
- xz
images/cdi-importer/werf.inc.yaml
@@ -50,6 +50,12 @@ import:
50
- cdi-image-size-detection
51
- cdi-importer
52
- cdi-source-update-poller
53
+- image: {{ .ModuleNamePrefix }}cdi-artifact
54
+ add: /cdi-binaries
55
+ to: /usr/lib64
56
+ before: setup
57
+ includePaths:
58
+ - libxml2.s*
59
- image: {{ .ModuleNamePrefix }}qemu
60
add: /qemu-img
61
to: /relocate
0 commit comments