diff --git a/Dockerfile b/Dockerfile index ccc6440..fbd3560 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Defines the tag for OBS and build script builds: #!BuildTag: %%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%% #!BuildTag: %%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE% +#!BuildTag: %%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%%-%%PKG_RELEASE%% # cdi-uploadproxy container image # KUBEVIRTFROM defined in prjconf, e.g. diff --git a/_service b/_service index b664f37..d7aeb8e 100644 --- a/_service +++ b/_service @@ -1,16 +1,13 @@ - - Dockerfile - %%PKG_VERSION%% - patch - containerized-data-importer-uploadproxy - + Dockerfile + PKG_VERSION + PKG_RELEASE TAGPREFIX LABELPREFIX - source /usr/lib/obs/service/meta/virt-containers-meta + pkg=containerized-data-importer-uploadproxy source /usr/lib/obs/service/cdi_containers_meta 1 diff --git a/cdi-uploadproxy-container.changes b/cdi-uploadproxy-container.changes index 3169e39..0409a1e 100644 --- a/cdi-uploadproxy-container.changes +++ b/cdi-uploadproxy-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 28 16:33:58 UTC 2021 - Vasily Ulyanov + +- Tag the image with - + ------------------------------------------------------------------- Sun Apr 25 09:44:58 UTC 2021 - Vasily Ulyanov