1
0

Accepting request 898432 from Virtualization

- Include the registry in org.opensuse.reference

OBS-URL: https://build.opensuse.org/request/show/898432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-uploadproxy-container?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-06-09 19:52:38 +00:00 committed by Git OBS Bridge
commit b3f415dc58
3 changed files with 7 additions and 1 deletions

View File

@ -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 \

View File

@ -5,6 +5,7 @@
<param name="file">Dockerfile</param>
<param name="var">PKG_VERSION</param>
<param name="var">PKG_RELEASE</param>
<param name="var">REGISTRY</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
<param name="eval">pkg=containerized-data-importer-uploadproxy source /usr/lib/obs/service/cdi_containers_meta</param>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 4 12:20:49 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Include the registry in org.opensuse.reference
-------------------------------------------------------------------
Wed Apr 28 16:33:58 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>