Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rootless Docker to build firmware #1197

Open
DBLouis opened this issue Jan 9, 2025 · 0 comments
Open

Support rootless Docker to build firmware #1197

DBLouis opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@DBLouis
Copy link

DBLouis commented Jan 9, 2025

The problem you're addressing (if any)

It would be nice to be able to build the firmware with a rootless Docker install.

Describe the solution you'd like

Maybe having a second Docker image and a optional parameter to the build.sh script is good enough.

Where is the value to a user, and who might that user be?

No response

Describe alternatives you've considered

In the meantime, I was able to make it work by simply rebuilding the coreboot-sdk image like this:

FROM coreboot/coreboot-sdk:version
USER root

And modifying build.sh accordingly, replacing the image name and removing -u $UID for each docker command.

Additional context

No response

@DBLouis DBLouis added the enhancement New feature or request label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant