<#17613 Allow the publish goal for Docker images t...
# github-notifications
q
#17613 Allow the publish goal for Docker images to push images in parallel New issue created by Gaasmann I have a project creating several Docker images to be used by AWS Lambdas and we push those images to ECR. There is some lag each time we start pushing an image to ECR. Pants is currently pushing each image sequentially. Consequently, the
publish
goal takes much more time than it could take if it were pushing images in parallel. Describe the solution you'd like I'd like Pants to be able to push Docker images (via the publish goal) in parallel rather than sequentially. Describe alternatives you've considered No alternative (besides suffering) comes to mind. :-) pantsbuild/pants