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

Re-use "become" image to fix sudo-related trouble in /tests/provision/user #2892

Merged
merged 2 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. Re-use "become" image to fix sudo-related trouble in /tests/provision…

    …/user
    
    The test started to fail because `/usr/bin/flock` is not preinstalled
    and the default Fedora image does not come with password-less `sudo`
    enabled out of the box. Therefore we use the image we build for
    `/tests/provision/become`, give a nice name other images will follow
    Soon(TM), and use it in a test that exercises a non-provileged access.
    happz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d339d20 View commit details
    Browse the repository at this point in the history
  2. squash: fix wrong target name

    happz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    62091ae View commit details
    Browse the repository at this point in the history