wip
Some checks failed
ci/woodpecker/push/tofu Pipeline failed
ci/woodpecker/push/fmt Pipeline failed

This commit is contained in:
cătălin 2026-04-08 20:29:10 +02:00
commit d863101cef
No known key found for this signature in database
15 changed files with 195 additions and 189 deletions

10
Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM alpine:3.21 AS fmt
RUN apk add --no-cache \
opentofu \
pre-commit \
kubeconform \
tflint
# Default command
CMD ["/bin/sh"]