XD-DENG commented on a change in pull request #4049: [AIRFLOW-3203] Fix 
DockerOperator & some operator test
URL: https://github.com/apache/airflow/pull/4049#discussion_r275398210
 
 

 ##########
 File path: airflow/operators/docker_operator.py
 ##########
 @@ -187,35 +188,28 @@ def execute(self, context):
                 tls=tls_config
             )
 
-        if ':' not in self.image:
-            image = self.image + ':latest'
-        else:
-            image = self.image
 
 Review comment:
   @feluelle may you share your log? You may have logs like `Pulling image 
(xxx) from xxx`. Thanks

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


With regards,
Apache Git Services

Reply via email to