From 20eac0f66b222b5fe0ce534023bf3ea4693c0cf8 Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Mon, 18 Mar 2019 18:32:19 +0530 Subject: [PATCH] Adds buildah template creation step in README This change adds step in README to create buildah build-template. --- buildah/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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