You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Urgh yes...messy. Hmmm...now I'm a bit confused since the commit message there says
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,
Yet, early on in this function we just return if we're not running in systemd, so we shouldn't in theory hit this code path in the conditions I described...
cgwalters
added a commit
to cgwalters/ostree-rs-ext
that referenced
this issue
Jan 17, 2024
#566 added
--reset-env
to the setpriv call that invokes skopeo, which means information about proxies is no longer passed through.As a totally horrible hack, putting this in
/usr/local/bin/skopeo
works:setpriv
doesn't seem to support to whitelist env vars - perhaps they could be extracted from the environment before calling it, then passed toenv
?The text was updated successfully, but these errors were encountered: