Skip to content

Commit 86f94af

Browse files
committed
Prepare for Rocky Linux
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent f381ee6 commit 86f94af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ do_install() {
508508
esac
509509
;;
510510

511-
centos|rhel)
511+
centos|rhel|rocky)
512512
if [ -z "$dist_version" ] && [ -r /etc/os-release ]; then
513513
dist_version="$(. /etc/os-release && echo "$VERSION_ID")"
514514
fi
@@ -626,7 +626,7 @@ do_install() {
626626
echo_docker_as_nonroot
627627
exit 0
628628
;;
629-
centos|fedora|rhel)
629+
centos|fedora|rhel|rocky)
630630
if [ "$(uname -m)" = "s390x" ]; then
631631
echo "Effective v27.5, please consult RHEL distro statement for s390x support."
632632
exit 1

0 commit comments

Comments
 (0)