UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 75cfcca1 authored by Shawn McNeill's avatar Shawn McNeill
Browse files

change apache spark url and tag

parent f0365d44
No related branches found
No related tags found
2 merge requests!28Development,!27Updated operator
Pipeline #3560219 failed
......@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/opensource/alpinelinux/alpine
ARG BASE_TAG=3.20.2
FROM kubeflow/spark-operator:2.0.0-rc.0 AS base
FROM registry1.dso.mil/ironbank/opensource/spark-operator/spark-py:3.5.1 AS spark
FROM apache/spark:3.5.2 AS spark
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
......@@ -7,8 +7,8 @@ tags:
- latest
args:
BASE_IMAGE: "redhat/openjdk/openjdk17-runtime-ubi9-slim"
BASE_TAG: "1.17"
BASE_IMAGE: "alpinelinux/alpine"
BASE_TAG: "3.20.2"
labels:
org.opencontainers.image.title: Spark Operator
......@@ -24,8 +24,8 @@ labels:
resources:
- tag: kubeflow/spark-operator:2.0.0-rc
url: docker://docker.io/kubeflow/spark-operator@sha256:a789f9f145c5099b41641e31f695feb43dbc018b29e507f615131670abad404a
- tag: registry1.dso.mil/ironbank/opensource/spark-operator/spark-py:3.5.1
url: https://ironbank.dso.mil/repomap/details;registry1Path=opensource%252Fspark-operator%252Fspark-py
- url: docker://apache/spark@sha256:f3ba191e047af7a8124f5b206220a7cd142a537efd5bf17a9295c10aba60df99
tag: apache/spark:3.5.2
- url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64
filename: tini
validation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment