-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add DockerComposeV1 task and refactoring DockerComposeV0 #20085
Add DockerComposeV1 task and refactoring DockerComposeV0 #20085
Conversation
✅ Successfully linked to Azure Boards work item(s): |
…hub.com/microsoft/azure-pipelines-tasks into users/v-ivandu/add-DockerComposeV1-task
@ivanduplenskikh I don't see any docs change here, and the official website is not yet updated https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/docker-compose-v0?view=azure-pipelines. Without the update on official document, this release of DockerComposeV1 is not complete! And how the end users migrate to V1 task without a document to follow? |
Is There an official date to remove the @0 version? |
Reading from the commited code, it's 24th July. |
Hi @ivanduplenskikh , @sandywangkpmg @peruzzof @benoityip @DergachevE , Any update on the official, Docker-compose v2(DockerCompose@1) version in azure devops..? |
@vinayprakash893, @sandywangkpmg, the official DockerCompose@1 task documentation can be found at this link DockerCompose@1 |
Task name: DockerComposeV0, DockerComposeV1
Description: This PR adds DockerComposeV1 and remove the feature flag USE_DOCKER_COMPOSE_V2_COMPATIBLE_MODE from DockerComposeV0
Documentation changes required: N
Added unit tests: N
Attached related issue: AB#2168817
Checklist: