Skip to content

Commit

Permalink
Add default builder info to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <[email protected]>
Signed-off-by: Andrew Meyer <[email protected]>
  • Loading branch information
ekcasey authored and ameyer-pivotal committed Apr 2, 2019
1 parent e1793ab commit d8ba851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ $ pack build my-app:my-tag
In this case, the default [builder](#working-with-builders-using-create-builder) (essentially, an image containing
buildpacks) is used, and an appropriate buildpack is automatically selected from the builder based on the app source code.

> You can change the default builder using the `set-default-builder` command.
>
> Alternately, you can ignore the default and use a specific builder with the `build` command's `--builder` flag.
To publish the produced image to an image registry, include the `--publish` flag:

```bash
Expand Down

0 comments on commit d8ba851

Please sign in to comment.