From 33fde90ceb7e6f648c0ac3919df996a8aa20a397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Thu, 30 Sep 2021 20:27:59 +0200 Subject: [PATCH] Update build-deps to v1.16.3 (new ca-certs) --- .CI/cache/Dockerfile | 2 +- Jenkinsfile | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.CI/cache/Dockerfile b/.CI/cache/Dockerfile index da934a490ec..aff4fe40cdb 100644 --- a/.CI/cache/Dockerfile +++ b/.CI/cache/Dockerfile @@ -1,5 +1,5 @@ # Cannot be parametrized in Jenkins... -FROM docker.openmodelica.org/build-deps:v1.16.1 +FROM docker.openmodelica.org/build-deps:v1.16.3 # We don't know the uid of the user who will build, so make the /cache directories world writable diff --git a/Jenkinsfile b/Jenkinsfile index e98f18ce39e..9f87ee73ee7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,7 +74,7 @@ pipeline { stage('clang') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true args "--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " + @@ -218,7 +218,7 @@ pipeline { stage('checks') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true args "--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " + @@ -406,7 +406,7 @@ pipeline { stage('build-gui-clang-qt5') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true } @@ -461,7 +461,7 @@ pipeline { stage('testsuite-clang-parmod') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true // No runtest.db cache necessary; the tests run in serial and do not load libraries! @@ -483,7 +483,7 @@ pipeline { stage('testsuite-clang-metamodelica') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' } } @@ -501,7 +501,7 @@ pipeline { stage('testsuite-matlab-translator') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true } @@ -523,7 +523,7 @@ pipeline { stage('test-clang-icon-generator') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16.2' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' args "--mount type=volume,source=runtest-clang-icon-generator,target=/cache/runtest " + "--mount type=volume,source=omlibrary-cache,target=/cache/omlibrary " + @@ -555,7 +555,7 @@ pipeline { stage('clang-qt5') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true } @@ -654,7 +654,7 @@ pipeline { stage('fmuchecker-results') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true } @@ -681,7 +681,7 @@ pipeline { stage('upload-compliance') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true } @@ -700,7 +700,7 @@ pipeline { stage('upload-doc') { agent { docker { - image 'docker.openmodelica.org/build-deps:v1.16' + image 'docker.openmodelica.org/build-deps:v1.16.3' label 'linux' alwaysPull true }