forked from pool/virt-exportproxy-container
Accepting request 993176 from home:vulyanov:branches:Virtualization:tuning
OBS-URL: https://build.opensuse.org/request/show/993176 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-exportproxy-container?expand=0&rev=3
This commit is contained in:
parent
f71bfd76af
commit
a0724ac369
15
Dockerfile
15
Dockerfile
@ -11,13 +11,16 @@
|
||||
ARG KUBEVIRTFROM
|
||||
FROM $KUBEVIRTFROM
|
||||
|
||||
# Mandatory labels for the build service:
|
||||
# https://en.opensuse.org/Building_derived_containers
|
||||
# labelprefix=%%LABELPREFIX%%
|
||||
PREFIXEDLABEL org.opencontainers.image.title="kubevirt virt-exportproxy container"
|
||||
PREFIXEDLABEL org.opencontainers.image.description="Export proxy for the VirtualMachineExport resources"
|
||||
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
|
||||
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-exportproxy:%%PKG_VERSION%%.%RELEASE%"
|
||||
LABEL org.opencontainers.image.title="kubevirt virt-exportproxy container"
|
||||
LABEL org.opencontainers.image.description="Export proxy for the VirtualMachineExport resources"
|
||||
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
|
||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-exportproxy:%%PKG_VERSION%%.%RELEASE%"
|
||||
# endlabelprefix
|
||||
|
||||
RUN zypper -n install kubevirt-virt-exportproxy shadow && \
|
||||
zypper clean -a && \
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 07:26:01 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Use standard LABEL directive to add mandatory labels
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 12:19:31 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user