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_r275394049
 
 

 ##########
 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 let me have a quick check and get back here.

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