File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
8686RUN cd ${KIBANA_HOME}
8787
You can’t perform that action at this time.
0 commit comments