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: Docker compose is a sub command now #847

Closed
wants to merge 5 commits into from

Conversation

hwine
Copy link
Contributor

@hwine hwine commented Mar 8, 2023

New versions of Docker have 'compose' as a subcommand. The existing scripts used the older docker-compose executable, which has been removed.

make integration-test runs fine with the change.

Fixes #846

hwine added 5 commits March 8, 2023 15:30
New versions of Docker have 'compose' as a subcommand. The existing
scripts used the older `docker-compose` executable, which has been
removed.

`make integration-test` runs fine with the change.
We were using a legacy image (which supported `docker-compose`). We need
a "Next-Gen" image for `compose` as docker subcommand.
@oskirby
Copy link
Contributor

oskirby commented May 4, 2024

I am going to close this PR, as it has been superseded by #897

@oskirby oskirby closed this May 4, 2024
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.

Update to use more recent version of PostgreSQL
2 participants