From 20d7354ae2808bbde0929dcbc68ca9af492c0c0d Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 27 Nov 2019 12:17:41 +0100 Subject: [PATCH] Nail down kas version to 2.0 This avoids future surprises why kas moves on in an incompatible way for the given layer version. Signed-off-by: Jan Kiszka --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39f10688..aab02c28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: kasproject/kas:latest +image: kasproject/kas:2.0 variables: GIT_STRATEGY: clone diff --git a/README.md b/README.md index 29a1ab83..40170caf 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ $ git clone https://github.com/siemens/meta-iot2000 Next, install the `kas-docker` script like this: ```shell -$ wget https://raw.githubusercontent.com/siemens/kas/master/kas-docker +$ wget https://raw.githubusercontent.com/siemens/kas/2.0/kas-docker $ chmod a+x kas-docker ```