kamalcph commented on a change in pull request #10499:
URL: https://github.com/apache/kafka/pull/10499#discussion_r611300404



##########
File path: tests/docker/ducker-ak
##########
@@ -311,15 +313,16 @@ use only ${num_nodes}."
 
     ducker_build "${image_name}"
 
-    docker inspect --format='{{.Config.Labels}}' --type=image "${image_name}" 
| grep -q 'ducker.type'
-    local docker_status=${PIPESTATUS[0]}
-    local grep_status=${PIPESTATUS[1]}
+    docker inspect --format='{{.Config.Labels}}' --type=image "${image_name}" 
| grep -q 'ducker.creator'

Review comment:
       `ducker.creator` is the label used in the 
[Dockerfile](https://github.com/apache/kafka/blob/db688b1a5e5904eed5849fbab4940585e5a3d646/tests/docker/Dockerfile#L32).




-- 
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.

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


Reply via email to