8.11.1-debian-10-r66 release
This commit is contained in:
parent
688be7e50c
commit
7877549412
|
|
@ -22,7 +22,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/solr/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="8.11.1-debian-10-r65" \
|
||||
BITNAMI_IMAGE_VERSION="8.11.1-debian-10-r66" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -74,8 +74,9 @@ is_dir_empty() {
|
|||
# boolean
|
||||
#########################
|
||||
is_mounted_dir_empty() {
|
||||
local dir="${1:?missing directory}"
|
||||
|
||||
local -r path="${1:?missing directory}"
|
||||
# Calculate real path in order to avoid issues with symlinks
|
||||
local -r dir="$(realpath "$path")"
|
||||
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
|
||||
true
|
||||
else
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ export SOLR_PID_DIR="${SOLR_BASE_DIR}/tmp"
|
|||
export SOLR_LOGS_DIR="${SOLR_BASE_DIR}/logs"
|
||||
export SOLR_SERVER_DIR="${SOLR_BASE_DIR}/server"
|
||||
|
||||
# Persitence
|
||||
# Persistence
|
||||
export SOLR_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/solr"
|
||||
export SOLR_DATA_TO_PERSIST="server/solr"
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ You can find the available configuration options in the [Environment Variables](
|
|||
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`, `8-debian-10`, `8.11.1`, `8.11.1-debian-10-r65`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r65/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.11.1`, `8.11.1-debian-10-r66`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r66/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue