From ae820da10e5d4466c53f8ceb9f82be5af3bc96c8 Mon Sep 17 00:00:00 2001 From: Chi-Hsuan Huang Date: Fri, 24 Jul 2026 11:13:07 +0800 Subject: [PATCH 1/2] HDDS-14415. Bump Go builder for csc to 1.26 and pin gocsi to v1.2.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b257e95..3333272 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17.8-buster AS go -RUN go install github.com/rexray/gocsi/csc@latest +FROM golang:1.26-bookworm AS go +RUN go install github.com/rexray/gocsi/csc@v1.2.2 FROM rockylinux/rockylinux:9 RUN set -eux ; \ From bdb358de7231f85c92c98ad169af17266dd54f07 Mon Sep 17 00:00:00 2001 From: Chi-Hsuan Huang Date: Fri, 24 Jul 2026 11:14:33 +0800 Subject: [PATCH 2/2] HDDS-14415. Trigger CI