From 84f3e9b28fb65e5d1bae5990ca169200cb951dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Fri, 1 Oct 2021 08:22:42 +0200 Subject: [PATCH] Update build-deps to v1.16.3 (new ca-certs) (#7957) --- .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 d475a2ea06e..88d943e657f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,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 " + @@ -179,7 +179,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 " + @@ -367,7 +367,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 } @@ -422,7 +422,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! @@ -444,7 +444,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' } } @@ -462,7 +462,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 } @@ -484,7 +484,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 " + @@ -516,7 +516,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 } @@ -612,7 +612,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 } @@ -638,7 +638,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 } @@ -656,7 +656,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 }