CI: update container tags to '2019-01-01' (#11128)

This commit is contained in:
Nuno Marques
2019-01-04 21:34:02 +00:00
committed by Daniel Agar
parent aa74aa2b80
commit 8ae3f50095
3 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -147,7 +147,7 @@ pipeline {
stage('code coverage (python)') {
agent {
docker {
image 'px4io/px4-dev-base:2018-11-22'
image 'px4io/px4-dev-base:2019-01-01'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw --cap-add SYS_PTRACE'
}
}
@@ -170,7 +170,7 @@ pipeline {
stage('unit tests') {
agent {
docker {
image 'px4io/px4-dev-base:2018-11-22'
image 'px4io/px4-dev-base:2019-01-01'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw --cap-add SYS_PTRACE'
}
}