cnabio / cnab-to-oci

Tool to convert CNAB bundle.json to OCI index
Apache License 2.0
54 stars 41 forks source link

Handle bundle custome extensions #45

Closed jeremyrickard closed 5 years ago

jeremyrickard commented 5 years ago

The cnab spec provides a mechanism for bundle authors to define custom extensions. It looks like cnab-to-oci currently does not handle these when a bundle is pushed, so this data would be lost on a pull.

Porter plans on storing some things in the extensions and would like to see this persisted.

silvin-lubecki commented 5 years ago

Fixed with #46