bump elk, log4pot, honeytrap, dionaea to ubuntu 22.04

This commit is contained in:
t3chn0m4g3 2022-06-14 10:47:11 +00:00
parent fc93db2bc4
commit 5f0c337f09
6 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist
@ -88,7 +88,7 @@ RUN ARCH=$(arch) && \
python3-bson \
python3-yaml \
wget && \
#
apt-get install -y \
ca-certificates \
python3 \
@ -102,7 +102,7 @@ RUN ARCH=$(arch) && \
libnetfilter-queue1 \
libnl-3-200 \
libpcap0.8 \
libpython3.8 \
libpython3.10 \
libudns0 && \
#
apt-get autoremove --purge -y && \

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
#
# VARS
ENV ES_VER=8.2.2

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
#
# VARS
ENV KB_VER=8.2.2

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
#
# VARS
ENV LS_VER=8.2.2

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive
#
# Install packages
@ -31,7 +31,7 @@ RUN apt-get update -y && \
git checkout fac539f470217347e51127c635f16749a887c0ac && \
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
poetry install && \
setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \
setcap cap_net_bind_service=+ep /usr/bin/python3.10 && \
#
# Setup user, groups and configs
addgroup --gid 2000 log4pot && \