forked from pool/virt-handler-container
Accepting request 890428 from home:vulyanov:branches:Virtualization
- Tag the image with <version>-<release> OBS-URL: https://build.opensuse.org/request/show/890428 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=10
This commit is contained in:
parent
931521f45d
commit
529ff96fc6
@ -1,6 +1,7 @@
|
||||
# Define the tags for OBS and build script builds:
|
||||
#!BuildTag: %%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%
|
||||
#!BuildTag: %%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%
|
||||
#!BuildTag: %%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%-%%PKG_RELEASE%%
|
||||
|
||||
# virt-handler container image
|
||||
# KUBEVIRTFROM defined in prjconf, e.g.
|
||||
|
11
_service
11
_service
@ -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-handler</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-handler source /usr/lib/obs/service/kubevirt_containers_meta</param>
|
||||
<param name="verbose">1</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="docker_label_helper"/>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 11:46:13 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Tag the image with <version>-<release>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 18 07:54:24 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user