From f918984cf95d6319efa62851f0281925a6cd55221e8ad63d64797bed7c7162a7 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Thu, 20 Jan 2022 12:24:14 +0000 Subject: [PATCH] Accepting request 947686 from home:vulyanov:branches:Virtualization - Install util-linux package (provides blockdev) OBS-URL: https://build.opensuse.org/request/show/947686 OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-cloner-container?expand=0&rev=12 --- Dockerfile | 3 ++- cdi-cloner-container.changes | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 029b30c..33e96b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-cloner:%%PKG_VERSION%%.%RELEASE%" RUN zypper -n install \ - containerized-data-importer-cloner && \ + containerized-data-importer-cloner \ + util-linux && \ zypper clean -a ENTRYPOINT [ "/usr/bin/cloner_startup.sh" ] diff --git a/cdi-cloner-container.changes b/cdi-cloner-container.changes index 68094e7..a8cfc1b 100644 --- a/cdi-cloner-container.changes +++ b/cdi-cloner-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 20 09:09:25 UTC 2022 - Vasily Ulyanov + +- Install util-linux package (provides blockdev) + ------------------------------------------------------------------- Wed Dec 8 15:02:15 UTC 2021 - Guillaume GARDET