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

Fix #518: Use redhat-docker intaller #522

Merged
merged 7 commits into from
Nov 18, 2024
Merged

Fix #518: Use redhat-docker intaller #522

merged 7 commits into from
Nov 18, 2024

Conversation

e-carlin
Copy link
Member

@e-carlin e-carlin commented Aug 2, 2024

No description provided.

@e-carlin e-carlin requested a review from robnagler August 2, 2024 22:09
if [[ ! $v ]]; then
install_err "docker --version did not output a valid version number"
fi
(( $(docker_version_num "$v" ) < $(docker_version_num '{{ docker.min_software_version }}') ))
printf "%s\n%s\n" '{{ docker.min_software_version }}' "$v" | sort --version-sort --check &> /dev/null
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gratuitous but came across this use of sort and thought it was nice.

@e-carlin
Copy link
Member Author

@robnagler not blocking anything but when you have a moment please review.

@e-carlin e-carlin merged commit 0615475 into master Nov 18, 2024
2 checks passed
@e-carlin e-carlin deleted the 518-docker-installer branch November 18, 2024 23:34
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