Dominique Leuenberger 2021-05-05 18:39:50 +00:00 committed by Git OBS Bridge
commit 3821eb6eb0
3 changed files with 10 additions and 7 deletions

View File

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

View File

@ -1,16 +1,13 @@
<services> <services>
<service mode="buildtime" name="kiwi_metainfo_helper"/> <service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime"> <service mode="buildtime" name="cdi_containers_meta"/>
<param name="file">Dockerfile</param>
<param name="regex">%%PKG_VERSION%%</param>
<param name="parse-version">patch</param>
<param name="package">containerized-data-importer-uploadserver</param>
</service>
<service mode="buildtime" name="replace_using_env"> <service mode="buildtime" name="replace_using_env">
<param name="file">Dockerfile</param> <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">TAGPREFIX</param>
<param name="var">LABELPREFIX</param> <param name="var">LABELPREFIX</param>
<param name="eval">source /usr/lib/obs/service/meta/virt-containers-meta</param> <param name="eval">pkg=containerized-data-importer-uploadserver source /usr/lib/obs/service/cdi_containers_meta</param>
<param name="verbose">1</param> <param name="verbose">1</param>
</service> </service>
<service mode="buildtime" name="docker_label_helper"/> <service mode="buildtime" name="docker_label_helper"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 28 16:35:25 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Tag the image with <version>-<release>
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 25 09:45:47 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com> Sun Apr 25 09:45:47 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>