File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- ARG CLOUDSERVER_IMAGE=ghcr.io/scality/cloudserver:7.70.47
1+ ARG CLOUDSERVER_IMAGE=ghcr.io/scality/cloudserver:9.0.19
22
33FROM ${CLOUDSERVER_IMAGE}
44
55ADD ./config.json /conf/config.json
66
7- # Update sources.list to use archive repositories for Buster
8- RUN sed -i 's/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list \
9- && sed -i 's/security.debian.org/archive.debian.org/g' /etc/apt/sources.list \
10- && sed -i '/buster-updates/d' /etc/apt/sources.list \
11- && apt update \
7+ RUN apt update \
128 && apt install -y curl \
139 && apt clean
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ services:
2727 profiles : ['s3c']
2828 build :
2929 context : ../cloudserver
30+ args :
31+ CLOUDSERVER_IMAGE : " ${CLOUDSERVER_IMAGE}"
3032 depends_on :
3133 - metadata
3234 ports :
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223 fail-fast : false
224224 matrix :
225225 profile : [ 's3c' ]
226- cloudserver_tag : [ '7.70.47 ' ]
226+ cloudserver_tag : [ '9.0.19 ' ]
227227 steps :
228228 - name : Checkout
229229 uses : actions/checkout@v4
@@ -251,7 +251,7 @@ jobs:
251251 working-directory : .github/dockerfiles/ft
252252 - name : Create Zookeeper paths for tests with metadata
253253 run : |-
254- # Setup zookeeper paths for backbeat like we do in federation
254+ # Setup zookeeper paths for backbeat like we do in federation
255255 docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat ""
256256 docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator ""
257257 docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher ""
You can’t perform that action at this time.
0 commit comments