Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Adds buildah template creation step in README
Browse files Browse the repository at this point in the history
This change adds step in README to create buildah build-template.
  • Loading branch information
navidshaikh authored Mar 18, 2019
1 parent 5fe927b commit 20eac0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildah/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This build template uses Buildah's support for building from
`buildah bud` command. This command executes the directives in the `Dockerfile`
to assemble a container image, then pushes that image to a container registry.

## Create the template
```bash
kubectl apply -f https://raw.githubusercontent.com/knative/build-templates/master/buildah/buildah.yaml
```

## Parameters

* **BUILDER_IMAGE:**: The name of the image containing the Buildah tool. See
Expand Down

0 comments on commit 20eac0f

Please sign in to comment.