11version : ' 3'
22services :
33 frontend :
4- image : ghcr.io/buildbarn/bb-storage:20250213T085125Z-2600f22
4+ image : ghcr.io/buildbarn/bb-storage:20250408t112116z-1d733a3
55 command :
66 - /config/frontend.jsonnet
77 expose :
@@ -12,7 +12,7 @@ services:
1212 - ./config:/config
1313
1414 storage-0 :
15- image : ghcr.io/buildbarn/bb-storage:20250213T085125Z-2600f22
15+ image : ghcr.io/buildbarn/bb-storage:20250408t112116z-1d733a3
1616 command :
1717 - /config/storage.jsonnet
1818 expose :
@@ -24,7 +24,7 @@ services:
2424 - ./volumes/storage-cas-0:/storage-cas
2525
2626 storage-1 :
27- image : ghcr.io/buildbarn/bb-storage:20250213T085125Z-2600f22
27+ image : ghcr.io/buildbarn/bb-storage:20250408t112116z-1d733a3
2828 command :
2929 - /config/storage.jsonnet
3030 expose :
@@ -36,7 +36,7 @@ services:
3636 - ./volumes/storage-cas-1:/storage-cas
3737
3838 scheduler :
39- image : ghcr.io/buildbarn/bb-scheduler:20250201T092335Z-31d23d1
39+ image : ghcr.io/buildbarn/bb-scheduler:20250411t124310z-1c726bd
4040 command :
4141 - /config/scheduler.jsonnet
4242 expose :
@@ -52,7 +52,7 @@ services:
5252 - ./config:/config
5353
5454 browser :
55- image : ghcr.io/buildbarn/bb-browser:20250212T055122Z-9c1714b
55+ image : ghcr.io/buildbarn/bb-browser:20250414t180739z-9b44996
5656 command :
5757 - /config/browser.jsonnet
5858 expose :
@@ -63,13 +63,13 @@ services:
6363 - ./config:/config
6464
6565 runner-installer :
66- image : ghcr.io/buildbarn/bb-runner-installer:20250201T092335Z-31d23d1
66+ image : ghcr.io/buildbarn/bb-runner-installer:20250411t124310z-1c726bd
6767 volumes :
6868 - ./volumes/bb:/bb
6969
7070 # The FUSE worker is the most efficient configuration.
7171 worker-fuse-ubuntu22-04 :
72- image : ghcr.io/buildbarn/bb-worker:20250201T092335Z-31d23d1
72+ image : ghcr.io/buildbarn/bb-worker:20250411t124310z-1c726bd
7373 command :
7474 - /config/worker-fuse-ubuntu22-04.jsonnet
7575 # Need to be privileged for the FUSE mounting to work.
@@ -105,7 +105,7 @@ services:
105105 # For situations where the more efficient FUSE worker is not supported,
106106 # the classic hardlinking example is shown here.
107107 worker-hardlinking-ubuntu22-04 :
108- image : ghcr.io/buildbarn/bb-worker:20250201T092335Z-31d23d1
108+ image : ghcr.io/buildbarn/bb-worker:20250411t124310z-1c726bd
109109 command :
110110 - /config/worker-hardlinking-ubuntu22-04.jsonnet
111111 privileged : false
0 commit comments