Skip to content

Commit

Permalink
set spark base image tag to that from .make.versions (#626)
Browse files Browse the repository at this point in the history
* set spark base image tag to that from .make.versions

Signed-off-by: David Wood <dawood@us.ibm.com>

* have spark transform images all use latest by default

Signed-off-by: David Wood <dawood@us.ibm.com>

* restore default spark FROM image to include quay.io

Signed-off-by: David Wood <dawood@us.ibm.com>

---------

Signed-off-by: David Wood <dawood@us.ibm.com>
  • Loading branch information
daw3rd authored Sep 26, 2024
1 parent 70ab91b commit 7241d6a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion data-processing-lib/spark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include $(REPOROOT)/.make.defaults
SPARK_VERSION=3.5.2
DOCKER_IMAGE_NAME=data-prep-kit-spark-$(SPARK_VERSION)
DOCKER_IMAGE_LIB_NAME=data-prep-kit-spark
DOCKER_IMAGE_VERSION := latest


.check-env::
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/doc_id/spark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=quay.io/dataprep1/data-prep-kit/data-prep-kit-spark-3.5.2:0.2.1.dev0
ARG BASE_IMAGE=quay.io/dataprep1/data-prep-kit/data-prep-kit-spark-3.5.2:latest
FROM ${BASE_IMAGE}

USER root
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/filter/spark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=quay.io/dataprep1/data-prep-kit/data-prep-kit-spark-3.5.2:0.2.1.dev0
ARG BASE_IMAGE=quay.io/dataprep1/data-prep-kit/data-prep-kit-spark-3.5.2:latest
FROM ${BASE_IMAGE}

USER root
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/noop/spark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=quay.io/dataprep1/data-prep-kit/data-prep-kit-spark-3.5.2:0.2.1.dev0
ARG BASE_IMAGE=quay.io/dataprep1/data-prep-kit/data-prep-kit-spark-3.5.2:latest
FROM ${BASE_IMAGE}

USER root
Expand Down

0 comments on commit 7241d6a

Please sign in to comment.