feluelle commented on a change in pull request #6496: [AIRFLOW-5704] Improve Kind Kubernetes scripts for local testing URL: https://github.com/apache/airflow/pull/6496#discussion_r343047685
########## File path: BREEZE.rst ########## @@ -79,11 +79,11 @@ images maintained on the Docker Hub in the ``apache/airflow`` repository. There are three images that we are currently managing: -* **CI image*** that is used for testing od both Unit tests and static check tests. - It contains a lot test-related packages (size of ~1GB). - Its tag follows the pattern of ``<BRANCH>-python<PYTHON_VERSION>-ci`` +* **CI image*** that is used for testing. It contains a lot more test-related installed software + (size of ~1GB). Its tag follows the pattern of ``<BRANCH>-python<PYTHON_VERSION>-ci`` (for example, ``apache/airflow:master-python3.6-ci``). The image is built using the `<Dockerfile>`_ Dockerfile. +* **Production-ready image** that is used TODO Review comment: ```suggestion * **Production-ready image** is in WIP state. See https://github.com/apache/airflow/pull/6501 for more information. ``` Or remove it completely and add a full description to #6501 instead? ---------------------------------------------------------------- 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] With regards, Apache Git Services
