Bump Elastic Stack to 8.2.0, update objects

This commit is contained in:
t3chn0m4g3 2022-05-25 14:53:29 +00:00
parent 153c11babd
commit 55da6a4841
5 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
# #
# VARS # VARS
ENV ES_VER=8.1.2 ENV ES_VER=8.2.0
# #
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/

View file

@ -1,7 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
# #
# VARS # VARS
ENV KB_VER=8.1.2 ENV KB_VER=8.2.0
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/
# #

View file

@ -1,7 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
# #
# VARS # VARS
ENV LS_VER=8.1.2 ENV LS_VER=8.2.0
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/
# #
@ -13,6 +13,7 @@ RUN apt-get update -y && \
bash \ bash \
bzip2 \ bzip2 \
curl \ curl \
openjdk-11-jre \
openssh-client && \ openssh-client && \
# #
# Determine arch, get and install packages # Determine arch, get and install packages

Binary file not shown.

Binary file not shown.