diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-02-14 15:47:58 +0530 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-02-15 20:28:22 +0530 |
commit | b8561fb12cc9a5ccc2a1a7134a4af66ee0b7d150 (patch) | |
tree | 1ab6a8ecbc8fb40970b02b567e7cc86872655bfc /contrib/bst-here | |
parent | 91eb29a65941df15e515fb7956202c251225008e (diff) | |
download | buildstream-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/bst-here')
-rwxr-xr-x | contrib/bst-here | 2 |
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 |