actions / runner-images

GitHub Actions runner images
MIT License
9.13k stars 2.82k forks source link

[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 9 #9692

Open mikhailkoliada opened 2 weeks ago

mikhailkoliada commented 2 weeks ago

Breaking changes

Docker compose v1 will be removed from Ubuntu & Windows images.

Target date

The images rollout process will start on July, 9 and take 3-4 days.

The motivation for the changes

Docker compose v1 has been deprecated since July 2023 and customers are encouraged to migrate to v2, apart from that, as per our support policy it has been more that 6 months since the deprecation announcement so we would like to finally remove it. More information can also be found on the GitHub blog.

Possible impact

If your pipelines or workflows still depend on docker compose v1 they might be broken.

Platforms affected

Runner images affected

Mitigation ways

The last release of the v1 branch is still available on GitHub and can be downloaded and installed manually in runtime for both Ubuntu and Windows.

kekomenos commented 1 week ago

9717