8.5.1-debian-10-r4 release

This commit is contained in:
Bitnami Bot 2020-04-27 17:31:14 +00:00
parent eeeabd4d72
commit 47716494cc
3 changed files with 5 additions and 3 deletions

View File

@ -12,17 +12,18 @@ RUN /build/bitnami-user.sh
RUN /build/install-nami.sh
RUN bitnami-pkg install java-1.8.252-0 --checksum d7271eff41b312b73aea7aea3b79a6b1a69cf6613804803daff952aff7d440b4
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
RUN bitnami-pkg unpack solr-8.5.1-0 --checksum 74f310e0631703f0520cadf249556c5278e931322a6dd27d889fc9ea30c7fb0c
RUN bitnami-pkg unpack solr-8.5.1-1 --checksum 70322ce81937ad5a094f8664a6ce0968a365ee1a9548c28a543754bb06ca5349
RUN bitnami-pkg install gosu-1.12.0-0 --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
COPY rootfs /
ENV BITNAMI_APP_NAME="solr" \
BITNAMI_IMAGE_VERSION="8.5.1-debian-10-r3" \
BITNAMI_IMAGE_VERSION="8.5.1-debian-10-r4" \
NAMI_PREFIX="/.nami" \
SOLR_CORE="" \
SOLR_CORE_CONF_DIR="_default" \
SOLR_HEAP="512m" \
SOLR_PORT_NUMBER="8983" \
SOLR_SERVER_DIRECTORY="server"

View File

@ -1,6 +1,7 @@
{
"core": "{{$global.env.SOLR_CORE}}",
"coreConfDir": "{{$global.env.SOLR_CORE_CONF_DIR}}",
"heap": "{{$global.env.SOLR_HEAP}}",
"port": "{{$global.env.SOLR_PORT_NUMBER}}",
"serverDirectory": "{{$global.env.SOLR_SERVER_DIRECTORY}}"
}

View File

@ -35,7 +35,7 @@ $ docker-compose up -d
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/).
* [`8-debian-10`, `8.5.1-debian-10-r3`, `8`, `8.5.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.5.1-debian-10-r3/8/debian-10/Dockerfile)
* [`8-debian-10`, `8.5.1-debian-10-r4`, `8`, `8.5.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.5.1-debian-10-r4/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).