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/09 00:51:13 UTC

[GitHub] [airflow] rmtobin opened a new issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   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] alcmontejo commented on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   > try with tag
   > 
   > `apache/airflow:2.0.1rc2-python3.7`
   > 
   > it works for me
   
   thanks for for me as well. tnx


----------------------------------------------------------------
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] Riveryoon commented on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   try with tag 
   
   `apache/airflow:2.0.1rc2-python3.7`
   
   it works for me


----------------------------------------------------------------
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 #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   Yes 2.0.1 will be released soon.


----------------------------------------------------------------
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 edited a comment on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   Yes Docker image for 2.0.1 will be released soon, it has been released yet


----------------------------------------------------------------
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] whiterook6 commented on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   To be clear to anyone else finding this, I had to replace this line in the quickstart docker compose:
   `  image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.0.1}`
   with this line:
   `  image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.0.1-python3.8}`
   and run `docker-compose up airflow-init` again. 


----------------------------------------------------------------
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 closed issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   


----------------------------------------------------------------
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 #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   FYI. Changing the image name should not be needed any more.
   
   The `2.0.1` tag now points to : `apache/airflow:2.0.1-python3.6`  so it should work. Python 3.6 is our 'default' python version so the "generic" tag should point to it now.


----------------------------------------------------------------
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] alcmontejo edited a comment on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   > try with tag
   > 
   > `apache/airflow:2.0.1rc2-python3.7`
   > 
   > it works for me
   
   works for me as well. tnx


----------------------------------------------------------------
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 #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   FYI. Changing the image name should not be needed any more.
   
   The airflow:2.0.1 tag now points to : `apache/airflow:2.0.1-python3.6`  so it should work. Python 3.6 is our 'default' python version so the "generic" tag should point to it now.


----------------------------------------------------------------
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] rmtobin commented on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   @Riveryoon yes, other tags do work. However the docs should still use a working tag, especially for the intro setup. Either the docs need updating or the ‘2.0.1’ tag needs to be pushed up so the given steps work.


----------------------------------------------------------------
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] alcmontejo edited a comment on issue #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   > try with tag
   > 
   > `apache/airflow:2.0.1rc2-python3.7`
   > 
   > it works for me
   
   thanks for me as well. tnx


----------------------------------------------------------------
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 #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   and `apache/airflow:latest` should work too


----------------------------------------------------------------
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 #14143: Quick start docker-compose.yaml file uses an invalid tag

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


   Images pushed:
   
   https://hub.docker.com/r/apache/airflow/tags?page=1&ordering=last_updated&name=2.0.1-python


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