mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Bump Cyberchef to 9.38.0, Elasticvue to 0.40.1
Bump Nginx, Spiderfoot to Alpine 3.16
This commit is contained in:
parent
aaef85c49d
commit
409e4bde3e
5 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
FROM node:17.9.0-alpine3.15 as builder
|
||||
#
|
||||
# Prep and build Cyberchef
|
||||
RUN apk -U --no-cache add git && \
|
||||
ENV CY_VER=v9.38.0
|
||||
RUN apk -U --no-cache add build-base git python3 && \
|
||||
chown -R node:node /srv && \
|
||||
npm install -g grunt-cli
|
||||
WORKDIR /srv
|
||||
USER node
|
||||
RUN git clone https://github.com/gchq/cyberchef -b v9.37.1 . && \
|
||||
RUN git clone https://github.com/gchq/cyberchef -b $CY_VER . && \
|
||||
NODE_OPTIONS=--max_old_space_size=2048 && \
|
||||
npm install && \
|
||||
grunt prod && \
|
||||
cd build/prod && \
|
||||
rm CyberChef_v9.37.1.zip && \
|
||||
rm CyberChef_$CY_VER.zip && \
|
||||
tar cvfz cyberchef.tgz *
|
||||
#
|
||||
FROM scratch AS exporter
|
||||
|
|
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
Binary file not shown.
BIN
docker/nginx/dist/html/esvue/esvue.tgz
vendored
BIN
docker/nginx/dist/html/esvue/esvue.tgz
vendored
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
@ -87,4 +87,4 @@ HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:8080/spiderfoot/'
|
|||
# Set user, workdir and start spiderfoot
|
||||
USER spiderfoot:spiderfoot
|
||||
WORKDIR /home/spiderfoot
|
||||
CMD echo -n >> /home/spiderfoot/.spiderfoot/spiderfoot.db && exec /usr/bin/python3.9 sf.py -l 0.0.0.0:8080
|
||||
CMD echo -n >> /home/spiderfoot/.spiderfoot/spiderfoot.db && exec /usr/bin/python3 sf.py -l 0.0.0.0:8080
|
||||
|
|
Loading…
Reference in a new issue