diff options
author | Milan Verespej <m.verespej@partner.samsung.com> | 2019-06-10 10:27:20 +0200 |
---|---|---|
committer | Milan Verespej <m.verespej@partner.samsung.com> | 2019-06-14 09:51:56 +0200 |
commit | d0f762031304bda04faea0873518054156b79d8a (patch) | |
tree | c93ca2dd20b1d37e8781783e9b736ef5a925e0b0 /build/data_lists | |
parent | d85b2d76b0b2b1913222da4454d820c3dea2c154 (diff) |
Add data list for bin utils
Since bin utils can be downloaded as simple http file
this script remove previous shell script and changes
documentation to add necessary steps.
Issue-ID: OOM-1803
Change-Id: I4ced011ce47302349f9e7db74d0ef7f0fe9c4fa0
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'build/data_lists')
-rw-r--r-- | build/data_lists/infra_bin_utils.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/data_lists/infra_bin_utils.list b/build/data_lists/infra_bin_utils.list new file mode 100644 index 00000000..8de616e9 --- /dev/null +++ b/build/data_lists/infra_bin_utils.list @@ -0,0 +1,3 @@ +https://storage.googleapis.com/kubernetes-release/release/v1.13.5/bin/linux/amd64/kubectl +https://storage.googleapis.com/kubernetes-helm/helm-v2.12.3-linux-amd64.tar.gz +https://github.com/rancher/rke/releases/download/v0.2.1/rke_linux-amd64 |