I am trying to install ECE until AWS EC2 instances. I have run into the below error both while using the github ECE role and via the manual install method using this cmd " bash <(curl -fsSL https://download.elastic.co/cloud/elastic-cloud-enterprise.sh) install" There is no local firewall enables on the Rhel7 server and it has internet access.
Does anyone know why it cannot find this image? An Elastic rep mentioned that ECE doesn't have any images, so I am not sure why the elastic supplied installation command pulls it down each time.
That the curl command fails is IMO expected. The Docker binary will talk to the registry and get the required layers to fetch. This isn't a direct file download.
I assume just running docker pull docker.elastic.co/cloud-enterprise/elastic-cloud-enterprise:2.6.1 directly fails as well?
One more thing to check: Your Docker version is something more or less current? Mine looks like this:
docker -v
Docker version 19.03.12, build 48a66213fe
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.