Skip to content

Commit ad9b8d9

Browse files
committed
feat(k8s-claimer): Add latest k8s-claimer to the toolbox
1 parent f3b624f commit ad9b8d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN apt-get update && apt-get install -y \
1919
| tar -vxz -C /usr/local/bin --strip=1 \
2020
&& curl -L https://s3-us-west-2.amazonaws.com/get-deis/shellcheck-0.4.3-linux-amd64 -o /usr/local/bin/shellcheck \
2121
&& chmod +x /usr/local/bin/shellcheck \
22+
&& curl -L https://storage.googleapis.com/k8s-claimer/git-e4dcc16/k8s-claimer-git-e4dcc16-linux-amd64 -o /usr/local/bin/k8s-claimer \
23+
&& chmod +x /usr/local/bin/k8s-claimer \
2224
&& go get -u -v \
2325
github.com/alecthomas/gometalinter \
2426
github.com/onsi/ginkgo/ginkgo \

0 commit comments

Comments
 (0)