Skip to content

Conversation

@ayuskauskas
Copy link
Collaborator

…erent process

Due to distroless we can't do a subprocess.run(chroot /root [cmd]) So instead we call a separate python process to chroot inside of. If we do the chroot inside controller the chroot last for the rest of the process which causes issues with file management and other things that happen after the call.

…erent process

Due to distroless we can't do a subprocess.run(chroot /root [cmd])
So instead we call a separate python process to chroot inside of. If
we do the chroot inside controller the chroot last for the rest of the
process which causes issues with file management and other things that
happen after the call.
@lockwobr
Copy link
Collaborator

lockwobr commented Jul 9, 2025

Can you please squash all these commits on merge?

@ayuskauskas ayuskauskas merged commit 4e43065 into main Jul 10, 2025
8 checks passed
@ayuskauskas ayuskauskas deleted the reboot_issue branch July 10, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants