From 717badae7435f405cd1f13763f7f178fc9743ecd Mon Sep 17 00:00:00 2001 From: Z4ck404 Date: Wed, 18 Dec 2024 17:05:54 +0100 Subject: [PATCH] [.github/actions/release] upgrade base image to gen25 --- .github/actions/release/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/release/Makefile b/.github/actions/release/Makefile index 5530fc1bb3..b1ec2e3e2f 100644 --- a/.github/actions/release/Makefile +++ b/.github/actions/release/Makefile @@ -3,10 +3,10 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) VERSION = $(shell git rev-parse --short=7 HEAD) IMAGE_NAME = spark-operator -SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.5-gen24 +SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.5-gen25 TAG = $(VERSION)-gen24 -SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-v3.5-rel20240916 -TAG_RH = $(VERSION)-ubi9-rel20240916 +SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-v3.5.3-rel20241122 +TAG_RH = $(VERSION)-ubi9-rel20241122 build_linux: docker buildx build --load \