On Fri, Apr 9, 2021 at 11:56 AM Hank Beatty <[email protected]> wrote:

> Is there a way to use docker-compose so that all components can be built
> in parallel instead of in serial?


Not using the `pkg` command, but they build in parallel for CentOS 7 if you
do
    cd infrastructure/docker/build &&
    docker-compose ps --services |
      xargs -I{} docker-compose run -deRHEL_VERSION=7  --rm {} &&
      docker-compose logs -f

-Zach

Reply via email to