UNCLASSIFIED

Commit f8727b2c authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

rebase on the spark-py 2.4.4 container

parent 428dcbc1
Pipeline #175019 failed with stages
in 2 minutes and 16 seconds
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=repo1.dso.mil ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=repo1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/python/python38 ARG BASE_IMAGE=ironbank/opensource/python/python38
ARG BASE_TAG=3.8 ARG BASE_TAG=3.8
FROM spark-operator/spark-operator:v1beta2-1.0.0-2.4.4 as base FROM spark-operator/spark-py:2.4.4 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -8,7 +8,7 @@ name: "opensource/spark-operator/spark-py" ...@@ -8,7 +8,7 @@ name: "opensource/spark-operator/spark-py"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "v1beta2-1.0.0-2.4.4" - "2.4.4"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://spark.apache.org/docs/latest/index.html" org.opencontainers.image.url: "https://spark.apache.org/docs/latest/index.html"
# Name of the distributing entity, organization or individual # Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Apache Software Foundation" org.opencontainers.image.vendor: "Apache Software Foundation"
org.opencontainers.image.version: "v1beta2-1.0.0-2.4.4" org.opencontainers.image.version: "2.4.4"
# Keywords to help with search (ex. "cicd,gitops,golang") # Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "apache,python,data processing,large scale,hadoop,kubeflow" mil.dso.ironbank.image.keywords: "apache,python,data processing,large scale,hadoop,kubeflow"
# This value can be "opensource" or "commercial" # This value can be "opensource" or "commercial"
...@@ -37,8 +37,8 @@ labels: ...@@ -37,8 +37,8 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- url: "docker://gcr.io/spark-operator/spark-operator@sha256:52b257911a5c47c480aae25f83c80151a2ed8c99e8b50317d451c157c80666fd" - url: "gcr.io/spark-operator/spark-py@sha256:f4980fb33077ae6e03329cf6f835ec671c1b99de391ef9494e28ed19cf3de298"
tag: "spark-operator/spark-operator:v1beta2-1.0.0-2.4.4" tag: "spark-operator/spark-py:2.4.4"
- filename: pip-21.0.1-py3-none-any.whl - filename: pip-21.0.1-py3-none-any.whl
url: https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl url: https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl
validation: validation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment