Skip to content

Commit dd67db4

Browse files
authored
Merge pull request #130 from cucumber/improve-release-doc
Add troubleshooting section to release doc
2 parents b1fe351 + 092f531 commit dd67db4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,19 @@ make release
6666
```
6767

6868
All done! Hurray!
69+
70+
## Troubleshooting
71+
72+
### Error from Docker
73+
74+
If you encounter the following error:
75+
```
76+
Unable to find image 'cucumber/cucumber-build:latest' locally
77+
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:38683->[::1]:53: read: connection refused.
78+
See 'docker run --help'.
79+
```
80+
81+
You might want to try to download the Docker image by yourself using:
82+
```sh
83+
docker pull cucumber/cucumber-build:latest
84+
```

0 commit comments

Comments
 (0)