Changed marshalling to be unstructured hence more flexible for any JSON responses using attribute names other than token (given by Docker Hub for instance). Azure ACR returns Bearer token in a response with the attribute access_token. Other expected attribute token patterns may be added for other supported registries not following any of these.
Changed marshalling to be unstructured hence more flexible for any JSON responses using attribute names other than
token
(given by Docker Hub for instance). Azure ACR returns Bearer token in a response with the attributeaccess_token
. Other expected attribute token patterns may be added for other supported registries not following any of these.