core/deployments/renew_tests/TestsDockerfile

8 lines
234 B
Plaintext
Raw Normal View History

2025-07-31 14:53:13 +00:00
FROM gitea.pena/penadevops/container-images/alpine:main
COPY . .
RUN go mod download
2025-07-31 12:42:30 +00:00
RUN apk add --no-cache tzdata curl catatonit
ENTRYPOINT ["/sbin/catatonit", "--"]
CMD go run ./cmd/main.go & sleep 30 && go test ./tests && kill %1