[wp-trac] [WordPress Trac] #60901: GitHub Actions: Migrate to Docker Compose v2

WordPress Trac noreply at wordpress.org
Wed Apr 3 11:32:00 UTC 2024


#60901: GitHub Actions: Migrate to Docker Compose v2
------------------------------+-------------------------
 Reporter:  swissspidy        |       Owner:  swissspidy
     Type:  defect (bug)      |      Status:  closed
 Priority:  high              |   Milestone:  6.5.1
Component:  Build/Test Tools  |     Version:
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch         |     Focuses:
------------------------------+-------------------------
Changes (by swissspidy):

 * owner:  (none) => swissspidy
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"57918" 57918]:
 {{{
 #!CommitTicketReference repository="" revision="57918"
 Build/Test Tools: Migrate to Docker Compose V2.

 Compose V2, which was first released in 2020, is included with all
 currently supported versions of Docker Desktop. Compose V1 stopped
 receiving updates in July 2023.

 The biggest difference is that the command to interact with Compose
 changed from `docker-compose` to `docker compose`.

 GitHub has now started removing V1 from Ubuntu & Windows images, which
 caused all Docker-based GitHub Actions workflows to fail.

 This change migrates to the new `docker compose` command to address these
 failures.

 Props swissspidy, thelovekesh.
 Fixes #60901.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/60901#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list