artifacts
artifacts copied to clipboard
OCI Artifacts
From the discussion in [#56](https://github.com/opencontainers/artifacts/pull/56#issuecomment-1178198409), here's a list of external projects I'm aware of. Feel free to add any that I've missed. Signed-off-by: Brandon Mitchell
The guidance [here](https://github.com/opencontainers/artifacts/blob/main/artifact-authors.md#defining-a-unique-artifact-type) is more harmful than if it simply didn't exist. Encouraging the proliferation of custom mediaTypes (rather than reusing existing, registered types) reduces the ability to reuse software....
We initially focused on putting `config` in the mediaType, and including a `+json` on the extension, simply as momentum for how they were represented at the time. We later clarified...
There's no clear definition about what's an **artifact**, although the meaning can be found when reading the specification. It's nevertheless meaningful having a clear [definition](https://github.com/opencontainers/artifacts/blob/master/definitions-terms.md), because the term "artifact" is...
I want to use OCI Artifacts to store video files (remote desktop session recordings) efficiently, and one thing I would need is a way to play the videos files directly...
Previously at https://gist.github.com/justincormack/523dc229f0dd7b882edf19c60aed1581 Here for more detailed comments. Signed-off-by: Justin Cormack
# PR Status On the [July 21, 2021 OCI call](https://hackmd.io/El8Dd2xrTlCaCG59ns5cwg#July-21-2021), and additional OCI TOB discussion, the following plan of action was decided: - Over the next few weeks the OCI...
Following discussions in https://github.com/opencontainers/image-spec/pull/775, adding details on encrypted mediatype definitions. Signed-off-by: Brandon Lum
Capture how artifact authors can provide localized strings and logos for how their artifact can be visualized in registry specific tooling. This surfaces the details captured here: https://github.com/opencontainers/artifacts/blob/f9710ad60b6de311843df88d8f8fa1e6d0d44b50/authoring-artifacts.md#optional-publishing-the-artifact-type
I understand that [support for "artifact indexes"](https://github.com/opencontainers/artifacts/blob/master/artifact-authors.md#future-scope) similar to "image indexes" is expected to come in the future. The [OCI image specification](https://github.com/opencontainers/image-spec) doesn't support mixing _image references_ (the [`manifests` list...