Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Docker Compose’s integration for ECS and ACI is retiring in November 2023. #2258

Open
copyNdpaste opened this issue Jul 20, 2023 · 11 comments

Comments

@copyNdpaste
Copy link

Hello

I'm researching the way using docker compose on ecs fagate to deploy blue/green..

I found those writings

but I also found this Docker Compose’s integration for ECS and ACI is retiring in November 2023.

After November 2023 there will be no way to use docker compose on ecs?

It's just about not supporting updates or never use?

@JohnPreston
Copy link

Try out ECS Compose-x and let me know

@gregoryca
Copy link

What about Azure ? currently when i want to deploy a docker-compose file i get the error:
Docker Compose's integration for ECS and ACI will be retired in November 2023. Learn more: https://docs.docker.com/go/compose-ecs-eol/

But it does not give me an alternative for ACI, as i'm trying to deploy a container to ACI
aci-error2

@BlaiseD
Copy link

BlaiseD commented Aug 24, 2023

This looks like an alternative i.e. Azure CLI should work with the integration.

@gregoryca
Copy link

It's a bit of a pain, but i switched over to Terraform. Sadly i gave to convert my docker-compose files to Terraform container code, but if it's configured correctly it works pretty nicely.

Using the Azure CLI would also be a PITA as we strictly build CI/CD in our datacenters so using Terraform makes it intergrate perfectly for our container deployments.

@BlaiseD
Copy link

BlaiseD commented Aug 25, 2023

You are correct - the compose file makes the integration an alternative to a template rather than a CLI.

@Rovel
Copy link

Rovel commented Aug 30, 2023

I was in the same spot considering using it and found the EOL, the problem is the the why? the post of why it is not avaliable anymore? so any news?

@Willmish
Copy link

Are there any alternative integrations planned to replace this?

@loicbisiere
Copy link

What about AWS Copilot (Command line interface for containerized applications)?
It seems that AWS copilot could import a docker compose file (see issue)?
The AWS Copilot documentation seems to use DockerFile: https://aws.github.io/copilot-cli/en/docs/manifest/backend-service/#image

Is someone tried it?

@JohnPreston
Copy link

What about AWS Copilot (Command line interface for containerized applications)? It seems that AWS copilot could import a docker compose file (see issue)? The AWS Copilot documentation seems to use DockerFile: https://aws.github.io/copilot-cli/en/docs/manifest/backend-service/#image

Is someone tried it?

Check out ecs-compose-x
Takes no need to rewrite compose file

@DeflateAwning
Copy link

Is there any tutorial out there on how to change this part of an AWS CloudFormation? The guidance given after this deprecation (which just started today) is really poor.

docker context create ecs $ENVIRONMENT_NAME --from-env
docker context use $ENVIRONMENT_NAME
docker compose -f docker-compose.base.yml -f docker-compose.$ENVIRONMENT_NAME.yml --project-name $ECS_CLUSTER_NAME convert > cloudformation.yml

@biswajit-k
Copy link

Azure CLI unnecessarily makes things more difficult and obscure. They don't have proper support for docker compose and network. Highly disappointed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants