kubevirt / kubevirt.github.io

KubeVirt website repo, documentation at https://kubevirt.io/user-guide/
https://kubevirt.io
MIT License
30 stars 115 forks source link

Makefile needs to have img build consolidated into a single target #715

Closed mazzystr closed 3 years ago

mazzystr commented 3 years ago

/kind enhancement

Currently we have to deal with a container img for jekyll, yaspeller, yaspeller, htmlprooder and casperjs. Let's pack all these pieces into a single img. This will make CI much easier to deal with.

The new target should be make build_img

eifrach commented 3 years ago

/assign @eifrach