Closed tarilabs closed 5 months ago
This looks good @tarilabs - not sure why the DCO isn't turning green but that's the one thing we are waiting on.
This looks good @tarilabs - not sure why the DCO isn't turning green but that's the one thing we are waiting on.
thanks @vsoch I've bumped the commit message maybe it was missing a double empty line, not sure, but seems to be passing now 👍 🚀
Hi 👋 proposing with this PR to make documentation media_type examples adhere to the MIME type/Media Type format specification.
Some OCI registry (such as Zot) seems to me they enable by default the validation of media-type according to the standard. The current examples in the doc don't respect the standard, making the examples fail at runtime. e.g.
The proposed modification in this PR make use of media_type examples which adhere to the MIME type/Media Type format spec, thus avoiding the validation error from the server/OCI registry side.