summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-02-14 15:47:58 +0530
committerChandan Singh <csingh43@bloomberg.net>2019-02-15 20:28:22 +0530
commitb8561fb12cc9a5ccc2a1a7134a4af66ee0b7d150 (patch)
tree1ab6a8ecbc8fb40970b02b567e7cc86872655bfc /contrib
parent91eb29a65941df15e515fb7956202c251225008e (diff)
downloadbuildstream-b8561fb12cc9a5ccc2a1a7134a4af66ee0b7d150.tar.gz
contrib/bst-here: Change default image to buildstream/buildstream
See https://gitlab.com/BuildStream/buildstream-docker-images/issues/26 for detailed discussion around this. `buildstream/buildstream-fedora` is now considered deprecated. Switch to `buildstream/buildstream` image. This image also offers more tags that will provide users more flexibility.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/bst-here2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bst-here b/contrib/bst-here
index 037788e3a..51a6252d1 100755
--- a/contrib/bst-here
+++ b/contrib/bst-here
@@ -46,7 +46,7 @@ EOF
exit "$1"
}
-bst_here_image="${BST_HERE_IMAGE:-buildstream/buildstream-fedora:latest}"
+bst_here_image="${BST_HERE_IMAGE:-buildstream/buildstream:latest}"
is_tty=
update=false