ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

isolation: Also reset environment #566

Closed cgwalters closed 10 months ago

cgwalters commented 10 months ago

Otherwise in some cases the containers/image stack can try to look at things like $HOME which might be set to /root if we're running outside of systemd, and that can cause permission denials.

srd424 commented 8 months ago

This looks like it broke passing of http_proxy / https_proxy through to skopeo - any ideas of a work-around?