mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
pin tpotinit to alpine 3.20
This commit is contained in:
parent
26a25719ff
commit
bdea4e2932
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:edge
|
||||
FROM alpine:3.20
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /opt/tpot/
|
||||
|
@ -26,9 +26,8 @@ RUN apk --no-cache -U upgrade && \
|
|||
openssl \
|
||||
pigz \
|
||||
tar \
|
||||
uuidgen && \
|
||||
apk --no-cache -U add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
yq && \
|
||||
uuidgen \
|
||||
yq-go && \
|
||||
#
|
||||
# Setup user, logrotate permissions
|
||||
addgroup -g 2000 tpot && \
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
- $HOME/tpotce/.env
|
||||
restart: "no"
|
||||
stop_grace_period: 60s
|
||||
image: "dtagdevsec/tpotinit:24.04"
|
||||
image: "ghcr.io/telekom-security/tpotinit:24.04.1"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- $HOME/tpotce/data:/data
|
||||
|
|
Loading…
Reference in a new issue