9.0.0-debian-11-r2 release
This commit is contained in:
parent
33e14e4770
commit
a34a062f6a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue