mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
5 lines
150 B
Bash
5 lines
150 B
Bash
FROM bats/bats:v1.1.0
|
|
RUN apk --no-cache add ca-certificates
|
|
COPY bin/kubeconform /bin/
|
|
COPY acceptance.bats /acceptance.bats
|
|
COPY fixtures /fixtures
|