New Error in Github action "docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF."
Closed this issue · 1 comments
ishields commented
I'm all of a sudden getting an error with this action. The actions been working flawlessly for years so wondering if a version got deprecated or something?
Unable to find image 'elasticsearch:7.6.1' locally
7.6.1: Pulling from library/elasticsearch
docker: Get "https://registry-1.docker.io/v2/library/elasticsearch/manifests/sha256:76e9a781357ded86dcddaed0cfe3ee9b7fb412101ed251f7a9e358[15](https://github.com/trackalacker/trackalacker/actions/runs/6835218930/job/18588783996#step:7:16)48810bd7": EOF.
See 'docker run --help'.
Unable to find image 'appropriate/curl:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF.
See 'docker run --help'.
Here is my step yml:
- uses: getong/elasticsearch-action@v1.2
with:
elasticsearch version: '7.6.1'
host port: 9200
container port: 9200
host node port: 9300
node port: 9300
discovery type: 'single-node'
ishields commented
Looks like it must've been something wrong with github because this self resolved.