File tree Expand file tree Collapse file tree 2 files changed +66
-0
lines changed
Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 6161 with :
6262 node-version : ' 22'
6363 cache : ' yarn'
64+ - name : Set up Docker Buildx
65+ uses : docker/setup-buildx-action@v3
66+ - name : Login to Registry
67+ uses : docker/login-action@v3
68+ with :
69+ registry : ghcr.io
70+ username : ${{ github.repository_owner }}
71+ password : ${{ github.token }}
72+ - name : Boot workbench
73+ uses : scality/workbench@feature/WKBCH-12-crr-support
6474 - run : sudo apt-get update -q
6575 # Ubuntu 24.04 doesn't have libssl1.1 which is needed by mongo-memory-server
6676 - name : install libssl1.1
Original file line number Diff line number Diff line change 1+ global :
2+ log_level : info
3+
4+ features :
5+ scuba :
6+ enabled : false
7+ enable_service_user : true
8+
9+ bucket_notifications :
10+ enabled : false
11+ destinationAuth :
12+ type : none
13+ username : admin
14+ password : admin123
15+
16+ cross_region_replication :
17+ enabled : true
18+
19+ utapi :
20+ enabled : false
21+
22+ migration :
23+ enabled : false
24+
25+ cloudserver :
26+ image : ghcr.io/scality/cloudserver:9.2.6
27+
28+ vault :
29+ image : ghcr.io/scality/vault:7.83.0
30+
31+ backbeat :
32+ image : ghcr.io/scality/backbeat:9.0.21-federation
33+
34+ s3_metadata :
35+ image : ghcr.io/scality/metadata:8.22.0-standalone
36+
37+ scuba :
38+ image : ghcr.io/scality/scuba:1.1.17-nodesvc-base
39+
40+ scuba_metadata :
41+ image : ghcr.io/scality/metadata:8.22.0-standalone
42+
43+ kafka :
44+ image : bitnami/kafka:3.9.0
45+
46+ zookeeper :
47+ image : bitnami/zookeeper:3.9.4
48+
49+ redis :
50+ image : redis:8
51+
52+ utapi :
53+ image : ghcr.io/scality/utapi:7.70.9
54+
55+ migration_tools :
56+ image : ghcr.io/scality/metadata-migration:1.4.0-svc-base
You can’t perform that action at this time.
0 commit comments