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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to