Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCI Artifact changes #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

gorkem
Copy link

@gorkem gorkem commented Jan 13, 2025

Changes the specification to adhere to OCI Artifact guidance. Adds a section about the tar layers and reproducibility. Editing changes to clarify.

fixes #17 and #23

Changes the specf to adhere to OCI Artifact guidance.
Adds a section about the tar layers. Some minor
editing changes.And reproducibility section

Signed-off-by: Gorkem Ercan <[email protected]>

The image manifest of model artifacts follows the [OCI Image Manifest Specification][image-manifest] and adheres to the [artifacts guidance](https://github.com/opencontainers/image-spec/blob/main/artifacts-guidance.md).

```JSON
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be better to include the concret example in a dedicated section like Example Image Manifest Specification For Model Artifacts.
See a similar writing convention in image spec.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, changed the order of things as well.

docs/spec.md Show resolved Hide resolved
@bergwolf
Copy link
Contributor

Thanks @gorkem! Generally looks good to me. There are lint errors though.

Moves the manifest example to its own section.

Signed-off-by: Gorkem Ercan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project defines invalid OCI content
3 participants