3.2.1-debian-10-r79 release

This commit is contained in:
Bitnami Bot 2022-04-20 14:32:44 +00:00 committed by Bitnami Containers
parent efeabd29e8
commit d2c831f211
1 changed files with 1 additions and 4 deletions

View File

@ -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