mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
5 lines
199 B
Bash
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
|