This commit is contained in:
cătălin 2026-04-08 20:09:04 +02:00
commit 2963cc68c9
No known key found for this signature in database
15 changed files with 189 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"]