From af3cd3bd5d85de0763e593929ae0d68b9c1fc61bc438b3af007101be3ea869f9 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-controller-container?expand=0&rev=9 --- Dockerfile | 2 +- _service | 1 + cdi-controller-container.changes | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d05cc2..5ff5cd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Controller for the data fetc 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-controller:%%PKG_VERSION%%.%RELEASE%" +PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-controller:%%PKG_VERSION%%.%RELEASE%" RUN zypper -n install \ containerized-data-importer-controller \ diff --git a/_service b/_service index 5cf7c9d..1c02575 100644 --- a/_service +++ b/_service @@ -5,6 +5,7 @@ Dockerfile PKG_VERSION PKG_RELEASE + REGISTRY TAGPREFIX LABELPREFIX pkg=containerized-data-importer-controller source /usr/lib/obs/service/cdi_containers_meta diff --git a/cdi-controller-container.changes b/cdi-controller-container.changes index 01c5b0b..b9489e9 100644 --- a/cdi-controller-container.changes +++ b/cdi-controller-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 4 12:20:48 UTC 2021 - Fabian Vogt + +- Include the registry in org.opensuse.reference + ------------------------------------------------------------------- Wed Apr 28 16:29:21 UTC 2021 - Vasily Ulyanov