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/06/02 09:53:09 UTC

[GitHub] [airflow] akihiro-inui opened a new issue #16215: Can not find master-python3.8 image in DockerHub

akihiro-inui opened a new issue #16215:
URL: https://github.com/apache/airflow/issues/16215


   Hi, I'm trying to use the Docker image with `airflow:master-python3.8`
   but I'm getting this error.
   ```
   failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/apache/airflow:master-python3.8: not found
   
   ```
   It seems the image called master-python3.8 dissapeared. Can anyone help me which image I should use or is this image coming back?
   


-- 
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 #16215: Can not find master-python3.8 image in DockerHub

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


   


-- 
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 #16215: Can not find master-python3.8 image in DockerHub

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


   The image has just been moved (it's been announced at the devlist) to `apache/airflow-ci`  repo and `master` has been renamed to `main` (because we renamed the HEAD branch of our repository to `main`.
   
   The right command to get it now is:
   
   ```
   docker pull apache/airflow-ci:main-python3.8
   ```
   


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