Accepting request 845442 from home:jzerebecki:branches:Virtualization

- Please also add to <repository name="container"> in meta of this project the
  following:
    <path project="openSUSE:Containers:Tumbleweed" repository="containers"/>
- Fix FROM
- Replace sle with opensuse

OBS-URL: https://build.opensuse.org/request/show/845442
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-operator-container?expand=0&rev=3
This commit is contained in:
James Fehlig 2020-11-02 14:58:24 +00:00 committed by Git OBS Bridge
parent 2ebf67ee42
commit 9469ad7208

View File

@ -1,17 +1,17 @@
# Define the tags for OBS and build script builds:
#!BuildTag: suse/sles/15.2/virt-operator:%%PKG_VERSION%%
#!BuildTag: suse/sles/15.2/virt-operator:%%PKG_VERSION%%.%RELEASE%
#!BuildTag: opensuse/tumbleweed/virt-operator:%%PKG_VERSION%%
#!BuildTag: opensuse/tumbleweed/virt-operator:%%PKG_VERSION%%.%RELEASE%
# virt-operator container image
FROM registry.opensuse.org/opensuse/tumbleweed:latest
FROM opensuse/tumbleweed:latest
# labelprefix=com.suse.kubevirt
# labelprefix=org.opensuse.kubevirt
PREFIXEDLABEL org.opencontainers.image.title="kubevirt virt-operator container"
PREFIXEDLABEL org.opencontainers.image.description="Virtualization operator for kubevirt"
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="suse/sles/15.2/virt-operator:%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.opensuse.reference="opensuse/tumbleweed/virt-operator:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \
zypper install -y \