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