1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-01-20 18:52:16 +00:00
kyverno/Dockerfile
Jim Bugwadia e91cd9341b - add Makefile
- add Dockerfile
- update install.yaml
2019-05-22 21:41:24 -07:00

3 lines
58 B
Docker

FROM scratch
ADD kyverno /kyverno
ENTRYPOINT ["/kyverno"]