artifacts-spec
artifacts-spec copied to clipboard
Please LGTM if folks are in favor or archiving the repository REJECT with reasoning. - [ ] @stevelasker - [x] @sajayantony - [ ] @justincormack - [x] @michaelb990 Update status...
We have waited for more than 6 months on https://github.com/oras-project/artifacts-spec/issues/120
When referring to the OCI Artefact spec, "ORAS" artefacts was used incorrectly. This PR fixes it and links it to the mentioned specification.
With the increasing proliferation of new artifacts linked to manifests (e.g. sbom, scan reports, attestations, signatures...), there is a need to efficiently index the content of these artifacts to provide...
The PR describing the [OCI Artifact Manifest spec has been merged.](https://github.com/opencontainers/image-spec/pull/934) The [schema described in the PR](https://github.com/opencontainers/image-spec/blob/main/artifact.md) seems to be the same as the ORAS Artifact spec. How will the...
The link [How does ORAS Artifacts relate to OCI Artifacts?](https://github.com/oras-project/artifacts-spec#how-does-oras-artifacts-relate-to-oci-artifacts) is broken. I didn't find a possible matching paragraph to be linked to.
This PR adds a reference link to the correlatio between ORAS and OCI artifact spec. The proposed reference is the work-in-progress issue about the migration to the OCI specification.
1) ~~`Build and Push $IMAGE` can be done with `oras copy`~~ 2) `Push an SBoM` can be done with `oras attach`
The [artifacts-spec defines the `io.cncf.oras.artifact.created` annotation for date/time sorting of artifacts, based on a created date.](https://github.com/oras-project/artifacts-spec/blob/main/artifact-manifest.md#oras-artifact-manifest-properties) > `io.cncf.oras.artifact.created` date and time on which the artifact was created (string, date-time as...
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 This is...