Hannah-Jiang commented on a change in pull request #11548:
URL: https://github.com/apache/beam/pull/11548#discussion_r416975896



##########
File path: sdks/java/container/build.gradle
##########
@@ -101,16 +84,44 @@ docker {
                   project.rootProject["docker-tag"] : project.sdk_version)
   dockerfile project.file("./${dockerfileName}")
   files "./build/"
+  buildArgs(['pull_licenses': 
!project.rootProject.hasProperty(["no-licenses"])])

Review comment:
       The purpose of checking urls was to make sure files can be pulled from 
the urls when create images. If we set it to skip, no url checking process 
happened for the PRs and we may see many license issues when we create release 
images. Then release managers need to fix the issues. If we add the checking 
urls for each PR, contributors should fix the issues if any and will not have 
to fix them during release. 




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


Reply via email to