core/deployments/renew_tests/TestsDockerfile
pasha1coil b9e7092f08
Some checks failed
Tests / CreateImage (push) Successful in 3m9s
Tests / Tests (push) Failing after 1s
-
2025-08-25 16:49:05 +03:00

8 lines
243 B
Plaintext

FROM gitea.pena/penadevops/container-images/golang:1.23.8-alpine
COPY . .
RUN go mod download
RUN apk add --no-cache tzdata curl catatonit
ENTRYPOINT ["/sbin/catatonit", "--"]
CMD go run ./cmd/main.go & sleep 30 && go test ./tests && kill %1