mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-23 19:57:02 +00:00
Add Dockerfile.bats
This commit is contained in:
parent
b46f7cc3c4
commit
87c1104f05
1 changed files with 5 additions and 0 deletions
5
Dockerfile.bats
Normal file
5
Dockerfile.bats
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue