feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.46k stars 976 forks source link

chore: Enable Podman as a Docker alternative #4181

Open jeremyary opened 4 months ago

jeremyary commented 4 months ago

Is your feature request related to a problem? Please describe. Feast is currently using Docker for local-container & CI integration test runs backed by various code-checks regarding test containers. Docker has recently updated licensing for Docker desktop making installations for large enterprise team members troublesome. Aside from local runs, throttling was added for anonymous users on public repositories as well. This is not something that's become an issue for Feast just yet, but we have encountered it with other growing projects, esp. around CI.

Describe the solution you'd like We'd like to see Podman support enabled in a non-invasive way. The Podman community has done a lot of work to ensure that drop-in replacement is as seamless as they can manage, so there are tools available for local aliasing, etc. to aid in implementation.

tokoko commented 1 month ago

@tchughesiv Should we close this ticket since we already have a guide?

tchughesiv commented 1 month ago

I'll leave that up to @jeremyary