tvalentyn commented on a change in pull request #14145:
URL: https://github.com/apache/beam/pull/14145#discussion_r592057739
##########
File path: sdks/python/container/run_validatescontainer.sh
##########
@@ -78,23 +82,26 @@ command -v gcloud
docker -v
gcloud -v
-# Build the container
+# Verify docker image has been built.
+docker images | grep "apache/$IMAGE_NAME" | grep "$SDK_VERSION"
Review comment:
Did you mean to do any verification logic here or this is debug output?
----------------------------------------------------------------
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:
[email protected]