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
2
2
3
3
FROM ${CLOUDSERVER_IMAGE}
4
4
5
5
ADD ./config.json /conf/config.json
6
6
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 \
12
8
&& apt install -y curl \
13
9
&& apt clean
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ services:
27
27
profiles : ['s3c']
28
28
build :
29
29
context : ../cloudserver
30
+ args :
31
+ CLOUDSERVER_IMAGE : " ${CLOUDSERVER_IMAGE}"
30
32
depends_on :
31
33
- metadata
32
34
ports :
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
fail-fast : false
224
224
matrix :
225
225
profile : [ 's3c' ]
226
- cloudserver_tag : [ '7.70.47 ' ]
226
+ cloudserver_tag : [ '9.0.19 ' ]
227
227
steps :
228
228
- name : Checkout
229
229
uses : actions/checkout@v4
@@ -251,7 +251,7 @@ jobs:
251
251
working-directory : .github/dockerfiles/ft
252
252
- name : Create Zookeeper paths for tests with metadata
253
253
run : |-
254
- # Setup zookeeper paths for backbeat like we do in federation
254
+ # Setup zookeeper paths for backbeat like we do in federation
255
255
docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat ""
256
256
docker exec ft-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator ""
257
257
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