Add support for OCI upload provider

Signed-off-by: Roy Golan <rgolan@redhat.com>
This commit is contained in:
Roy Golan 2021-11-18 09:52:25 +02:00 committed by Sanne Raymaekers
parent d9051c23e6
commit bee932e222
18 changed files with 495 additions and 4 deletions

View file

@ -366,6 +366,7 @@ var imageTypeCompatMapping = map[string]string{
"test_type_invalid": "test_type_invalid", // used only in json_test.go
"ec2": "ec2",
"ec2-ha": "ec2-ha",
"oci": "oci",
}
func imageTypeToCompatString(imgType distro.ImageType) string {