forked from pool/virt-operator-container
- use ARG for defining base image
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-operator-container?expand=0&rev=4
This commit is contained in:
parent
9469ad7208
commit
03aa840bf0
@ -3,7 +3,10 @@
|
||||
#!BuildTag: opensuse/tumbleweed/virt-operator:%%PKG_VERSION%%.%RELEASE%
|
||||
|
||||
# virt-operator container image
|
||||
FROM opensuse/tumbleweed:latest
|
||||
# KUBEVIRTFROM defined in prjconf, e.g.
|
||||
# BuildFlags: dockerarg:KUBEVIRTFROM=opensuse/tumbleweed
|
||||
ARG KUBEVIRTFROM
|
||||
FROM $KUBEVIRTFROM
|
||||
|
||||
# labelprefix=org.opensuse.kubevirt
|
||||
PREFIXEDLABEL org.opencontainers.image.title="kubevirt virt-operator container"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 23:04:54 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- use ARG for defining base image
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 03:24:20 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user