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:
parent
2ebf67ee42
commit
9469ad7208
10
Dockerfile
10
Dockerfile
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user