Skip to content

Commit

Permalink
Nail down kas version to 2.0
Browse files Browse the repository at this point in the history
This avoids future surprises why kas moves on in an incompatible way for
the given layer version.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed May 19, 2020
1 parent 257003f commit 20d7354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: kasproject/kas:latest
image: kasproject/kas:2.0

variables:
GIT_STRATEGY: clone
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 20d7354

Please sign in to comment.