From a34a062f6aeb357e3d9cdcd577a1015a9633325a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 8 Jun 2022 15:19:35 +0000 Subject: [PATCH] 9.0.0-debian-11-r2 release --- bitnami/solr/9/debian-11/Dockerfile | 2 +- bitnami/solr/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/solr/9/debian-11/Dockerfile b/bitnami/solr/9/debian-11/Dockerfile index 8b2193235d75..4a141921685f 100644 --- a/bitnami/solr/9/debian-11/Dockerfile +++ b/bitnami/solr/9/debian-11/Dockerfile @@ -24,7 +24,7 @@ RUN /opt/bitnami/scripts/solr/postunpack.sh ENV APP_VERSION="9.0.0" \ BITNAMI_APP_NAME="solr" \ JAVA_HOME="/opt/bitnami/java" \ - PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH" + PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/solr/contrib/prometheus-exporter/bin:/opt/bitnami/solr/prometheus-exporter/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 8983 diff --git a/bitnami/solr/README.md b/bitnami/solr/README.md index d2400f5ac92e..0bc09ce9caf6 100644 --- a/bitnami/solr/README.md +++ b/bitnami/solr/README.md @@ -30,14 +30,14 @@ You can find the available configuration options in the [Environment Variables]( * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. * 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. +* Bitnami container images are released on a regular basis with the latest distribution packages available. ## Supported tags and respective `Dockerfile` links 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/). -* [`9`, `9-debian-11`, `9.0.0`, `9.0.0-debian-11-r1`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/9.0.0-debian-11-r1/9/debian-11/Dockerfile) +* [`9`, `9-debian-11`, `9.0.0`, `9.0.0-debian-11-r2`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/9.0.0-debian-11-r2/9/debian-11/Dockerfile) * [`8`, `8-debian-11`, `8.11.1`, `8.11.1-debian-11-r1` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-11-r1/8/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).