-
Notifications
You must be signed in to change notification settings - Fork 165
Description
This is a Feature Request
Building the site locally can get a bit complicated with quite a few dependencies needed which can be alleviated by using a container image instead. This involves running a make file to build the container and then running the make file again to preview website changes.
What would you like to be added
Create a periodic job that publishes a contributor website container image.
Why is this needed
If we had a periodic job that built and published an "official" container using Kubernetes infrastructure, the end user would not have to run make to build a container. In addition, instructions could be made more cross-platform friendly as make is not available on Windows.
Ref PR: kubernetes/website#24387
Ref Issue: kubernetes/website#22515