From 35c99f54f2daf7951e0fb3fdb1409166b4b9b92c Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 16 Apr 2021 01:04:02 +0000 Subject: [PATCH 1/3] Update gcr.io/spark-operator/spark-py Docker tag to v2.4.5 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c1c0a78..d81416a 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/spark-operator/spark-py" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.4.4" +- "v2.4.5" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://spark.apache.org/docs/latest/index.html" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Apache Software Foundation" - org.opencontainers.image.version: "2.4.4" + org.opencontainers.image.version: "v2.4.5" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "apache,python,data processing,large scale,hadoop,kubeflow" # This value can be "opensource" or "commercial" -- GitLab From 869e710f5e07e90753286c23c253855598ef8bb5 Mon Sep 17 00:00:00 2001 From: Michael Simmons Date: Thu, 22 Apr 2021 20:19:58 +0000 Subject: [PATCH 2/3] Update hardening_manifest.yaml --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d81416a..862297f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: - - url: "docker://gcr.io/spark-operator/spark-py@sha256:f4980fb33077ae6e03329cf6f835ec671c1b99de391ef9494e28ed19cf3de298" - tag: "spark-operator/spark-py:2.4.4" + - url: "docker://gcr.io/spark-operator/spark-py@sha256:c1f21b8b6f4f0ad7b25177ad086b7eaf7d96747940b0fe2e8dc6ca688c85db76" + tag: "spark-operator/spark-py:2.4.5" - 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 validation: -- GitLab From 0d149770fa43b78eb886f48e5e0cf7bbe4864941 Mon Sep 17 00:00:00 2001 From: Michael Simmons Date: Thu, 22 Apr 2021 20:20:18 +0000 Subject: [PATCH 3/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e322d49..353bc55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=repo1.dso.mil ARG BASE_IMAGE=ironbank/opensource/python/python38 ARG BASE_TAG=3.8 -FROM spark-operator/spark-py:2.4.4 as base +FROM spark-operator/spark-py:2.4.5 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab