Skip to content

Commit ead9d77

Browse files
committed
Bump CI cloudserver tag to 9.0.19
1 parent 150f39c commit ead9d77

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
ARG CLOUDSERVER_IMAGE=ghcr.io/scality/cloudserver:7.70.47
1+
ARG CLOUDSERVER_IMAGE=ghcr.io/scality/cloudserver:9.0.19
22

33
FROM ${CLOUDSERVER_IMAGE}
44

55
ADD ./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

.github/dockerfiles/ft/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ""

0 commit comments

Comments
 (0)