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
This commit is contained in:
Vasily Ulyanov 2022-01-20 12:24:14 +00:00 committed by Git OBS Bridge
parent 19854ad27c
commit f918984cf9
2 changed files with 7 additions and 1 deletions

View File

@ -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" ]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 20 09:09:25 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install util-linux package (provides blockdev)
-------------------------------------------------------------------
Wed Dec 8 15:02:15 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>