Skip to content

Commit 02014c4

Browse files
committed
[release] Explicit docker pull before docker run
1 parent dd67db4 commit 02014c4

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ release:
6464
[ -d '../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
6565
git -C ../secrets pull
6666
../secrets/update_permissions
67+
docker pull cucumber/cucumber-build:latest
6768
docker run \
6869
--volume "${shell pwd}":/app \
6970
--volume "${shell pwd}/../secrets/import-gpg-key.sh":/home/cukebot/import-gpg-key.sh \

RELEASING.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,3 @@ 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)