bump elastic stack to 8.16.1

This commit is contained in:
t3chn0m4g3 2024-12-06 12:28:20 +01:00
parent ce6eef8dc0
commit 35fd6da287
3 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.14.2
ENV ES_VER=8.16.1
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,5 +1,5 @@
FROM node:20.13.1-alpine3.20
ENV KB_VER=8.14.2
ENV KB_VER=8.16.1
#
# Include dist
COPY dist/ /root/dist/
@ -20,10 +20,11 @@ RUN apk --no-cache -U upgrade && \
aria2c -s 16 -x 16 https://artifacts.elastic.co/downloads/kibana/kibana-$KB_VER-linux-$KB_ARCH.tar.gz && \
mkdir -p /usr/share/kibana && \
tar xvfz kibana-$KB_VER-linux-$KB_ARCH.tar.gz --strip-components=1 -C /usr/share/kibana/ && \
echo "hello" && \
#
# Kibana's bundled node does not work in build pipeline
rm /usr/share/kibana/node/bin/node && \
ln -s /usr/local/bin/node /usr/share/kibana/node/bin/node && \
# rm /usr/share/kibana/node/bin/node && \
# ln -s /usr/local/bin/node /usr/share/kibana/node/bin/node && \
#
# Setup user, groups and configs
sed -i 's/#server.basePath: ""/server.basePath: "\/kibana"/' /usr/share/kibana/config/kibana.yml && \

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.14.2
ENV LS_VER=8.16.1
#
# Include dist
COPY dist/ /root/dist/