mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
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:
parent
a4b5a565ff
commit
91bd095ee4
@ -6,7 +6,7 @@
|
||||
package annotations
|
||||
|
||||
const (
|
||||
kataAnnotationsPrefix = "io.kata-containers."
|
||||
kataAnnotationsPrefix = "io.katacontainers."
|
||||
kataConfAnnotationsPrefix = kataAnnotationsPrefix + "config."
|
||||
kataAnnotHypervisorPrefix = kataConfAnnotationsPrefix + "hypervisor."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user