dockerode
dockerode copied to clipboard
Remove promise nesting in buildImage() when no callback
Uses a single Promise as in v3.3.3, but maintains the asynchronous approach to .dockerignore processing added in v3.3.4.
Also added unit tests for the no-callback, Promise based path.
Fixes #696