containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

Workaround hardlinked /etc changes #650

Closed cgwalters closed 4 months ago

cgwalters commented 4 months ago

This (not tested locally) change should work around https://github.com/containers/bootc/issues/637

It's all tricky because you'll only again see this when using the vfs backend. The overlay backend always breaks hardlinks. For more, see e.g. https://github.com/ostreedev/ostree-rs-ext/pull/408