From e0f4f3608fe23adccf725f2ab9534384c2bbae5baef2e034643c17eafcacc26c Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Tue, 8 Jun 2021 12:39:39 +0000 Subject: [PATCH] Image fixes OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-operator-container?expand=0&rev=9 --- Dockerfile | 2 +- _service | 1 + cdi-apiserver-operator.changes | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0dbf67..0f6d890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Operator for the data fetchi PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" -PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%" +PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%" RUN zypper -n install \ containerized-data-importer-operator \ diff --git a/_service b/_service index 32ebb62..632c248 100644 --- a/_service +++ b/_service @@ -5,6 +5,7 @@ Dockerfile PKG_VERSION PKG_RELEASE + REGISTRY TAGPREFIX LABELPREFIX pkg=containerized-data-importer-operator source /usr/lib/obs/service/cdi_containers_meta diff --git a/cdi-apiserver-operator.changes b/cdi-apiserver-operator.changes index 8bc961d..281e001 100644 --- a/cdi-apiserver-operator.changes +++ b/cdi-apiserver-operator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 4 12:20:49 UTC 2021 - Fabian Vogt + +- Include the registry in org.opensuse.reference + ------------------------------------------------------------------- Wed Apr 28 16:32:28 UTC 2021 - Vasily Ulyanov