runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

[Ubuntu 22] update docker compose plugin version

Open chakru-r opened this issue 7 months ago • 1 comments

Description

This PR upgrades Docker Compose to version v2.36.0 for the Ubuntu 22 image. it will fix known https://github.com/docker/compose/issues/12747 in earlier versions of Docker Compose caused issues with parallel operations.

Also see #12228 that fixes for Ubuntu 24

Related issue:

#12160

Check list

  • [x] Related issue / work item is attached
  • [ ] Tests are written (if applicable)
  • [ ] Documentation is updated (if applicable)
  • [ ] Changes are tested and related VM images are successfully generated

chakru-r avatar May 23 '25 05:05 chakru-r

FWIW 2.36.0 has another bug (https://github.com/docker/compose/issues/12860) that is intermittently breaking my workflows on the Ubuntu 24 ubuntu-latest version 20250527 that's currently being rolled out. You might want to go straight to a newer version of 2.36

pjohnmeyer avatar May 30 '25 15:05 pjohnmeyer

Hi @chakru-r , we have updated docker-compose to 2.36.2 , under this https://github.com/actions/runner-images/pull/12381

vidyasagarnimmagaddi avatar Jun 13 '25 14:06 vidyasagarnimmagaddi