This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch coldtom/update-bb-remote-asset in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c357b172506d05a3f2b22eb0d015cc7d60c643cb Author: Thomas Coldrick <[email protected]> AuthorDate: Fri Aug 28 10:41:42 2020 +0100 .gitlab-ci: Use official bb-remote-asset image While bb-remote-asset is still in early development, it's now migrated to the buildbarn namespace, and official docker images are published. Updates the CI to use the new, official images. --- .gitlab-ci/buildbarn-remote-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/buildbarn-remote-cache.yml b/.gitlab-ci/buildbarn-remote-cache.yml index 0122fa8..9610f4e 100644 --- a/.gitlab-ci/buildbarn-remote-cache.yml +++ b/.gitlab-ci/buildbarn-remote-cache.yml @@ -23,7 +23,7 @@ version: '3.4' services: bb-asset: - image: qinusty/bb-asset-hub:20200814T141139Z-5e72dd1 + image: buildbarn/bb-remote-asset:20200827T183044Z-32cd7ae command: /config/asset.jsonnet restart: unless-stopped expose:
