chore: move to more general purpose tag for go 1.24 (#1355)

Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
This commit is contained in:
Alessio Pragliola 2025-07-21 16:37:59 +02:00 committed by GitHub
parent 009bd76d71
commit 903eb23453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Build the model-registry binary
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24.4 AS common
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS common
ARG TARGETOS
ARG TARGETARCH

View File

@ -1,5 +1,5 @@
# Build the model-registry binary
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
WORKDIR /workspace
# Copy the Go Modules manifests and workspace file

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24.4 AS builder
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
ARG TARGETOS
ARG TARGETARCH

View File

@ -1,5 +1,5 @@
# Build the model-registry CSI binary
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24.4 AS builder
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
ARG TARGETOS
ARG TARGETARCH