We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f381ee6 + 86f94af commit c04fb16Copy full SHA for c04fb16
1 file changed
install.sh
@@ -508,7 +508,7 @@ do_install() {
508
esac
509
;;
510
511
- centos|rhel)
+ centos|rhel|rocky)
512
if [ -z "$dist_version" ] && [ -r /etc/os-release ]; then
513
dist_version="$(. /etc/os-release && echo "$VERSION_ID")"
514
fi
@@ -626,7 +626,7 @@ do_install() {
626
echo_docker_as_nonroot
627
exit 0
628
629
- centos|fedora|rhel)
+ centos|fedora|rhel|rocky)
630
if [ "$(uname -m)" = "s390x" ]; then
631
echo "Effective v27.5, please consult RHEL distro statement for s390x support."
632
exit 1
0 commit comments