core/deployments/renew_tests/TestsDockerfile
pasha1coil 738e8ff9b2
Some checks failed
Tests / CreateImage (push) Successful in 3m16s
Tests / Tests (push) Failing after 30s
-
2025-07-31 18:59:15 +03:00

8 lines
234 B
Plaintext

FROM gitea.pena/penadevops/container-images/golang:main
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