forked from pool/virt-launcher-container
Accepting request 993179 from home:vulyanov:branches:Virtualization:tuning
OBS-URL: https://build.opensuse.org/request/show/993179 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=27
This commit is contained in:
parent
7352e5b8cb
commit
e2171eb2ad
15
Dockerfile
15
Dockerfile
@ -14,13 +14,16 @@ FROM $KUBEVIRTFROM
|
|||||||
# since TARGETARCH is not defined in OBS builds yet. Default to amd64.
|
# since TARGETARCH is not defined in OBS builds yet. Default to amd64.
|
||||||
ARG TARGETARCH=amd64
|
ARG TARGETARCH=amd64
|
||||||
|
|
||||||
|
# Mandatory labels for the build service:
|
||||||
|
# https://en.opensuse.org/Building_derived_containers
|
||||||
# labelprefix=%%LABELPREFIX%%
|
# labelprefix=%%LABELPREFIX%%
|
||||||
PREFIXEDLABEL org.opencontainers.image.title="kubevirt virt-launcher container"
|
LABEL org.opencontainers.image.title="kubevirt virt-launcher container"
|
||||||
PREFIXEDLABEL org.opencontainers.image.description="Container to host VM processes for kubevirt"
|
LABEL org.opencontainers.image.description="Container to host VM processes for kubevirt"
|
||||||
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
|
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||||
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
|
LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
|
||||||
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
|
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||||
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%"
|
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-launcher:%%PKG_VERSION%%.%RELEASE%"
|
||||||
|
# endlabelprefix
|
||||||
|
|
||||||
RUN zypper -n install \
|
RUN zypper -n install \
|
||||||
augeas \
|
augeas \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<hardware>
|
<hardware>
|
||||||
<disk>
|
<disk>
|
||||||
<size unit="G">6</size>
|
<size unit="G">10</size>
|
||||||
</disk>
|
</disk>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 06:27:58 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Use standard LABEL directive to add mandatory labels
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 16:30:17 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
Wed Apr 27 16:30:17 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user