wip
Some checks are pending
ci/woodpecker/push/fmt Pipeline is pending
ci/woodpecker/push/tofu Pipeline is pending

This commit is contained in:
cătălin 2026-04-09 09:54:10 +02:00
commit 8fd4026c29
No known key found for this signature in database
15 changed files with 199 additions and 189 deletions

14
Dockerfile Normal file
View file

@ -0,0 +1,14 @@
FROM alpine:3.21 AS tofu
RUN apk add --no-cache opentofu
CMD ["/bin/sh"]
FROM tofu AS fmt
RUN apk add --no-cache \
pre-commit \
kubeconform --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
tflint
CMD ["/bin/sh"]