mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
5 lines
227 B
Bash
5 lines
227 B
Bash
FROM bats/bats:v1.2.1
|
|
RUN apk --no-cache add ca-certificates parallel libxml2-utils
|
|
COPY dist/kubeconform_linux_amd64_v1/kubeconform /code/bin/
|
|
COPY acceptance.bats acceptance-nonetwork.bats /code/
|
|
COPY fixtures /code/fixtures
|