Accepting request 898374 from home:favogt:container-checks:dkc
- Also specify the registry in kubevirt_containers_meta OBS-URL: https://build.opensuse.org/request/show/898374 OBS-URL: https://build.opensuse.org/package/show/Virtualization/kubevirt?expand=0&rev=57
This commit is contained in:
parent
5bf71ba120
commit
8e721b047f
@ -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