wolfi-dev / os

Main package repository for production Wolfi images
Other
788 stars 212 forks source link

[Wolfi Package Request]: zola #5634

Closed kranurag7 closed 11 months ago

kranurag7 commented 11 months ago

What software would you like us to add to wolfi-os. Ideally include a URL to the project and its source.

Zola is a static site generator, written in Rust.

https://www.getzola.org/ https://github.com/getzola/zola

which versions of the software should we include?

latest (0.17.2)

Add some justification for why this specific package and versions are important.

Will allow usage of wolfi-base image in CI (for providers which allow executing CI jobs in a container, e.g. GitLab).

Please check all that apply

kranurag7 commented 11 months ago

@ajayk Thanks for the PR. I was trying to get this done.

Here's the progress I did over the weekend https://gist.github.com/kranurag7/0a87f303ca0f2560e21ba95aa7cfae3c

I got stuck when invoking melange build after reading the docs. One solution that I had in my mind is to open a draft PR and iterate on that, but I was not sure if that would help. I wanted to make sure that things are building locally before creating a PR. It'll be great if you can guide me here on what I'm missing here so that for the future packages that I've in my mind (I'll open an issue first), I'll be able to work on it on my own, hopefully.

I asked @developer-guy in the morning today, and he was kind enough to offer me some help to package this (time permitting) and I was waiting for that to proceed ahead.