1
0

- 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:
James Fehlig 2020-11-17 23:02:50 +00:00 committed by Git OBS Bridge
parent 2c2d6a1e6c
commit 745891986d
2 changed files with 9 additions and 1 deletions

View File

@ -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"

View File

@ -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>