mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04:00
Bump Elastic Stack to 8.18.1
- Continue prep to 9.x as discussed in #1788
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV ES_VER=8.17.5
|
ENV ES_VER=8.18.1
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
|
@ -11,5 +11,5 @@ http.host: 0.0.0.0
|
|||||||
http.cors.enabled: true
|
http.cors.enabled: true
|
||||||
http.cors.allow-origin: "*"
|
http.cors.allow-origin: "*"
|
||||||
indices.query.bool.max_clause_count: 2000
|
indices.query.bool.max_clause_count: 2000
|
||||||
cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
|
#cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
|
||||||
discovery.type: single-node
|
discovery.type: single-node
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM node:20.18.2-alpine3.20
|
FROM node:20.18.2-alpine3.20
|
||||||
ENV KB_VER=8.17.5
|
ENV KB_VER=8.18.1
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
ENV LS_VER=8.17.5
|
ENV LS_VER=8.18.1
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
|
Reference in New Issue
Block a user