UNCLASSIFIED - NO CUI

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

update dockerfile

parent e46da1ff
No related branches found
No related tags found
2 merge requests!28Development,!27Updated operator
Pipeline #3560235 failed
......@@ -2,8 +2,8 @@ ARG BASE_REGISTRY=registry1.dso.mil
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 apache/spark:3.5.2 AS spark
FROM docker.io/kubeflow/spark-operator:2.0.0-rc.0 as base
FROM apache/spark:3.5.2 as spark
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
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