Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Docker Compose v2 syntax #1035

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

evansd
Copy link
Contributor

@evansd evansd commented Aug 2, 2024

Docker Compose v1 is deprecated and has been removed from Github Actions Runner images:
https://github.blog/changelog/2024-04-10-github-hosted-runner-images-deprecation-notice-docker-compose-v1/ https://docs.docker.com/compose/migrate/

Note that I've only changed the invocations used in Github Actions because that's what I need to run in order to build a new image. It looks like we also use docker-compose locally. Probably that version will need updating and the various invocations fixing, but I don't have time for this right now.

Docker Compose v1 is deprecated and has been removed from Github Actions
Runner images:
https://github.blog/changelog/2024-04-10-github-hosted-runner-images-deprecation-notice-docker-compose-v1/
https://docs.docker.com/compose/migrate/

Note that I've only changed the invocations used in Github Actions
because that's what I need to run in order to build a new image. It
looks like we also use docker-compose locally. Probably that version
will need updating and the various invocations fixing, but I don't have
time for this right now.
@evansd evansd merged commit 51c9e7e into main Aug 2, 2024
6 checks passed
@evansd evansd deleted the evansd/docker-compose-fix branch August 2, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants