From 4017fa7660f35c5c3026390c7a59399df979b380 Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Mon, 22 Jun 2026 09:57:52 +0100 Subject: [PATCH 1/4] Deploy: NiFi updated to 2.10.0 --- deploy/nifi.env | 2 +- nifi/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/nifi.env b/deploy/nifi.env index 7dedcbfd..04d54ced 100644 --- a/deploy/nifi.env +++ b/deploy/nifi.env @@ -19,7 +19,7 @@ NIFI_DOCKER_LOG_NUM_FILES=10 ############################################################################################################################## -NIFI_VERSION="2.9.0" +NIFI_VERSION="2.10.0" # NiFi Docker image NIFI_DOCKER_IMAGE="cogstacksystems/cogstack-nifi:latest" diff --git a/nifi/Dockerfile b/nifi/Dockerfile index 74cc912d..8e3e78b4 100644 --- a/nifi/Dockerfile +++ b/nifi/Dockerfile @@ -1,10 +1,10 @@ -ARG NIFI_VERSION=2.9.0 +ARG NIFI_VERSION=2.10.0 FROM apache/nifi:${NIFI_VERSION} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG NIFI_VERSION=2.8.0 +ARG NIFI_VERSION=2.10.0 ARG GROOVY_VERSION=5.0.4 ARG HTTP_PROXY="" From 7b99c5144004166c8fc97ca085458ba4998a7e70 Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Mon, 22 Jun 2026 10:01:09 +0100 Subject: [PATCH 2/4] Services: updated native ES img version to 8.19.0 --- services/elasticsearch/Dockerfile_native | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/services/elasticsearch/Dockerfile_native b/services/elasticsearch/Dockerfile_native index 3f0f707a..2458d15b 100644 --- a/services/elasticsearch/Dockerfile_native +++ b/services/elasticsearch/Dockerfile_native @@ -1,7 +1,8 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.18.3 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.19.0 -RUN bin/elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.18.3.0/elastiknn-8.18.3.0.zip +RUN bin/elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.19.0.0/elastiknn-8.19.0.0.zip RUN bin/elasticsearch-plugin install --batch analysis-icu -COPY ./sysctl.conf /etc/ \ No newline at end of file +COPY ./sysctl.conf /etc/ + From a49048d2dcc0c0629d74d6550adb2b07568d4c5b Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Mon, 22 Jun 2026 10:02:17 +0100 Subject: [PATCH 3/4] Services: updated native ES img version to 8.19.6 --- services/elasticsearch/Dockerfile_native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/elasticsearch/Dockerfile_native b/services/elasticsearch/Dockerfile_native index 2458d15b..48ad2f3b 100644 --- a/services/elasticsearch/Dockerfile_native +++ b/services/elasticsearch/Dockerfile_native @@ -1,4 +1,4 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.19.0 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.19.6 RUN bin/elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.19.0.0/elastiknn-8.19.0.0.zip From b2e42443192ceacd50e3d3ca128cde1521987d5e Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Mon, 22 Jun 2026 10:19:04 +0100 Subject: [PATCH 4/4] Services: removed ES native elastiknn package (temp). --- services/elasticsearch/Dockerfile_native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/elasticsearch/Dockerfile_native b/services/elasticsearch/Dockerfile_native index 48ad2f3b..87fa61b9 100644 --- a/services/elasticsearch/Dockerfile_native +++ b/services/elasticsearch/Dockerfile_native @@ -1,6 +1,6 @@ FROM docker.elastic.co/elasticsearch/elasticsearch:8.19.6 -RUN bin/elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.19.0.0/elastiknn-8.19.0.0.zip +# RUN bin/elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.19.0.0/elastiknn-8.19.0.0.zip RUN bin/elasticsearch-plugin install --batch analysis-icu