How to access to docker.elastic.co/v2/kibana/kibana-oss/manifests/6.5.1

Hi everyone !

I try to retrieve the hash code of the docker image of kibana and elasticsearch.
With the official docker registry we can get this information with this url https://index.docker.io/v2/library/nginx/manifests/latest

But if I use the same pattern on Elastic’s docker repository, the response is a HTTP status 401 Unauthorized.

How can I get the authorization to access to the resource behind this url? Is simple user like me allowed to access to the resource?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.