fukuops/Dockerfile
cătălin e0d54ae944
Some checks failed
ci/woodpecker/push/fmt Pipeline failed
wip
2026-04-09 13:28:10 +02:00

16 lines
336 B
Docker

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 \
make \
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/bin/tflint
CMD ["/bin/sh"]