This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1da4b146e9 Rename `--extras` to `--airflow-extras` from `breeze
prod-image build` command (#42077)
1da4b146e9 is described below
commit 1da4b146e954f78280dbe7bbbef452d58c8f728c
Author: Vincent <[email protected]>
AuthorDate: Fri Sep 6 17:24:18 2024 -0400
Rename `--extras` to `--airflow-extras` from `breeze prod-image build`
command (#42077)
---
dev/breeze/doc/ci/02_images.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/breeze/doc/ci/02_images.md b/dev/breeze/doc/ci/02_images.md
index 19c58ebc2d..6dfa8f350f 100644
--- a/dev/breeze/doc/ci/02_images.md
+++ b/dev/breeze/doc/ci/02_images.md
@@ -126,14 +126,14 @@ By adding `--python <PYTHON_MAJOR_MINOR_VERSION>`
parameter you can
build the image version for the chosen Python version.
The images are built with default extras - different extras for CI and
-production image and you can change the extras via the `--extras`
+production image and you can change the extras via the `--airflow-extras`
parameters and add new ones with `--additional-airflow-extras`.
For example if you want to build Python 3.8 version of production image
with "all" extras installed you should run this command:
``` bash
-breeze prod-image build --python 3.8 --extras "all"
+breeze prod-image build --python 3.8 --airflow-extras "all"
```
If you just want to add new extras you can add them like that: