We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the new oci.artifact.manifest, propose we fixup the default behavior for creating blobs. Today, we create:
oci.artifact.manifest
"mediaType": "application/vnd.oci.image.layer.v1.tar", "digest": "sha256:204e7c423c891d0e4b057c4ecb068a53ffc991ef5a3bb47467f1b8088775dc48", "size": 84, "annotations": { "org.opencontainers.image.title": "sbom.json" }
Referencing issue #178 to default to:
"mediaType": "application/tar", "digest": "sha256:204e7c423c891d0e4b057c4ecb068a53ffc991ef5a3bb47467f1b8088775dc48", "size": 84
The text was updated successfully, but these errors were encountered:
@SteveLasker looks like this issue is outdated. Please re-open and add up-to-date details if needed.
Sorry, something went wrong.
shizhMSFT
No branches or pull requests
When using the new
oci.artifact.manifest
, propose we fixup the default behavior for creating blobs.Today, we create:
Referencing issue #178 to default to:
The text was updated successfully, but these errors were encountered: