From 44857147befd9163a8603eea0d0f2ed30e1e4b72 Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Thu, 23 Jun 2022 14:10:43 +1000 Subject: [PATCH] install datree --- kubernetes/datree/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/kubernetes/datree/README.md b/kubernetes/datree/README.md index 843a91b..987bd47 100644 --- a/kubernetes/datree/README.md +++ b/kubernetes/datree/README.md @@ -14,10 +14,18 @@ docker run -it -v ${PWD}:/work -w /work --net host alpine sh Let's install `curl` and `unzip` ``` -apk add curl unzip +apk add curl unzip bash ``` -And finally grab the `datree` [1.5.9](https://github.com/datreeio/datree/releases/tag/1.5.9) binary +We can install the latest version of Datree with the command advertised: + +``` +curl https://get.datree.io | /bin/bash +``` + + +Or we can grab a specific version of `datree` on the GitHub releases page.
+For example: [1.5.9](https://github.com/datreeio/datree/releases/tag/1.5.9) binary ``` curl -L https://github.com/datreeio/datree/releases/download/1.5.9/datree-cli_1.5.9_Linux_x86_64.zip -o /tmp/datree.zip