Skip to content

Commit

Permalink
upgrade base images to gen24 / latest ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Oct 17, 2024
1 parent a4fbb58 commit 5a1080d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-gen23-rc11
TAG = $(VERSION)-gen23-rc11
SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-v3.5-rel20240315
TAG_RH = $(VERSION)-ubi9-rel20240315
SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.5-gen24
TAG = $(VERSION)-gen24
SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-v3.5-rel20240916
TAG_RH = $(VERSION)-ubi9-rel20240916

build_linux:
docker buildx build --load \
Expand Down

0 comments on commit 5a1080d

Please sign in to comment.