wip
This commit is contained in:
parent
0d8127037d
commit
fe6d1777f3
15 changed files with 212 additions and 189 deletions
15
Dockerfile
Normal file
15
Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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/
|
||||
|
||||
COPY --from=ghcr.io/terraform-linters/tflint:v0.61.0 /usr/local/bin/tflint /usr/local/bin/tflint
|
||||
|
||||
CMD ["/bin/sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue