Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Tools: Parallel option for Docker Compose is deprecated #6588

Closed
aduth opened this issue May 4, 2018 · 1 comment
Closed

Build Tools: Parallel option for Docker Compose is deprecated #6588

aduth opened this issue May 4, 2018 · 1 comment
Labels
Good First Issue An issue that's suitable for someone looking to contribute for the first time [Type] Build Tooling Issues or PRs related to build tooling [Type] Task Issues or PRs that have been broken down into an individual action to take

Comments

@aduth
Copy link
Member

aduth commented May 4, 2018

Running ./bin/install-docker.sh results in a deprecation warning:

WARNING: --parallel option is deprecated and will be removed in future versions.

This has been made as the default behavior:

docker-compose pull is now performed in parallel by default. You can opt out using the --no-parallel flag. The --parallel flag is now deprecated and will be removed in a future version.

https://github.com/docker/compose/blob/master/CHANGELOG.md#1210-2018-04-10

It should be removed from this script.

@aduth aduth added [Type] Task Issues or PRs that have been broken down into an individual action to take Good First Issue An issue that's suitable for someone looking to contribute for the first time [Type] Build Tooling Issues or PRs related to build tooling labels May 4, 2018
@danielbachhuber
Copy link
Member

🔨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue An issue that's suitable for someone looking to contribute for the first time [Type] Build Tooling Issues or PRs related to build tooling [Type] Task Issues or PRs that have been broken down into an individual action to take
Projects
None yet
Development

No branches or pull requests

2 participants