summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-10-19 11:32:20 +0200
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-10-25 13:15:36 +0200
commit68ac6187f305563911861ccf6fba4c258ea94b1a (patch)
tree5df01d65dbf3abe6d06175ed6b1b68cca95a7823 /Jenkinsfile
parentbcafbc083059b9aae84e85bc7ebc5d3195343e4b (diff)
Jenkinsfile: bump kas-container
This bumps the kas container used by Jenkins to latest version available, 3.1. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 484e1bf..293edf7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
stage('Docker agent') {
agent {
docker {
- image 'siemens/kas/kas:2.6.2'
+ image 'siemens/kas/kas:3.1'
registryUrl 'https://ghcr.io/'
args '--userns=keep-id -e USER_ID=${JENKINS_USER_ID} -e GROUP_ID=${JENKINS_GROUP_ID} --tmpfs /tmp'
label 'docker'