Accepting request 898405 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/898405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubevirt?expand=0&rev=23
This commit is contained in:
commit
90ccba85c4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 11:19:34 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Also specify the registry in kubevirt_containers_meta
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 20 11:34:20 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
@ -5,14 +5,17 @@ case "${distro}" in
|
||||
150200:0)
|
||||
TAGPREFIX=suse/sles/15.2
|
||||
LABELPREFIX=com.suse.kubevirt
|
||||
REGISTRY=registry.suse.com
|
||||
;;
|
||||
150300:0)
|
||||
TAGPREFIX=suse/sles/15.3
|
||||
LABELPREFIX=com.suse.kubevirt
|
||||
REGISTRY=registry.suse.com
|
||||
;;
|
||||
*)
|
||||
TAGPREFIX=kubevirt
|
||||
LABELPREFIX=org.opensuse.kubevirt
|
||||
REGISTRY=registry.opensuse.org
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user