summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-27 17:37:19 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-27 17:37:19 +0000
commit5c37208c5c5df1925a0bb280933772feb04cb674 (patch)
tree1ce0433c28f9c86353e1daf1abd3eee5a967970b
parent3fd7fe1fd3406fc9c35d0d2719085809c48247c7 (diff)
downloadbuildstream-5c37208c5c5df1925a0bb280933772feb04cb674.tar.gz
.gitlab-ci.yml: Use specific version of buildstream-fedora Docker image
The image is rebuilt nightly which means it could change under our feet and cause confusing breakages. The reason for these nightly rebuilds is so that the `bst-here` script offers a reasonably fresh version of BuildStream to users. But it also means that dependencies could change in broken ways. You can see the list of tags here, ordered by newness: https://hub.docker.com/r/buildstream/buildstream-fedora/tags/ The number in one of these tag names is the "version" of the image (which is really the number of commits in the buildstream-docker-images repo), while the hex string identifies the commit of BuildStream that the image contains. When changing the Docker image (to add new dependencies, or whatever) you will need to wait until the new tag is pushed, then modify .gitlab-ci.yml so that it pulls the new tag.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66674e839..5c9f23303 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/buildstream-fedora:latest
+image: buildstream/buildstream-fedora:master-26-3fd7fe1
cache:
paths: