You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 themake
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
The text was updated successfully, but these errors were encountered: