tinkerbell / actions

Suite of Tinkerbell Actions for use in Tinkerbell Workflows
Apache License 2.0
27 stars 42 forks source link

[CEXEC] Code clean up; Add resolv.conf fixing in chroot: #129

Closed jacobweinstock closed 4 months ago

jacobweinstock commented 4 months ago

Description

Cleaning up the code base for improved maintainability. Add option to use the host's /etc/resolv.conf in the chroot env. This resolves issues with DNS based network calls for things like package managers, etc.

Why is this needed

Fixes: #92

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

jacobweinstock commented 4 months ago

Thanks for the review, @chrisdoherty4 !