question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Airflow image on Docker Hub is tagged 2.0.1 but appears to be 2.0.1rc2

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
potiukcommented, Feb 14, 2021

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

Providers:

Screenshot from 2021-02-15 00-53-47

1reaction
potiukcommented, Feb 11, 2021

Will fix it shortly (weekend likely)

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found