Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2
See original GitHub issueApache 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[GitHub] [airflow] johnjeffers opened a new issue #14195: Airflow ...
[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.
Read more >apache/airflow - Docker Image
Airflow is not a streaming solution, but it is often used to process real-time data, pulling data off streams in batches. Principles. Dynamic:...
Read more >python 3.x - Official Airflow Docker image does not recognise ...
When calling airflow in the bash terminal, I am told it is not recognised. However, if I use the (older) apache/airflow:2.0.1 image, the...
Read more >apache-airflow - PyPI
Airflow is commonly used to process data, but has the opinion that tasks ... and that is used in the Community managed DockerHub...
Read more >Docker Image for Apache Airflow
Every time a new version of Airflow is released, the images are prepared in the apache/airflow DockerHub for all the supported Python versions....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
Providers:
Will fix it shortly (weekend likely)