Skip to content

Commit

Permalink
Docs: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Sep 15, 2023
1 parent 69d5819 commit 2e3a384
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ make get-manifests
```
This first cleanup your local `odh-manifests` folder.
Ensure back up before run this command if you have local changes of manifests want to re-user later.
Ensure back up before run this command if you have local changes of manifests want to reuse later.
##### for build operator image
Expand All @@ -73,9 +73,10 @@ make image-build
```
By default, building an image without any local changes(as a clean build)
This is what the production build system does. Same for the "make image-build" does.
This is what the production build system is doing.
In order to build an image with local `odh-manifests` folder, to set `--build-arg USE_LOCAL=true` in Makefile.
In order to build an image with local `odh-manifests` folder, to set `IMAGE_BUILD_FLAGS ="--build-arg USE_LOCAL=true"` in make.
e.g `make image-build -e IMAGE_BUILD_FLAGS="--build-arg USE_LOCAL=true"`
#### Build Image
Expand Down

0 comments on commit 2e3a384

Please sign in to comment.