potiuk commented on code in PR #23562: URL: https://github.com/apache/airflow/pull/23562#discussion_r867459763
########## IMAGES.rst: ########## @@ -211,9 +211,15 @@ Will build the production image with pulled images as cache. Will build the production image from the scratch. -You can also turn local docker caching by setting ``DOCKER_CACHE`` variable to "local", "pulled", +You can also turn local docker caching by setting ``DOCKER_CACHE`` variable to "local", "registry", Review Comment: ```suggestion You can also turn local docker caching by setting ``DOCKER_CACHE`` variable to ``local``, ``registry``, ``` ########## IMAGES.rst: ########## @@ -211,9 +211,15 @@ Will build the production image with pulled images as cache. Will build the production image from the scratch. -You can also turn local docker caching by setting ``DOCKER_CACHE`` variable to "local", "pulled", +You can also turn local docker caching by setting ``DOCKER_CACHE`` variable to "local", "registry", "disabled" and exporting it. Review Comment: ```suggestion ``disabled`` and exporting it. ``` -- 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]
