project-stacker / stacker

Build OCI images natively from a declarative format
https://stackerbuild.io
Apache License 2.0
186 stars 34 forks source link

Feat: Prebuilt binaries published with binaries #611

Open thesayyn opened 2 months ago

thesayyn commented 2 months ago

Is your feature request related to a problem? Please describe.

This is a request, we are considering using stacker in rules_oci, and we'd like to fetch binaries directly from releases instead of compiling from source.

Describe the solution you'd like

Prebuilt binaries published with each release for Windows, Linux, and macOS similar to Zot.

Describe alternatives you've considered

Compiling from source, but that's wasteful given all of our users have to compile too on cache misses.

Additional context

No response

thesayyn commented 2 months ago

I am not sure if this is feasible or not as stacker might be relying on Linux specific features.