You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, PREvant works with registry:v2 but pulling meta information from Docker registries that are hosted on Nexus do not work. It seems like that content negotiation of the registry client dkregistry needs to send the Accept header.
If I access the manifest resoure of a image with curl, the Content-Type is set to application/vnd.docker.distribution.manifest.v1+json:
Currently, PREvant works with
registry:v2
but pulling meta information from Docker registries that are hosted on Nexus do not work. It seems like that content negotiation of the registry clientdkregistry
needs to send theAccept
header.If I access the manifest resoure of a image with
curl
, theContent-Type
is set toapplication/vnd.docker.distribution.manifest.v1+json
:In contrast with an explicit
Accept
header theContent-type
is set toapplication/vnd.docker.distribution.manifest.v2+json
The text was updated successfully, but these errors were encountered: