Accepting request 898425 from Virtualization

- Include the registry in org.opensuse.reference

OBS-URL: https://build.opensuse.org/request/show/898425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-operator-container?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-06-14 21:10:55 +00:00 committed by Git OBS Bridge
commit e459db4f04
3 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Virtualization operator for
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%TAGPREFIX%%/virt-operator:%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-operator:%%PKG_VERSION%%.%RELEASE%"
RUN zypper -n install kubevirt-virt-operator shadow && \
zypper clean -a && \

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=kubevirt-virt-operator source /usr/lib/obs/service/kubevirt_containers_meta</param>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 4 12:20:51 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Include the registry in org.opensuse.reference
-------------------------------------------------------------------
Tue Apr 27 08:30:58 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>