Accepting request 972503 from home:vulyanov:branches:Virtualization

- Install tar package (used for cloning filesystem PVCs)

OBS-URL: https://build.opensuse.org/request/show/972503
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-cloner-container?expand=0&rev=13
This commit is contained in:
Vasily Ulyanov 2022-04-25 08:22:17 +00:00 committed by Git OBS Bridge
parent f918984cf9
commit 4cb4d0d3f7
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-cloner:%%PK
RUN zypper -n install \
containerized-data-importer-cloner \
tar \
util-linux && \
zypper clean -a

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 25 07:54:52 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install tar package (used for cloning filesystem PVCs)
-------------------------------------------------------------------
Thu Jan 20 09:09:25 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>