Compare commits

..

No commits in common. "bdea4e29327a34f4491b80d89fe802b0195086d4" and "98c90be47cdfab5b6e93ec7b4204b9f5a7f737dd" have entirely different histories.

6 changed files with 10 additions and 9 deletions

View file

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

View file

@ -1,5 +1,5 @@
FROM node:20.18.2-alpine3.20
ENV KB_VER=8.17.2
FROM node:20.15.1-alpine3.20
ENV KB_VER=8.16.1
#
# Include dist
COPY dist/ /root/dist/

View file

@ -10,4 +10,4 @@ services:
# condition: service_healthy
ports:
- "127.0.0.1:64296:5601"
image: "ghcr.io/telekom-security/kibana:24.04.1"
image: "dtagdevsec/kibana:24.04"

View file

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

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:edge
#
# Include dist
COPY dist/ /opt/tpot/
@ -26,8 +26,9 @@ RUN apk --no-cache -U upgrade && \
openssl \
pigz \
tar \
uuidgen \
yq-go && \
uuidgen && \
apk --no-cache -U add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
yq && \
#
# Setup user, logrotate permissions
addgroup -g 2000 tpot && \

View file

@ -8,7 +8,7 @@ services:
- $HOME/tpotce/.env
restart: "no"
stop_grace_period: 60s
image: "ghcr.io/telekom-security/tpotinit:24.04.1"
image: "dtagdevsec/tpotinit:24.04"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- $HOME/tpotce/data:/data