Upgrade to Docker Compose V2 #63

Merged
methbkts merged 1 commits from upgrade-docker-compose-v2 into migrate-docker-compose-version 2024-01-12 21:39:28 -03:00
methbkts commented 2024-01-12 11:06:52 -03:00 (Migrated from gitlab.com)

As described on Docker's official documentation, docker-compose (v1) is deprecated and replaced by Compose V2.

Effective July 2023, Compose V1 stopped receiving updates and is no longer in new Docker Desktop releases. Compose V2 has replaced it and is now integrated into all current Docker Desktop versions.

The final Compose V1 release, version 1.29.2, was May 10, 2021. These packages haven't received any security updates since then. Use at your own risk.

As described on Docker's official documentation, docker-compose (v1) is deprecated and replaced by Compose V2. > Effective July 2023, Compose V1 stopped receiving updates and is no longer in new Docker Desktop releases. Compose V2 has replaced it and is now integrated into all current Docker Desktop versions. > The final Compose V1 release, version 1.29.2, was May 10, 2021. These packages haven't received any security updates since then. Use at your own risk. - [Docker Compose overview](https://docs.docker.com/compose/) - [Migrate to Compose V2](https://docs.docker.com/compose/migrate/)
rogs commented 2024-01-12 11:08:08 -03:00 (Migrated from gitlab.com)

Thank you for this! I will check it out later and merge if everything works correctly 👍

Thank you for this! I will check it out later and merge if everything works correctly :thumbsup:
rogs commented 2024-01-12 11:09:44 -03:00 (Migrated from gitlab.com)

Overall it looks good 👍 I'll definitely run this later today

Overall it looks good :thumbsup: I'll definitely run this later today
methbkts commented 2024-01-12 11:11:09 -03:00 (Migrated from gitlab.com)

There is also a tiny typo fixed : check_dependencides -> check_dependencies

There is also a tiny typo fixed : `check_dependencides` -> `check_dependencies`
rogs commented 2024-01-12 21:37:43 -03:00 (Migrated from gitlab.com)

It works perfectly! You only missed one bit, but I can add it. I'll merge your PR into another branch, make the change and then merge it to Master 👍

Thank you very much for your contribution to YAMS!

It works perfectly! You only missed one bit, but I can add it. I'll merge your PR into another branch, make the change and then merge it to Master :thumbsup: Thank you very much for your contribution to YAMS!
rogs (Migrated from gitlab.com) changed target branch from master to migrate-docker-compose-version 2024-01-12 21:39:11 -03:00
rogs commented 2024-01-12 21:39:29 -03:00 (Migrated from gitlab.com)

mentioned in commit 0c105eaaf8

mentioned in commit 0c105eaaf8b3bffb91f809f87032b0bef7ca6ce1
rogs (Migrated from gitlab.com) merged commit 0c105eaaf8 into migrate-docker-compose-version 2024-01-12 21:39:29 -03:00
rogs commented 2024-01-12 21:44:37 -03:00 (Migrated from gitlab.com)

It looks like I messed up 😅 Your PR is perfect, I merged the branch I did from your PR directly to main (https://gitlab.com/rogs/yams/-/merge_requests/15). Thank you for your contribution!

It looks like I messed up :sweat_smile: Your PR is perfect, I merged the branch I did from your PR directly to `main` (https://gitlab.com/rogs/yams/-/merge_requests/15). Thank you for your contribution!
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rogs/yams#63
No description provided.