dockerode icon indicating copy to clipboard operation
dockerode copied to clipboard

Remove promise nesting in buildImage() when no callback

Open kb2ma opened this issue 3 years ago • 0 comments

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

kb2ma avatar Sep 19 '22 02:09 kb2ma