Skip to content

Commit

Permalink
NiFi: updated to version 1.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Dec 1, 2023
1 parent 4e44ef0 commit 93f8b77
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/nifi.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NIFI_ENV_FILE="./nifi.env"
NIFI_SECURITY_DIR="../security/nifi_certificates/"
NIFI_DATA_PATH="../data/"

NIFI_VERSION="1.23.2"
NIFI_VERSION="1.24.0"

TZ="Europe/London"

Expand Down
6 changes: 3 additions & 3 deletions nifi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM apache/nifi:${NIFI_VERSION:-1.23.2}
FROM apache/nifi:${NIFI_VERSION:-1.24.0}

ARG HTTP_PROXY=""
ARG HTTPS_PROXY=""
ARG no_proxy=""
ARG DEBIAN_FRONTEND=noninteractive

ENV NIFI_VERSION=${NIFI_VERSION:-1.23.2}
ENV NIFI_VERSION=${NIFI_VERSION:-1.24.0}

ENV NIFI_UID ${NIFI_UID:-1000}
ENV NIFI_GID ${NIFI_GID:-1000}
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN pip3 install --no-cache-dir xnat

# medcat & models
RUN pip3 install --no-cache-dir -U spacy click torch thinc
RUN pip3 install --no-cache-dir medcat
RUN pip3 install --no-cache-dir medcat==1.5.3

# ApacheNifi specific packages
RUN pip3 install --no-cache-dir nipyapi nifi.flowfile avro
Expand Down
2 changes: 1 addition & 1 deletion security/certificates_nifi.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NiFi certificate vars,
NIFI_TOOLKIT_VERSION="1.22.0"
NIFI_TOOLKIT_VERSION="1.24.0"
NIFI_CERTIFICATE_TIME_VAILIDITY_IN_DAYS=730
NIFI_SUBJ_LINE_CERTIFICATE_CN="CN=cogstack,OU=NIFI,C=UK,ST=UK,L=UK,O=cogstack"
NIFI_KEY_PASSWORD=cogstackNifi
2 changes: 1 addition & 1 deletion security/nifi_toolkit_security.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.23.2"}
NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.24.0"}

if [[ -z "${NIFI_TOOLKIT_VERSION}" ]]; then
NIFI_TOOLKIT_VERSION=$NIFI_TOOLKIT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion security/nifi_toolkit_security_client_cert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.23.2"}
NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.24.0"}

if [[ -z "${NIFI_TOOLKIT_VERSION}" ]]; then
NIFI_TOOLKIT_VERSION=$NIFI_TOOLKIT_VERSION
Expand Down

0 comments on commit 93f8b77

Please sign in to comment.