Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/nifi.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions nifi/Dockerfile
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down
7 changes: 4 additions & 3 deletions services/elasticsearch/Dockerfile_native
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.18.3
FROM docker.elastic.co/elasticsearch/elasticsearch:8.19.6

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/
COPY ./sysctl.conf /etc/

Loading