summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-09 16:34:10 +0100
committerJürg Billeter <j@bitron.ch>2019-12-10 15:31:37 +0100
commite6bc147ef16b6b986facb7c6945d2dbf01f1a53d (patch)
treec85ce60f1d3a68ed942e31cf5ad54f536c430b1f
parent73c3ab72042b032eebaa38b3df13c8ce87dd0875 (diff)
downloadbuildstream-e6bc147ef16b6b986facb7c6945d2dbf01f1a53d.tar.gz
.gitlab-ci.yml: Update docker image
This updates buildbox-common and builbox-casd to 0.0.5 and adds buildbox-fuse and buildbox-run-bubblewrap.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8cf593f0a..0d3049246 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ variables:
# Our own variables
# Version of the docker images we should use for all the images.
# This is taken from buildstream/buildstream-docker-images
- DOCKER_IMAGE_VERSION: master-100413107
+ DOCKER_IMAGE_VERSION: master-101787517
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"