Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-16 Thread via GitHub
KrishVora01 commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1566786457 ## .github/workflows/prepare_docker_official_image_source.yml: ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-16 Thread via GitHub
KrishVora01 commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1566786231 ## docker/docker_official_image_build_test.py: ## @@ -0,0 +1,128 @@ +#!/usr/bin/env python + +# Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-16 Thread via GitHub
KrishVora01 commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1566779353 ## docker/docker_official_image_build_test.py: ## @@ -0,0 +1,128 @@ +#!/usr/bin/env python + +# Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-16 Thread via GitHub
KrishVora01 commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1566778083 ## docker/generate_kafka_pr_template.sh: ## @@ -0,0 +1,76 @@ +#!/usr/bin/env bash + +# Licensed to the Apache Software Foundation (ASF) under one or more +#

Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-16 Thread via GitHub
KrishVora01 commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1566755671 ## docker/generate_kafka_pr_template.sh: ## @@ -0,0 +1,61 @@ +#!/usr/bin/env bash Review Comment: This has been added -- This is an automated message from

Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-15 Thread via GitHub
soarez commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1565856796 ## docker/generate_kafka_pr_template.sh: ## @@ -0,0 +1,76 @@ +#!/usr/bin/env bash + +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor

Re: [PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-12 Thread via GitHub
VedarthConfluent commented on code in PR #15704: URL: https://github.com/apache/kafka/pull/15704#discussion_r1562289692 ## docker/generate_kafka_pr_template.sh: ## @@ -0,0 +1,61 @@ +#!/usr/bin/env bash Review Comment: Add license string at the beginning of all new files

[PR] KAFKA-16373: Adding code to support Apache Kafka Docker Official Images [kafka]

2024-04-12 Thread via GitHub
KrishVora01 opened a new pull request, #15704: URL: https://github.com/apache/kafka/pull/15704 This PR adds code to support Apache Kafka Docker Official Images. The files added include: 1. .github/workflows/prepare_docker_official_image_source.yml This adds github actions workflow to