Skip to content

Commit

Permalink
tag default buildah image as v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand authored and tekton-robot committed Nov 2, 2019
1 parent 006f1f5 commit 5d22dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildah/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/build
### Parameters

* **BUILDER_IMAGE:**: The name of the image containing the Buildah tool. See
note below. (_default:_ quay.io/buildah/stable)
note below. (_default:_ quay.io/buildah/stable:v1.11.0)
* **DOCKERFILE**: The path to the `Dockerfile` to execute (_default:_
`./Dockerfile`)
* **TLSVERIFY**: Verify the TLS on the registry endpoint (for push/pull to a
Expand Down
2 changes: 1 addition & 1 deletion buildah/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
params:
- name: BUILDER_IMAGE
description: The location of the buildah builder image.
default: quay.io/buildah/stable
default: quay.io/buildah/stable:v1.11.0
- name: DOCKERFILE
description: Path to the Dockerfile to build.
default: ./Dockerfile
Expand Down

0 comments on commit 5d22dcb

Please sign in to comment.