VasuDevrani / artifact-explorer-oras

6 stars 2 forks source link

Digests in the JSON view of an artifact manifest should be hyper-linked to its own content page #10

Closed qweeah closed 1 year ago

qweeah commented 1 year ago

If the digest points to an artifact, redirect to a new artifact page If the digest points to an blob, redirect to a new blob page

qweeah commented 1 year ago

You may determine whether a digest points to an artifact via referrerring to the oras-go implementation: https://github.com/oras-project/oras-go/blob/6ec43e7d6241285bb0ec1bf131840cd3352c6ebb/internal/descriptor/descriptor.go#L68