diff --git a/Dockerfile b/Dockerfile index 787ed99..f0dbf67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Defines the tag for OBS and build script builds: #!BuildTag: %%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%% #!BuildTag: %%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE% +#!BuildTag: %%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%-%%PKG_RELEASE%% # cdi-operator container image # KUBEVIRTFROM defined in prjconf, e.g. diff --git a/_service b/_service index 62c992c..32ebb62 100644 --- a/_service +++ b/_service @@ -1,16 +1,13 @@ - - Dockerfile - %%PKG_VERSION%% - patch - containerized-data-importer-operator - + Dockerfile + PKG_VERSION + PKG_RELEASE TAGPREFIX LABELPREFIX - source /usr/lib/obs/service/meta/virt-containers-meta + pkg=containerized-data-importer-operator source /usr/lib/obs/service/cdi_containers_meta 1 diff --git a/cdi-apiserver-operator.changes b/cdi-apiserver-operator.changes index e8837a4..8bc961d 100644 --- a/cdi-apiserver-operator.changes +++ b/cdi-apiserver-operator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 28 16:32:28 UTC 2021 - Vasily Ulyanov + +- Tag the image with - + ------------------------------------------------------------------- Sun Apr 25 09:44:08 UTC 2021 - Vasily Ulyanov