curl --request POST \
--url https://api.bunny.net/mc/registries/digest \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"imageName": "<string>",
"imageNamespace": "<string>",
"tag": "<string>"
}
'{
"imageNamespace": "<string>",
"image": "<string>",
"tag": "<string>",
"digest": "<string>"
}Retrieves the digest information for a specific container image tag.
curl --request POST \
--url https://api.bunny.net/mc/registries/digest \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>",
"imageName": "<string>",
"imageNamespace": "<string>",
"tag": "<string>"
}
'{
"imageNamespace": "<string>",
"image": "<string>",
"tag": "<string>",
"digest": "<string>"
}Please enter a valid personal API key.
Was this page helpful?