ci: update github runner on old branch (#7249)

* ci: update github runner (ubuntu-20.04 -> ubuntu-22.04)

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
LFC
2025-11-18 19:52:03 +08:00
committed by GitHub
parent ee2a7a5f10
commit 503585ba42
15 changed files with 117 additions and 72 deletions

View File

@@ -1,14 +1,14 @@
services:
zookeeper:
image: docker.io/bitnami/zookeeper:3.7
image: greptime/zookeeper:3.7
ports:
- '2181:2181'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
kafka:
image: docker.io/bitnami/kafka:3.6.0
image: greptime/kafka:3.9.0-debian-12-r1
container_name: kafka
ports:
- 9092:9092
@@ -32,7 +32,7 @@ services:
condition: service_started
etcd:
image: docker.io/bitnami/etcd:3.5
image: greptime/etcd:3.6.1-debian-12-r3
ports:
- "2379:2379"
- "2380:2380"
@@ -44,7 +44,7 @@ services:
ETCD_MAX_REQUEST_BYTES: 10485760
minio:
image: docker.io/bitnami/minio:2024
image: greptime/minio:2024
ports:
- '9000:9000'
- '9001:9001'