We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to build the firmware with a rootless Docker install.
Maybe having a second Docker image and a optional parameter to the build.sh script is good enough.
build.sh
No response
In the meantime, I was able to make it work by simply rebuilding the coreboot-sdk image like this:
coreboot-sdk
FROM coreboot/coreboot-sdk:version USER root
And modifying build.sh accordingly, replacing the image name and removing -u $UID for each docker command.
-u $UID
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:And modifying
build.sh
accordingly, replacing the image name and removing-u $UID
for each docker command.Additional context
No response
The text was updated successfully, but these errors were encountered: