13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-06-29 00:10:45 +00:00
kubeconform/Dockerfile.bats
2025-05-11 02:05:01 +02:00

5 lines
199 B
Bash

FROM bats/bats:1.11.0
RUN apk --no-cache add ca-certificates parallel libxml2-utils
COPY bin/kubeconform /code/bin/
COPY acceptance.bats acceptance-nonetwork.bats /code/
COPY fixtures /code/fixtures