mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
update comment
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
parent
53dc94791f
commit
70bdcfae8f
1
lib.sh
1
lib.sh
@ -178,6 +178,7 @@ fulltextsearch_install() {
|
||||
FULLTEXTSEARCH_IMAGE_NAME=fulltextsearch_es01
|
||||
FULLTEXTSEARCH_SERVICE=nextcloud-fulltext-elasticsearch-worker.service
|
||||
# Supports 0-9.0-99.0-9. Max supprted version with this function is 9.99.9. When ES 10.0.0 is out we have a problem.
|
||||
# Maybe "10\\.[[:digit:]][[:digit:]]\\.[[:digit:]]" will work?
|
||||
FULLTEXTSEARCH_IMAGE_NAME_LATEST_TAG="$(curl -s -m 900 https://www.docker.elastic.co/r/elasticsearch | grep -Eo "[[:digit:]]\\.[[:digit:]][[:digit:]]\\.[[:digit:]]" | sort --version-sort | tail -1)"
|
||||
# Legacy, changed 2023-09-21
|
||||
DOCKER_IMAGE_NAME=es01
|
||||
|
||||
Loading…
Reference in New Issue
Block a user