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 2021/02/11 16:11:30 UTC

[GitHub] [airflow] johnjeffers opened a new issue #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

johnjeffers opened a new issue #14195:
URL: https://github.com/apache/airflow/issues/14195


   **Apache Airflow version**:
   2.0.1
   
   **Environment**:
   Docker
   
   **What happened**:
   The image on Docker Hub that is tagged `2.0.1` appears to be `2.0.1rc2`:
   
   ```
   $ airflow version
   2.0.1rc2
   ```
   
   **What you expected to happen**:
   
   `airflow version` returns `2.0.1`
   
   **How to reproduce it**:
   ```
   docker pull apache/airflow:2.0.1
   
   docker run -ti apache/airflow:2.0.1 bash
   
   # inside the container
   airflow version
   ```
   


----------------------------------------------------------------
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 edited a comment on issue #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #14195:
URL: https://github.com/apache/airflow/issues/14195#issuecomment-778863567


   The images for 2.0.1 are pushed. Note that 'apache-airflow' is the same but some dependencies might be updated comaring to 2.0.1rc1 (however they are tested and should work fine). 
   
   They are based on latest python images so they contain latest security fixes (and some keys updated).
   
   Also, by default google 1.0.0 provider is installed in the image. The  2.0.0 was released afterwards and it was backwards-incompatible for installation (dependency conflict) however you are free to extend/customize the image and upgrade to latest version of providers as you see fit (http://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html#customizing-or-extending-the-production-image) 
   
   Please pull the images again and see if they look good to you @johnjeffers . I am closing the ticket, but let us know if you have still some troubles with it.
   
   Airflow version:
   
   ![Screenshot from 2021-02-15 00-51-24](https://user-images.githubusercontent.com/595491/107892852-0ea4fa00-6f28-11eb-917e-7a562f9b2658.png)
   
   Providers:
   
   ![Screenshot from 2021-02-15 00-53-47](https://user-images.githubusercontent.com/595491/107892910-562b8600-6f28-11eb-87b0-8ef7274e56c8.png)
   
   
   


----------------------------------------------------------------
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] boring-cyborg[bot] commented on issue #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14195:
URL: https://github.com/apache/airflow/issues/14195#issuecomment-777608494


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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 #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

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


   Will fix it shortly (weekend likely)


----------------------------------------------------------------
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 #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

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


   cc: @kaxil 2.0.1 images are pushed


----------------------------------------------------------------
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 #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

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


   


----------------------------------------------------------------
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 #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

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


   The images for 2.0.1 are pushed. Note that 'apache-airflow' is the same but some dependencies might be updated comaring to 2.0.1rc1 (however they are tested and should work fine). 
   
   They are based on latest python images so they contain latest security fixes (and some keys updated).
   
   Also, by default google 1.0.0 provider is installed in the image. The  2.0.0 was released afterwards and it was backwards-incompatible for installation (dependency conflict) however you are free to extend/customize the image and upgrade to latest version of providers as you see fit (http://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html#customizing-or-extending-the-production-image) 
   
   Please pull the images again and see if they look good to you @johnjeffers . I am closing the ticket, but let us know if you have still some troubles with it.
   
   
   ![Screenshot from 2021-02-15 00-51-24](https://user-images.githubusercontent.com/595491/107892852-0ea4fa00-6f28-11eb-917e-7a562f9b2658.png)
   


----------------------------------------------------------------
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] kaxil commented on issue #14195: Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

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


   > cc: @kaxil 2.0.1 images are pushed
   
   Thanks @potiuk 


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