jib icon indicating copy to clipboard operation
jib copied to clipboard

Pull manifests and container configs concurrently in PullBaseImages when building multi-platform images

Open chanseokoh opened this issue 5 years ago • 0 comments

Currently, PullBaseImages iterates over a manifest list and downloads manifests sequentially.

https://github.com/GoogleContainerTools/jib/blob/94f8bdafe0f816c548f96392b34660d5574cc5c4/jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PullBaseImageStep.java#L239

chanseokoh avatar Sep 03 '20 19:09 chanseokoh