inveniosoftware / inveniosoftware/invenio-cli
Retry docker pulling
- Dominant language
- Python
- Stars
- 14
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes, in the containerized setup docker registry refuses to connect. E.g.:
```
Step 1/10 : FROM inveniosoftware/centos8-python:3.7
Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:51780->[::1]:53: read: connection refused
ERROR: Service 'web-ui' failed to build
Failed to start containerized instance.
```
A simple retry usually helps, but maybe this could be mentioned in the documentation or the step could be retried automatically?
Contributor guide
Assessment
This issue has not been assessed yet.