Skip to content

Commit

Permalink
bump tkn version to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepitm12 authored and tekton-robot committed Apr 27, 2021
1 parent 3c5af40 commit 53b83e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tekton/images/test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ARG KUSTOMIZE_VERSION=3.8.1
RUN curl -sL https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz | tar -C /usr/local/bin -xvzf - --strip-components=1 --wildcards "kustomize"

# Install the TektonCD CLI: https://github.com/tektoncd/cli/
ARG TKN_VERSION=0.17.2
ARG TKN_VERSION=0.18.0
RUN curl -sL https://github.com/tektoncd/cli/releases/download/v${TKN_VERSION}/tkn_${TKN_VERSION}_Linux_x86_64.tar.gz | tar -C /usr/local/bin -xvzf - --wildcards "tkn"

# Extra tools through gem
Expand Down
2 changes: 1 addition & 1 deletion tekton/images/tkn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
FROM alpine:3.11
LABEL maintainer "Tekton Authors <[email protected]>"

ARG TKN_VERSION=0.17.2
ARG TKN_VERSION=0.18.0

RUN ARCH=$(uname -m) && wget -O- https://github.com/tektoncd/cli/releases/download/v${TKN_VERSION}/tkn_${TKN_VERSION}_Linux_${ARCH}.tar.gz | tar zxf - -C /usr/local/bin

0 comments on commit 53b83e6

Please sign in to comment.