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

fix: make minimum docker-compose version compatible with version 2.x.x #1118

Closed
wants to merge 1 commit into from

Conversation

fayak
Copy link

@fayak fayak commented Oct 15, 2021

docker-compose --version output changed with version 2. I changed the sed to reflect the changes

$ docker-compose --version
docker-compose version 1.25.0, build 0a186604
$ docker-compose --version | sed 's/[dD]ocker[- ][cC]ompose version \([^,]\{1,\}\),\?.*/\1/'
1.25.0
$ docker-compose --version                                                                  
Docker Compose version 2.0.1
$ docker-compose --version | sed 's/[dD]ocker[- ][cC]ompose version \([^,]\{1,\}\),\?.*/\1/'
2.0.1

Signed-off-by: Cyril Duval [email protected]

@BYK
Copy link
Member

BYK commented Oct 15, 2021

Duplicate of #1116 so closing in favor of that.

@BYK BYK closed this Oct 15, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants