diff --git a/Dockerfile b/Dockerfile index 8f08707..2d05cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Defines the tag for OBS and build script builds: #!BuildTag: %%TAGPREFIX%%/cdi-controller:%%PKG_VERSION%% #!BuildTag: %%TAGPREFIX%%/cdi-controller:%%PKG_VERSION%%.%RELEASE% +#!BuildTag: %%TAGPREFIX%%/cdi-controller:%%PKG_VERSION%%-%%PKG_RELEASE%% # cdi-controller container image # KUBEVIRTFROM defined in prjconf, e.g. diff --git a/_service b/_service index a914984..5cf7c9d 100644 --- a/_service +++ b/_service @@ -1,16 +1,13 @@ - - Dockerfile - %%PKG_VERSION%% - patch - containerized-data-importer-controller - + Dockerfile + PKG_VERSION + PKG_RELEASE TAGPREFIX LABELPREFIX - source /usr/lib/obs/service/meta/virt-containers-meta + pkg=containerized-data-importer-controller source /usr/lib/obs/service/cdi_containers_meta 1 diff --git a/cdi-controller-container.changes b/cdi-controller-container.changes index 3fc5d6e..01c5b0b 100644 --- a/cdi-controller-container.changes +++ b/cdi-controller-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 28 16:29:21 UTC 2021 - Vasily Ulyanov + +- Tag the image with - + ------------------------------------------------------------------- Sun Apr 25 09:41:59 UTC 2021 - Vasily Ulyanov