Accepting request 890427 from home:vulyanov:branches:Virtualization

- Tag the image with <version>-<release>

OBS-URL: https://build.opensuse.org/request/show/890427
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-controller-container?expand=0&rev=8
This commit is contained in:
Vasily Ulyanov 2021-05-04 15:34:03 +00:00 committed by Git OBS Bridge
parent 18a8cb4d00
commit 4891d95fa2
3 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,7 @@
# Defines the tags for OBS and build script builds:
#!BuildTag: %%TAGPREFIX%%/virt-controller:%%PKG_VERSION%%
#!BuildTag: %%TAGPREFIX%%/virt-controller:%%PKG_VERSION%%.%RELEASE%
#!BuildTag: %%TAGPREFIX%%/virt-controller:%%PKG_VERSION%%-%%PKG_RELEASE%%
# virt-controller container image
# KUBEVIRTFROM defined in prjconf, e.g.

View File

@ -1,16 +1,13 @@
<services>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%PKG_VERSION%%</param>
<param name="parse-version">patch</param>
<param name="package">kubevirt-virt-controller</param>
</service>
<service mode="buildtime" name="kubevirt_containers_meta"/>
<service mode="buildtime" name="replace_using_env">
<param name="file">Dockerfile</param>
<param name="var">PKG_VERSION</param>
<param name="var">PKG_RELEASE</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
<param name="eval">source /usr/lib/obs/service/meta/virt-containers-meta</param>
<param name="eval">pkg=kubevirt-virt-controller source /usr/lib/obs/service/kubevirt_containers_meta</param>
<param name="verbose">1</param>
</service>
<service mode="buildtime" name="docker_label_helper"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 28 11:44:17 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Tag the image with <version>-<release>
-------------------------------------------------------------------
Sun Apr 18 07:51:49 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>