-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
For CI systems it is beneficial to have an image that comes with default user other than root. The user should have sudo enabled though, for easy package installation.
Right now the user needs to be created manually.
adduser fedora -G wheelsudo under this user still asks for a password. This won't work for CI.
EDIT: Disable sudo password for fedora user.
echo "fedora ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/fedoraThis still doesn't work well for CI, because now every user command needs to be run as sudo -u fedora <command>.
jsf9k and felddy
Metadata
Metadata
Assignees
Labels
No labels