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

docker/install: Fix rootless install, make teardown also cleanup the toolDir #486

Merged
merged 4 commits into from
Nov 13, 2024

Commits on Nov 8, 2024

  1. test/install: Use separate runDir for each test

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4980de3 View commit details
    Browse the repository at this point in the history
  2. docker/install: Clean up toolDir in teardown

    The `toolDir` is added to `PATH` on install, so make sure the binaries
    aren't accessible after a teardown.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0b611e6 View commit details
    Browse the repository at this point in the history
  3. docker/install: Copy all rootless-extras files

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    15a9f92 View commit details
    Browse the repository at this point in the history
  4. docker/install: Stop docker service on Windows

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    54e0f74 View commit details
    Browse the repository at this point in the history