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

[master] rpm: recommend, not require "docker-ce-rootless-extras" where possible #945

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

thaJeztah
Copy link
Member

The deb pacakges have this dependency as "recommends", but older versions of yum (RHEL7 / CentOS 7) do not support this. and only support "requires".

This patch uses a similar approach as bb4bd31 did for the CLI, and changes the dependency to be "recommends" where possible, falling back to "requires" for older rpm versions.

The deb pacakges have this dependency as "recommends", but older versions
of yum (RHEL7 / CentOS 7) do not support this. and only support "requires".

This patch uses a similar approach as bb4bd31
did for the CLI, and changes the dependency to be "recommends" where possible,
falling back to "requires" for older rpm versions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah merged commit 2419e4e into docker:master Sep 20, 2023
5 checks passed
@thaJeztah thaJeztah deleted the recommends_not_requires branch September 20, 2023 22:02
@thaJeztah thaJeztah changed the title rpm: recommend, not require "docker-ce-rootless-extras" where possible [master] rpm: recommend, not require "docker-ce-rootless-extras" where possible Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants