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

Require docker compose 2.2.3 when compose v2 is active #489

Merged
merged 1 commit into from Feb 21, 2022

Conversation

davidalger
Copy link
Collaborator

As noted in #423 compose v2 has seen some dramatic issues. This resolves #423 by enforcing a constraint of 2.2.3 or higher while still allowing continued use of v1 with existing constraint of 1.25.0 or greater, as there may still be compatibility issues due to upstream BC breaks and Linux users will still have v1 installed by default (v2 is now the default for Docker Desktop on macOS)

@davidalger davidalger merged commit 44bd17a into develop Feb 21, 2022
@davidalger
Copy link
Collaborator Author

Adding arm64 label as compose v2 is required for fully native experience on Apple Silicon.

@davidalger davidalger added this to the Apple M1 Support milestone Feb 21, 2022
@davidalger davidalger deleted the issue-423 branch February 21, 2022 23:41
@navarr navarr modified the milestones: Apple M1 Support, Warden 1.0.0 Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Environment variables are not set when using docker-compose V2
2 participants