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 2022/09/08 09:56:00 UTC

[GitHub] [airflow] ashb commented on pull request #26228: Prepare to release 2.4.0beta1

ashb commented on PR #26228:
URL: https://github.com/apache/airflow/pull/26228#issuecomment-1240492446

   ```
   CONTRIBUTORS_QUICK_START.rst:   Airflow source version: 2.4.0.dev0
   docs/docker-stack/README.md:You can find the following images there (Assuming Airflow version `2.4.0.dev0`):
   docs/docker-stack/README.md:* `apache/airflow:2.4.0.dev0` - the versioned Airflow image with default Python version (3.7 currently)
   docs/docker-stack/README.md:* `apache/airflow:2.4.0.dev0-pythonX.Y` - the versioned Airflow image with specific Python version
   docs/docker-stack/README.md:* `apache/airflow:slim-2.4.0.dev0`           - the versioned Airflow image with default Python version (3.7 currently)
   docs/docker-stack/README.md:* `apache/airflow:slim-2.4.0.dev0-pythonX.Y` - the versioned Airflow image with specific Python version
   docs/docker-stack/docker-examples/extending/add-apt-packages/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/docker-examples/extending/add-build-essential-extend/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/docker-examples/extending/add-providers/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/docker-examples/extending/add-pypi-packages/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/docker-examples/extending/custom-providers/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/docker-examples/extending/embedding-dags/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/docker-examples/extending/writable-directory/Dockerfile:FROM apache/airflow:2.4.0.dev0
   docs/docker-stack/entrypoint.rst:  docker run -it apache/airflow:2.4.0.dev0-python3.6 bash -c "ls -la"
   docs/docker-stack/entrypoint.rst:  > docker run -it apache/airflow:2.4.0.dev0-python3.6 python -c "print('test')"
   docs/docker-stack/entrypoint.rst:   docker run -it apache/airflow:2.4.0.dev0-python3.6 airflow webserver
   docs/docker-stack/entrypoint.rst:  > docker run -it apache/airflow:2.4.0.dev0-python3.6 help
   docs/docker-stack/entrypoint.rst:    FROM airflow:2.4.0.dev0
   docs/docker-stack/entrypoint.rst:    FROM airflow:2.4.0.dev0
   docs/docker-stack/entrypoint.rst:      apache/airflow:2.4.0.dev0-python3.8 webserver
   docs/docker-stack/entrypoint.rst:      apache/airflow:2.4.0.dev0-python3.8 webserver
   docs/docker-stack/entrypoint.rst:      apache/airflow:2.4.0.dev0-python3.8 webserver
   setup.py:version = '2.4.0.dev0'
   ```
   
   I think those can stay until 2.4.0 is released GA?


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org