Skip to content

Commit

Permalink
Warning for -parallel when exporting empty cache image
Browse files Browse the repository at this point in the history
Signed-off-by: Woa <[email protected]>
  • Loading branch information
ESWZY committed Sep 22, 2023
1 parent c6d92b5 commit 239171a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions text/0000-lifecycle-parallel-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,14 @@ If export one image, the effect of this function is not very obvious.
```shell
> export CNB_PARALLEL_EXPORT=true
> /cnb/lifecycle/exporter -app cr1.example.com/foo:app
[debug] Parsing inputs...
[warn] parallel export has been enabled, but it has not taken effect because cache image (-cache-image) has not been specified.

# OR

> /cnb/lifecycle/exporter -app cr1.example.com/foo:app -parallel
[debug] Parsing inputs...
[warn] parallel export has been enabled, but it has not taken effect because cache image (-cache-image) has not been specified.

# EQUAL TO

Expand Down

0 comments on commit 239171a

Please sign in to comment.