Skip to content

Conversation

@wongsingfo
Copy link
Contributor

@wongsingfo wongsingfo commented Oct 6, 2021

Fixes the issue where if a network error occurs, the docker build process will not be terminated properly. By default, pipeline (curl -sSL https://get.docker.com/ | sh) doesn't produce a failure return code when the last command (sh here) returns zero, even if curl returns non-zero exit status.

Fixes the issue where if a network error occurs, the docker build process will not be terminated properly. By default, pipeline (`curl -sSL https://get.docker.com/ | sh`) doesn't produce a failure return code when the last command (`sh` here) returns zero, even if `curl` returns non-zero exit status.
Copy link
Contributor

@fanpu fanpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about the delay, but this looks good. Thanks for your contribution!

@fanpu fanpu merged commit 299a194 into autolab:master Apr 19, 2022
@wongsingfo wongsingfo deleted the patch-1 branch April 19, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants