Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use io.copy for build context compression
The use of pools here is unnecessary and creates a code dependency on moby library which will move to internal. The pool does not provide any value here since it is only done for a single operation and unlikely performed in alongside other operations which are re-using the buffers many times between garbage collections. Signed-off-by: Derek McGowan <[email protected]>
- Loading branch information