I'm trying to pull Docker image docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.0
(actually it's a FROM
directive in a Dockerfile
) and here is the result:
Step 1 : FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.0
Trying to pull repository docker.elastic.co/elasticsearch/elasticsearch-oss ...
Pulling repository docker.elastic.co/elasticsearch/elasticsearch-oss
ERROR: Service 'elasticsearch' failed to build: Error: image elasticsearch/elasticsearch-oss:6.1.0 not found
I'm trying to access to docker.elastic.co
Docker images repository to check if it is working and here is the result when I'm trying to access it (with the following URL https://docker.elastic.co/v2/ according to the official Docker repository API documentation):
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]}
(with a 401 Unauthorized HTTP error status).
Are the elastic.co Docker images still available?