virtcontainers/annotations: use right domain name for kata annotations

The domain name should be used as prefix for the annotations, for
kata containers the domain name is katacontainers.io, not kata-containers.io

fixes #2123

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2019-10-09 15:21:28 +00:00
parent a4b5a565ff
commit 91bd095ee4

View File

@ -6,7 +6,7 @@
package annotations
const (
kataAnnotationsPrefix = "io.kata-containers."
kataAnnotationsPrefix = "io.katacontainers."
kataConfAnnotationsPrefix = kataAnnotationsPrefix + "config."
kataAnnotHypervisorPrefix = kataConfAnnotationsPrefix + "hypervisor."