From 58d16f662f252e9389be152446ebc44607bc5b47 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Thu, 2 Jan 2025 22:57:24 +0100 Subject: [PATCH] deploy: install osbuild-tools for osbuild-image-info --- schutzbot/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 6ad6b9ae0..24aa3786d 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -130,6 +130,9 @@ retry sudo dnf -y upgrade selinux-policy # Note: installing only -tests to catch missing dependencies retry sudo dnf -y install "${PROJECT}-tests" +# Note: image-info is now part of osbuild-tools +retry sudo dnf -y install osbuild-tools + # Save osbuild-composer NVR to a file to be used as CI artifact rpm -q osbuild-composer > COMPOSER_NVR