Skip to content

Commit

Permalink
build openshift image
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Feb 29, 2024
1 parent 195ccf4 commit 7ed731c
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 @@ -3,8 +3,8 @@ 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-gen20
TAG = $(VERSION)-gen20
SPARK_BASE_IMAGE = gcr.io/datamechanics/custom/spark:openshift-spark-3.5.0-hadoop-3.3.4-java-11-scala-2.13-ubi-9-dev
TAG = $(VERSION)-ubi-9-dev

build:
docker buildx build --load \
Expand Down

0 comments on commit 7ed731c

Please sign in to comment.