Skip to content

Commit

Permalink
CentOS8 is EoL, replace it with AlmaLinux8
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Mar 8, 2022
1 parent 80b378c commit 009c402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LANG=en_EN
SCRIPT=$(basename ${0})

# Supported distributions
SUPPORTEDDISTROS="centos7 centos8 amazonlinux2018.03 amazonlinux2"
SUPPORTEDDISTROS="centos7 rockylinux8 amazonlinux2018.03 amazonlinux2"

# Allocate tty by default
TTY='-t'
Expand Down Expand Up @@ -101,7 +101,7 @@ done
# Check distribution
case "${DISTRO}" in
centos7) DOCKER_IMAGE='centos:centos7' ;;
centos8) DOCKER_IMAGE='centos:centos8' ;;
rockylinux8) DOCKER_IMAGE='rockylinux:8' ;;
amazonlinux2018.03) DOCKER_IMAGE='amazonlinux:2018.03' ;;
amazonlinux2) DOCKER_IMAGE='amazonlinux:2' ;;
*) print_error_unsupported_distro
Expand Down

0 comments on commit 009c402

Please sign in to comment.