diff --git a/buildah/README.md b/buildah/README.md index 8f905d9..b30ca07 100644 --- a/buildah/README.md +++ b/buildah/README.md @@ -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