You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/27 06:30:47 UTC

[GitHub] [airflow] potiuk opened a new issue #8574: Make production image pullable without tag

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:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #8574: Make production image pullable without tag (automatically)

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #8574:
URL: https://github.com/apache/airflow/issues/8574


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #8574: Make production image pullable without tag

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #8574:
URL: https://github.com/apache/airflow/issues/8574#issuecomment-619826125


   The `latest` tag is now set manually so `docker pull apache/airflow` should pull 1.10.10, python 3.6.. This issue is there to make it all automated,


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #8574: Make production image pullable without tag (automatically)

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #8574:
URL: https://github.com/apache/airflow/issues/8574#issuecomment-657113511


   Updated it manually and latest points now to 1.10.11-python3.6. 


----------------------------------------------------------------
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:
users@infra.apache.org