We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See here.
curl --location \ -H'Accept: application/vnd.oci.image.index.v1+json' \ -H'Authorization: Bearer QQ==' \ https://ghcr.io/v2/macaulay2/tap/macaulay2/manifests/1.23
jq
curl ... | jq '.manifests[0].annotations."sh.brew.bottle.digest"'
curl --location --request GET -H'Authorization: Bearer QQ==' \ https://ghcr.io/v2/macaulay2/tap/macaulay2/blobs/sha256:[digest] --output macaulay2-1.23.tar.gz
Alternatively, you can get the location from:
curl --head --request GET -H'Authorization: Bearer QQ==' \ https://ghcr.io/v2/macaulay2/tap/macaulay2/blobs/sha256:[digest]
and download the bottle using wget.
wget