Skip to content

Commit

Permalink
[BGD-4705] use latest openshift base image (rel20240315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Mar 18, 2024
1 parent 8e14b67 commit b0f3ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ VERSION = $(shell git rev-parse --short=7 HEAD)
IMAGE_NAME = spark-operator
SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.4-gen20
TAG = $(VERSION)-gen20
SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-3.5.0-hadoop-3.3.4-java-11-scala-2.13-ubi-9-python-3.10-rel20240308
TAG_RH = $(VERSION)-ubi9-rel20240308
SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-v3.5-rel20240315
TAG_RH = $(VERSION)-ubi9-rel20240315

build_linux:
docker buildx build --load \
Expand Down

0 comments on commit b0f3ed0

Please sign in to comment.