kube-rs / controller-rs

A kubernetes reference controller
Apache License 2.0
270 stars 28 forks source link

Bump actions, fix cache, move to chainguard, simplify docker flow #47

Closed clux closed 1 year ago

clux commented 1 year ago
clux commented 1 year ago

now everything builds in 1m again. kind of sad that the gha docker cache still does not cache mounted cache data, otherwise we could use the normal builder pattern, but i'm ok with invoking the docker build manually (or letting the user run cargo build --target directly if possible) if it means actually having caching work. anyway this was a bit of experimentation for kube-rs/website#14