From bdea4e29327a34f4491b80d89fe802b0195086d4 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 20 Feb 2025 17:29:16 +0100 Subject: [PATCH] pin tpotinit to alpine 3.20 --- docker/tpotinit/Dockerfile | 7 +++---- docker/tpotinit/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docker/tpotinit/Dockerfile b/docker/tpotinit/Dockerfile index 1f59cf63..ad35c289 100644 --- a/docker/tpotinit/Dockerfile +++ b/docker/tpotinit/Dockerfile @@ -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 && \ diff --git a/docker/tpotinit/docker-compose.yml b/docker/tpotinit/docker-compose.yml index 3481ad04..41707aa6 100644 --- a/docker/tpotinit/docker-compose.yml +++ b/docker/tpotinit/docker-compose.yml @@ -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