Skip to content

Commit c900322

Browse files
committed
Deploy: removed old J-hub references. Services: updated kibana image.
1 parent 01be03f commit c900322

3 files changed

Lines changed: 5 additions & 71 deletions

File tree

deploy/jupyter.env

Lines changed: 0 additions & 66 deletions
This file was deleted.

deploy/services.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ services:
868868
# NiFi webapp #
869869
#---------------------------------------------------------------------------#
870870
nifi:
871-
#image: cogstacksystems/cogstack-nifi:2.2.0
871+
#image: cogstacksystems/cogstack-nifi:latest-${CPU_ARCHITECTURE:-amd64}
872872
build:
873873
context: ../nifi/
874874
args:
@@ -1047,7 +1047,7 @@ services:
10471047
- cognet
10481048

10491049
nifi-nginx:
1050-
#image: cogstacksystems/nifi-nginx:1.2.7
1050+
#image: cogstacksystems/nifi-nginx:latest-${CPU_ARCHITECTURE:-amd64}
10511051
build:
10521052
context: ../services/nginx/
10531053
args:
@@ -1086,7 +1086,7 @@ services:
10861086
# Jupyter Hub #
10871087
#---------------------------------------------------------------------------#
10881088
jupyter-hub:
1089-
image: cogstacksystems/jupyter-hub:2.0.0-${CPU_ARCHITECTURE:-amd64}
1089+
image: cogstacksystems/jupyter-hub:2.0.1-${CPU_ARCHITECTURE:-amd64}
10901090
#build:
10911091
# context: ../services/jupyter-hub/
10921092
# args:
@@ -1098,7 +1098,7 @@ services:
10981098
env_file:
10991099
- ./general.env
11001100
- ./network_settings.env
1101-
- ./jupyter.env
1101+
- ../services/jupyter-hub/env/jupyter.env
11021102
environment:
11031103
- JUPYTERHUB_INTERNAL_PORT=${JUPYTERHUB_INTERNAL_PORT:-8888}
11041104
- JUPYTERHUB_INTERNAL_PROXY_API_PORT=${JUPYTERHUB_INTERNAL_PROXY_API_PORT:-8887}

services/kibana/Dockerfile_native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ USER kibana
8181

8282
#################################### PLUGINS SECTION ####################################
8383
# https://github.com/fbaligand/kibana-enhanced-table
84-
RUN ./bin/kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.13.2/enhanced-table-1.13.2_8.3.3.zip
84+
RUN ./bin/kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v1.14.0/enhanced-table-1.14.0_8.18.3.zip
8585

8686
RUN cd ${KIBANA_HOME}
8787

0 commit comments

Comments
 (0)