mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
* init container to cleanup stale webhook configurations if any. * remove test code * use internal pkg for os signals * move webhook cleanup before http.server shutown. * update make file and remove init * update CI script
3 lines
58 B
Docker
3 lines
58 B
Docker
FROM scratch
|
|
ADD kyverno /kyverno
|
|
ENTRYPOINT ["/kyverno"]
|