This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/buildbarn in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 932f6ca54efef456faa073e53e3cade78b9839e5 Author: Jürg Billeter <[email protected]> AuthorDate: Fri Nov 22 15:39:14 2024 +0100 .github/compose/ci.buildbarn.yml: Update Buildbarn docker images The old docker images are no longer available. --- .github/compose/ci.buildbarn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/compose/ci.buildbarn.yml b/.github/compose/ci.buildbarn.yml index c1e90e9a7..63c0a2f93 100644 --- a/.github/compose/ci.buildbarn.yml +++ b/.github/compose/ci.buildbarn.yml @@ -23,7 +23,7 @@ version: '3.4' services: bb-asset: - image: buildbarn/bb-remote-asset:20200903T103837Z-90136c4 + image: ghcr.io/buildbarn/bb-remote-asset:20241031T230517Z-4926e8e command: /config/asset.jsonnet restart: unless-stopped ports: @@ -37,7 +37,7 @@ services: target: /config bb-storage: - image: buildbarn/bb-storage:20200816T115912Z-d83e1f0 + image: ghcr.io/buildbarn/bb-storage:20241121T154059Z-f5a181e command: /config/storage.jsonnet restart: unless-stopped ports:
