From d2c831f2119a013efc8ebbe25ce380e8dfd33e93 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 20 Apr 2022 14:32:44 +0000 Subject: [PATCH] 3.2.1-debian-10-r79 release --- bitnami/spark/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index 4ba7e4466719..8557c46a2ab5 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -28,8 +28,6 @@ You can find the available configuration options in the [Environment Variables]( * All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. * Bitnami container images are released daily with the latest distribution packages available. -> This [CVE scan report](https://quay.io/repository/bitnami/spark?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page. - ## How to deploy Apache Spark in Kubernetes? Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Apache Spark Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/spark). @@ -45,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r78`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.1-debian-10-r78/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r79`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.1-debian-10-r79/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/spark GitHub repo](https://github.com/bitnami/bitnami-docker-spark). @@ -165,7 +163,6 @@ $ docker-compose up --scale spark-worker=3 ### Mount a custom configuration file The image looks for configuration in the `conf/` directory of `/opt/bitnami/spark`. - #### Using docker-compose ```yaml