X Tutup
The Wayback Machine - https://web.archive.org/web/20200917220539/https://github.com/nodejs/docker-node/issues/1269
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update script `update.sh` should exit non-zero when fetching tarball failed #1269

Open
PeterDaveHello opened this issue Jun 2, 2020 · 1 comment

Comments

@PeterDaveHello
Copy link
Member

@PeterDaveHello PeterDaveHello commented Jun 2, 2020

This should exit non-zero

~/docker-node $ ./update.sh 14
Updating version 14...
14/stretch-slim/Dockerfile is already up to date!
14/buster/Dockerfile is already up to date!
14/buster-slim/Dockerfile is already up to date!
14/stretch/Dockerfile is already up to date!
curl: (22) The requested URL returned error: 404 Not Found
14/alpine3.10/Dockerfile is already up to date!
curl: (22) The requested URL returned error: 404 Not Found
14/alpine3.11/Dockerfile is already up to date!
Done!
@PeterDaveHello
Copy link
Member Author

@PeterDaveHello PeterDaveHello commented Jun 2, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup