forked from pool/cdi-uploadserver-container
Accepting request 898433 from Virtualization
- Include the registry in org.opensuse.reference OBS-URL: https://build.opensuse.org/request/show/898433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdi-uploadserver-container?expand=0&rev=4
This commit is contained in:
commit
3663def516
@ -15,7 +15,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Upload server for the data f
|
||||
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-uploadserver:%%PKG_VERSION%%.%RELEASE%"
|
||||
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-uploadserver:%%PKG_VERSION%%.%RELEASE%"
|
||||
|
||||
RUN zypper -n install \
|
||||
qemu-tools qemu-block-curl tar util-linux \
|
||||
|
1
_service
1
_service
@ -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-uploadserver source /usr/lib/obs/service/cdi_containers_meta</param>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 12:20:50 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Include the registry in org.opensuse.reference
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 16:35:25 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user