wip
This commit is contained in:
parent
0d8127037d
commit
d863101cef
15 changed files with 195 additions and 189 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue