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

oras push of oci.artifact.manifest to use default of application/tar #254

Closed
SteveLasker opened this issue Apr 4, 2021 · 1 comment
Closed
Assignees

Comments

@SteveLasker
Copy link
Contributor

When using the new oci.artifact.manifest, propose we fixup the default behavior for creating blobs.
Today, we create:

  "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
@shizhMSFT
Copy link
Contributor

@SteveLasker looks like this issue is outdated. Please re-open and add up-to-date details if needed.

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

No branches or pull requests

2 participants