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
Some software - notably nix - may behave differently when it's uid 0.
Changing the "virtual" uid seems possible with OCI Container process.user.uid = <json int> (but docs are sparse?)
Get the number from derivation magic attribute __hci_effect_uid or something. (Don't think it had to prefix anything yet)
Same for gid. Maybe other such options as well?
Add __hci_effect_minAgentVersion?
Also / when done
handle the version check on the backend scheduler to solve the forward/backward compat problem instantly
create friendly aliases for these parameters in hercules-ci-effects
The text was updated successfully, but these errors were encountered:
Some software - notably nix - may behave differently when it's uid 0.
Changing the "virtual" uid seems possible with OCI Container
process.user.uid = <json int>
(but docs are sparse?)Get the number from derivation magic attribute
__hci_effect_uid
or something. (Don't think it had to prefix anything yet)Same for gid. Maybe other such options as well?
Add
__hci_effect_minAgentVersion
?Also / when done
hercules-ci-effects
The text was updated successfully, but these errors were encountered: