From 1e9f3b73c15766caf86562de0f8b5da39f745796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=AF=E8=88=AA?= <101104760+ZhangSetSail@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:44:53 +0800 Subject: [PATCH] perf: update builder runner version (#1961) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com> --- .github/workflows/bulider_runner_packaging.yml | 2 +- builder/repostory.go | 2 +- cmd/builder/option/option.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bulider_runner_packaging.yml b/.github/workflows/bulider_runner_packaging.yml index 054e0fbce..a0f5b04d2 100644 --- a/.github/workflows/bulider_runner_packaging.yml +++ b/.github/workflows/bulider_runner_packaging.yml @@ -12,7 +12,7 @@ on: default: 'https://github.com/goodrain' version: description: 'version' - default: 'v5.17.2-release' + default: 'v5.17.3-release' required: true environment: description: 'environment' diff --git a/builder/repostory.go b/builder/repostory.go index 41f4f25f6..a2febaccb 100644 --- a/builder/repostory.go +++ b/builder/repostory.go @@ -118,4 +118,4 @@ func GetRunnerImage(brVersion string) string { } // CIVERSION - -var CIVERSION = "v5.17.2-release" +var CIVERSION = "v5.17.3-release" diff --git a/cmd/builder/option/option.go b/cmd/builder/option/option.go index c15318f5b..8692d2d31 100644 --- a/cmd/builder/option/option.go +++ b/cmd/builder/option/option.go @@ -112,7 +112,7 @@ func (a *Builder) AddFlags(fs *pflag.FlagSet) { fs.BoolVar(&a.BuildKitCache, "buildkit-cache", false, "whether to enable the buildkit image cache") fs.IntVar(&a.KeepCount, "keep-count", 5, "default number of reserved copies for images") fs.IntVar(&a.CleanInterval, "clean-interval", 60, "clean image interval,default 60 minute") - fs.StringVar(&a.BRVersion, "br-version", "v5.17.2-release", "builder and runner version") + fs.StringVar(&a.BRVersion, "br-version", "v5.17.3-release", "builder and runner version") fs.StringSliceVar(&a.EventLogServers, "event-servers", []string{"rbd-eventlog:6366"}, "event log server address. simple lb") fs.StringVar(&a.MQAPI, "mq-api", "rbd-mq:6300", "acp_mq api")