Skip to content
New issue

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

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

Already on GitHub? # to your account

Kafka Kraft no longer works on ubuntu-latest #15

Closed
dixonmyles opened this issue Aug 2, 2024 · 1 comment
Closed

Kafka Kraft no longer works on ubuntu-latest #15

dixonmyles opened this issue Aug 2, 2024 · 1 comment

Comments

@dixonmyles
Copy link

dixonmyles commented Aug 2, 2024

Describe the bug
Kafka Kraft action fails on ubuntu-latest due to deprecation of docker compose v1.

To Reproduce
Steps to reproduce the behavior:

  1. Run any job using Kafka Kraft v1.1.1
  2. Observe error in ./scripts/start.sh - docker-compose: command not found
  3. Job fails.

Expected behavior
Job should succeed

Screenshots
image
(removed topic names)

Additional context
The team maintaining the actions/runner-images repository pushed the following pull request on July 30th:

This PR removed support for Docker Compose v1.

The suggested fix would be to migrate the docker-compose up -d command in scripts/start.sh to use v2 as laid out here

@jdickson1992
Copy link
Contributor

Really sorry about the delay - I've been travelling!

Thanks for digging into this and providing a resolution - love the write up.

@asheswook and @benjylxwang kindly raised PRs that have been now been merged 👏

This should now be resolved in spicyparrot/kafka-kraft-action@v1.1.3 (latest version).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants