升级 ClickHouse 镜像至 26.3
This commit is contained in:
@@ -23,8 +23,8 @@ func TestComposeUsesSafeDeploymentDefaults(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
if !regexp.MustCompile(`(?m)^\s+image: clickhouse/clickhouse-server:\d+\.\d+\.\d+\.\d+-alpine\s*$`).MatchString(compose) {
|
||||
t.Error("ClickHouse image must use an exact version tag")
|
||||
if !regexp.MustCompile(`(?m)^\s+image: clickhouse/clickhouse-server:26\.3\s*$`).MatchString(compose) {
|
||||
t.Error("ClickHouse image must use version 26.3")
|
||||
}
|
||||
|
||||
serviceStart := strings.LastIndex(compose, " thief_clickhouse:")
|
||||
|
||||
Reference in New Issue
Block a user