forked from pool/virt-handler-container
- use ARG for defining base image
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=3
This commit is contained in:
parent
2c2d6a1e6c
commit
745891986d
@ -3,7 +3,10 @@
|
||||
#!BuildTag: opensuse/tumbleweed/virt-handler:%%PKG_VERSION%%.%RELEASE%
|
||||
|
||||
# virt-handler container image
|
||||
FROM opensuse/tumbleweed
|
||||
# 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-handler container"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 23:02:10 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- use ARG for defining base image
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 03:18:15 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user