summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--README4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5852061..a5b09c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ missing_variables:
.build:
tags:
- docker
- image: ghcr.io/siemens/kas/kas:3.1
+ image: ghcr.io/siemens/kas/kas:4.0
stage: build
script:
- KAS_MACHINE="$CI_JOB_NAME" kas build kas-theobroma.yml
diff --git a/README b/README
index 3f8b99f..4a5cadf 100644
--- a/README
+++ b/README
@@ -39,7 +39,9 @@ extended image that can run on the supported boards listed above.
One builds the image by running the following commands:
-$ podman run -it --rm --userns=keep-id -e USER_ID=$UID -e GROUP_ID=$GID -w $PWD/.. -v $PWD/..:$PWD/..:rw,Z --tmpfs /tmp ghcr.io/siemens/kas/kas:3.1 build meta-theobroma-systems-extended/kas-theobroma.yml
+$ podman run -it --rm --userns=keep-id -e USER_ID=$UID -e
+GROUP_ID=$GID -w $PWD/.. -v $PWD/..:$PWD/..:rw,Z --tmpfs /tmp
+ghcr.io/siemens/kas/kas:4.0 build meta-theobroma-systems-extended/kas-theobroma.yml
Once the build has finished, the artifacts will be available in
../build/tmp/deploy/images/ringneck-haikou/ directory.