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

Dockerfile: Avoid conflict with curl-minimal package #993

Merged
merged 1 commit into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. Dockerfile: Avoid conflict with curl-minimal package

    With CentOS Stream 8 reaching end of builds phase most of our ceph
    images are migrating their bases to CentOS Stream 9. Since they come
    with curl by default in a minimal rpm package we switch to attempt the
    install by directly linking the binary than the package name. This is
    due to the conflict between curl and curl-minimal packages in CentOS
    Stream 9 images.
    
    Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
    anoopcs9 authored and phlogistonjohn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d1f51d0 View commit details
    Browse the repository at this point in the history