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

Fixes and improvements to dev containers #69

Merged
merged 7 commits into from
Mar 29, 2023

Conversation

bcran
Copy link
Member

@bcran bcran commented Mar 28, 2023

Description

I noticed some issues when I tried using the containers, so I've made the following changes:

  1. Install nasm and acpica-tools in the Ubuntu containers
  2. Install vim and nano in the Fedora containers.
  3. Set up a user to match the outside user in the Fedora containers.
  4. Add the user to the sudo/wheel group to allow them to use sudo, and set a password.

Issue #64, #65, #66, #67, #68

Containers Affected

Fedora-35
Fedora-37
Ubuntu-20
Ubuntu-22

Update the Ubuntu-20 and Ubuntu-22 containers to set the user's password
to 'tianocore' and add them to the sudo group so they can run commands
as root.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Fix typo of 'intended' in the Dockerfiles.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
nasm and acpica-tools are needed to build most EDK2 firmware, so install
them in the Ubuntu-20 and Ubuntu-22 containers.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Since the exit codes of most commands aren't checked, add "set -e" to
the entrypoint scripts to make it fail if any commands exit with a
non-zero code.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
As with the Ubuntu containers, add an entrypoint script that sets up a
user which matches that which is being used to run the container.

However, if EDK2_DOCKER_USER_HOME hasn't been set, just run the
container as root instead of failing.

Add the user to the 'wheel' group and set the password to 'tianocore' to
allow them to run commands as root via sudo.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
@bcran
Copy link
Member Author

bcran commented Mar 29, 2023

Could someone merge this please?
I don't have write access to this repo.

@cfernald cfernald merged commit 3b3eb8f into tianocore:main Mar 29, 2023
@bcran bcran deleted the bcran-containers branch March 29, 2023 16:13
@jgarver
Copy link
Contributor

jgarver commented Dec 5, 2023

@bcran A bit belated, but thanks for these updates!

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.

None yet

5 participants