diff --git a/images/virt-launcher/werf.inc.yaml b/images/virt-launcher/werf.inc.yaml index e41b938008..074649323e 100644 --- a/images/virt-launcher/werf.inc.yaml +++ b/images/virt-launcher/werf.inc.yaml @@ -146,6 +146,8 @@ binaries: - /usr/bin/openssl # Xorriso (Creates an image of an ISO9660 filesystem) - /usr/bin/xorriso-dd-target /usr/bin/xorrisofs + # Swtpm + - /usr/bin/swtpm /usr/bin/swtpm_bios /usr/bin/swtpm_cert /usr/bin/swtpm_ioctl /usr/bin/swtpm_localca /usr/bin/swtpm_setup # Dmidecode - /usr/sbin/biosdecode /usr/sbin/dmidecode # Numactl @@ -234,10 +236,12 @@ import: includePaths: - node-labeller - vlctl + - image: packages/binaries/swtpm add: /swtpm - to: /relocate - after: setup + to: / + before: install + - image: tools/coreutils add: / to: /relocate @@ -258,7 +262,18 @@ shell: - | apt-get update && apt-get install -y {{ $virtLauncherDependencies.libs | join " " }} {{ $virtLauncherDependencies.packages | join " " }} + # libtpms libtpms-devel require version 0.10 that in sisyphus repo + cat >/etc/apt/sources.list.d/alt-sisyphus.list<