- use ARG for defining base image

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-controller-container?expand=0&rev=3
This commit is contained in:
James Fehlig 2020-11-17 23:01:20 +00:00 committed by Git OBS Bridge
parent 7526ae7219
commit 31be7b045e
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,10 @@
#!BuildTag: opensuse/tumbleweed/virt-controller:%%PKG_VERSION%%.%RELEASE%
# virt-controller 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-controller container"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 17 23:00:12 UTC 2020 - James Fehlig <jfehlig@suse.com>
- use ARG for defining base image
-------------------------------------------------------------------
Tue Sep 15 03:14:13 UTC 2020 - James Fehlig <jfehlig@suse.com>