potiuk opened a new issue #8574:
URL: https://github.com/apache/airflow/issues/8574


   **Description**
   
   Currently (alpha versions of the Production Image) you need to know an exact 
tag of production image. For example:
   
   ```
   apache/airfow:master-python3.6
   apache/airflow:1.10.10-python3.7
   ```
   We should have a "latest" tag defined to make `docker pull apache/airflow` 
to work.
   
   **Use case / motivation**
   
   Docker pull has the feature that when you just specify no-tag version it 
will pull from the "latest" tag (which is a movable tag). It's not very good 
practice for automation (as this tag might change and you never know if it has 
changed before you pull it), but nevertheless this is often used way of 
downloading the images, and possibly we should have it.
   
   ```
   docker pull apache/airflow
   ```
   
   This should pull latest "released" version of airflow in "default" python 
version. Currently this would be 1.10.10 and python 3.6 (this is our "default" 
python version). 
   
   so latest => 1.10.10-python3.6
   
   We should automate it so whenever the release version is prepared, we should 
also make the latest version
   
   **Related Issues**
   
   


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