continue work on builder

This commit is contained in:
t3chn0m4g3
2024-09-05 19:49:52 +00:00
parent e346316945
commit 5287224015
12 changed files with 351 additions and 32 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM debian:12
#
# VARS
ENV KB_VER=8.14.2

View File

@ -63,4 +63,4 @@ HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:9600'
#
# Start logstash
USER logstash:logstash
CMD entrypoint.sh
CMD ["./entrypoint.sh"]