FrankYang0529 commented on PR #20178:
URL: https://github.com/apache/kafka/pull/20178#issuecomment-3261823630

   @mimaison, sorry for the late reply.
   
   > Have you been able to validate the actions work?
   
   Yes, I validated following commands and ran the image.
   
   * Build Image: `python docker_build_test.py kafka/test --image-tag=4.0.0 
--image-type=jvm 
--kafka-url=https://archive.apache.org/dist/kafka/4.0.0/kafka_2.13-4.0.0.tgz`
   * Run Image: `docker run -p 9092:9092 --name kafka --rm kafka/test:4.0.0`
   * Prepare Official Image folder: `python 
prepare_docker_official_image_source.py --image-type=jvm --kafka-version=4.0.0`
   * Build Official Image: `python docker_official_image_build_test.py 
kafka/official --image-tag=4.0.0 --image-type=jvm --kafka-version=4.0.0`
   * Run Official Image: `docker run -p 9092:9092 --name kafka --rm 
kafka/official:4.0.0`
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to