Russole opened a new pull request, #23472:
URL: https://github.com/apache/kafka/pull/23472

   Prefer `docker compose` when running Docker image sanity tests, with 
fallback to `docker-compose` when the compose subcommand is unavailable.
   The Compose command detection is shared through `common.py`, and the 
detected command is passed into the sanity test runner so the build test and 
the compose up/down steps use the same command.
   ### Testing
   
   ```bash
   docker_build_test.py kafka/test \
     --image-tag local-snapshot \
     --image-type jvm \
     --kafka-archive 
/home/russole/kafka/kafka/core/build/distributions/kafka_2.13-4.5.0-SNAPSHOT.tgz
 \
     --test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to