ocurrent / ocurrent-deployer

A pipeline that deploys unikernels and other services
MIT License
22 stars 19 forks source link

Remove explicit installation of Docker Compose CLI #222

Closed mtelvers closed 5 months ago

mtelvers commented 5 months ago

The Docker Compose CLI project has been retired. See https://github.com/docker-archive/compose-cli.

This plugin was needed to provide support for pushing to Amazon ECS. However, we do not currently deploy to ECS so this can be dropped and revisited if we ever decide to use ECS.

shonfeder commented 5 months ago

Thanks indeed!