-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Support installation of different bundle formats in a single catalog.
"provisionerClassName": "core-rukpak-io-plain", |
Proposed implementation:
*Lookup bundle's format via bundle property olm.bundle.mediatype
*Use a switch statement when choosing the Bundle + BD provisioner class names
If olm.bundle.mediatype
is not found/unset, default to registry+plain
If olm.bundle.mediatype
is "plain+v0", use plain+plain
If olm.bundle.mediatype
is "registry+v1", use registry+plain
if unknown mediatype, fail
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done