image-spec icon indicating copy to clipboard operation
image-spec copied to clipboard

OCI Image Format

Results 136 image-spec issues
Sort by recently updated
recently updated
newest added

Closes: #804 Signed-off-by: KeisukeYamashita Co-authored-by: Kai Signed-off-by: Vincent Batts

This is a culmination of many people's work over the last few months to introduce reference types to OCI as part of the [OCI Reference Types WG](https://github.com/opencontainers/tob/blob/main/proposals/wg-reference-types.md). This PR contains...

This is adopted from https://github.com/opencontainers/runc/blob/602c85fdc6c73d614213fc1759f8e710e54047ca/MAINTAINERS_GUIDE.md Notably: - making the "runc" into a more generic "this project" - dropping the concept of "chief maintainer" - formatting to a sentence per line...

Context: https://github.com/golang/go/issues/45453 I'm not sure how much we want to track go's compiler support for various platforms, but [given that we already kind of do](https://github.com/opencontainers/image-spec/blame/450f12ccba13c57b528d1b534404e515089f3420/image-index.md#L51-L59), I'm opening this issue to...

Ideally it would be better to make the `mediaType` a required property. But given that we want to be backward compatible, the check is left to the client to ensure...

It's not clear whether optional fields in manifests and descriptors can be null. By extension, it's also not clear whether or not the canonicalized form of a manifest should omit...

The way that [image-layout](https://github.com/opencontainers/image-spec/blob/master/image-layout.md) is written, it cannot (or is very hard to; perhaps I should be less definite in the statement) support multiple images sharing blobs. The "entrypoint" of...

From my previous change to switch to https, this field should not have been modified since it's an identifier in an upstream spec. For more details see the conversation over...

## Abstract OCI chose tar format as a basis for images storage layer, while not specifying any constrains on the tar format itself AFAIK. In #805 @vbatts [says](https://github.com/opencontainers/image-spec/issues/805#issuecomment-663674039): > The...

Per #803, there seems to be some confusion about how tools should fail when they encounter unknown layer types. Container runtimes cannot satisfy the bit about: The final filesystem layout...