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:
parent
009bd76d71
commit
903eb23453
|
|
@ -1,5 +1,5 @@
|
||||||
# Build the model-registry binary
|
# 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 TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Build the model-registry binary
|
# 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
|
WORKDIR /workspace
|
||||||
# Copy the Go Modules manifests and workspace file
|
# Copy the Go Modules manifests and workspace file
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Build the manager binary
|
# 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 TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Build the model-registry CSI binary
|
# 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 TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue