1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +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"]