Skip to content

Comments

Handle docker pull errors#17

Open
jessbowers wants to merge 1 commit intosoftprops:masterfrom
jessbowers:fix/docker-err
Open

Handle docker pull errors#17
jessbowers wants to merge 1 commit intosoftprops:masterfrom
jessbowers:fix/docker-err

Conversation

@jessbowers
Copy link

What did you implement:

Properly handles a crash when the docker.pull fails (eg a 404) by showing the error.

Closes: #13

What did you need this functionality for

When using a Rust serverless, it doesn't work & crashes with a mysterious error (Cannot read property 'pipe' of null). However the real issue is that the docker image doesn't exist for rust.

How did you verify your change:

npm compile
npm link
ran in my project, verified that the error message is more clear

What (if anything) would need to be called out in the CHANGELOG for the next release:

  • Adds better logging for Docker pull failure

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.

crash with rust runtime: "Cannot read property 'pipe' of null"

1 participant