rmtobin opened a new issue #14143: URL: https://github.com/apache/airflow/issues/14143
**Apache Airflow version**: 2.0.1 **Environment**: - **OS** (e.g. from /etc/os-release): macOS 11.1 - **Kernel** (e.g. `uname -a`): Darwin Kernel Version 20.2.0 - **Install tools**: docker-compose **What happened**: Following the steps in the Quick start > Running Airflow in Docker page, I pulled down the pre-made docker-compose.yaml file (https://airflow.apache.org/docs/apache-airflow/2.0.1/docker-compose.yaml) and ran `docker-compose up airflow-init` within the same directory as the docker-compose file. This command failed with: `Pulling airflow-init (apache/airflow:2.0.1)... ERROR: manifest for apache/airflow:2.0.1 not found: manifest unknown: manifest unknown`. **What you expected to happen**: The latest stable official airflow docker image to be pulled, and airflow-init to complete successfully. **How to reproduce it**: Follow the instructions per the quick start docs (https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html) to pull down the docker-compose.yaml file, then attempt to run `docker-compose up airflow-init`. **Anything else we need to know**: After seeing this I took a look on dockerhub and it does not appear there is a '2.0.1' tagged image. I then tried simply altering the docker-compose file to instead use the latest tag (with no other changes), which pulled successfully, but did not initialize successfully. I ended up using a different pre-made docker-compose file altogether which used a valid 2.0.1 tag. ---------------------------------------------------------------- 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]
