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

Support Alpine Linux apk package manager #2788

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Support Alpine Linux apk package manager #2788

merged 1 commit into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. Support Alpine Linux apk package manager

    Add support for `apk` package manager from Alpine Linux.
    
    Unsupported debuginfo installation, seems not have a nice
    `debuginfo-install`-like solution.
    
    Installing by path is limited to certain recognized paths.
    The existing `apk-file` solution looks flaky, it was randomly
    hanging and does not have a good machine readable output.
    
    For testing we need to use a locally build alpine image
    which contains required packages of tmt and the unit tests.
    
    Resolves #2694
    
    Signed-off-by: Miroslav Vadkerti <[email protected]>
    thrix authored and psss committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    32f43b7 View commit details
    Browse the repository at this point in the history