From 566a21372c12c24053eae939927489dbf3acf572111d4e1d7ff9f5fad153ef71 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Tue, 8 Jun 2021 12:39:40 +0000 Subject: [PATCH] Image fixes OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadproxy-container?expand=0&rev=9 --- Dockerfile | 2 +- _service | 1 + cdi-uploadproxy-container.changes | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbd3560..13228b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Upload proxy for the data fe 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-uploadproxy:%%PKG_VERSION%%.%RELEASE%" +PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE%" RUN zypper -n install \ containerized-data-importer-uploadproxy \ diff --git a/_service b/_service index d7aeb8e..ec11f10 100644 --- a/_service +++ b/_service @@ -5,6 +5,7 @@ Dockerfile PKG_VERSION PKG_RELEASE + REGISTRY TAGPREFIX LABELPREFIX pkg=containerized-data-importer-uploadproxy source /usr/lib/obs/service/cdi_containers_meta diff --git a/cdi-uploadproxy-container.changes b/cdi-uploadproxy-container.changes index 0409a1e..d8991c7 100644 --- a/cdi-uploadproxy-container.changes +++ b/cdi-uploadproxy-container.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:33:58 UTC 2021 - Vasily Ulyanov