UNCLASSIFIED - NO CUI

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

Update Dockerfile with different url for kubeflow

parent 04021b7e
No related branches found
No related tags found
2 merge requests!28Development,!27Updated operator
Pipeline #3560245 failed
......@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/alpinelinux/alpine
ARG BASE_TAG=3.20.2
FROM docker.io/kubeflow/spark-operator:2.0.0-rc.0 as base
FROM hub.docker.com/r/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