We've been working on a project called Universal Object Reference (UOR) that uses OCI as a storage provider similar to s3. While the manifest-config mediatype of UOR is consistent (application/vnd.uor.manifest.v1+json), the content of each block is arbitrary and can be anything.
- Here is the source of the UOR Client: https://github.com/uor-framework/client
- Here is the faq: https://uor-framework.github.io/docs/faq/
This ticket is to request Quay.io support for:
- application/json
- application/octet-stream - this is needed to support hdf5 files for AI models
- application/vnd.uor.manifest.v1+json
- application/x-executable
- font/otf
- font/ttf
- font/woff
- font/woff2
- text/plain
- text/html
- text/css
- text/javascript
- text/csv
- text/calendar
It would also be helpful for quay.io to add support for the below mediatypes if able:
- image/gif
- image/jpeg
- image/png
- image/svg+xml
- image/tiff
- relates to
-
PROJQUAY-2253 OCI Compliance failure with unknown manifest class
- New