From 61aa9b410cdeae3299179a3a3e29b63e95d12ebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:04:42 +0000 Subject: [PATCH] chore(deps): update ghcr.io/pingcap-qe/cd/builders/tidb docker tag to v2026.4.12-6-gfffaec3-centos7-go1.25 --- packages/packages.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packages.yaml.tmpl b/packages/packages.yaml.tmpl index ede34616..de420332 100644 --- a/packages/packages.yaml.tmpl +++ b/packages/packages.yaml.tmpl @@ -919,7 +919,7 @@ components: # binary builder, also we need it when build for mac to get build tools versions and other informations. builders: - if: {{ semver.CheckConstraint ">= 8.5.6-0" .Release.version }} - image: ghcr.io/pingcap-qe/cd/builders/tidb:v2026.3.29-25-gc550a78-centos7-go1.25 + image: ghcr.io/pingcap-qe/cd/builders/tidb:v2026.4.12-6-gfffaec3-centos7-go1.25 - if: {{ semver.CheckConstraint ">= 8.5.5-0, < 8.5.6-0" .Release.version }} image: ghcr.io/pingcap-qe/cd/builders/tidb:v2025.12.7-14-g6fd6d9d-centos7-go1.25 - if: {{ semver.CheckConstraint ">= 8.4.0-0, < 8.5.5-0" .Release.version }}