Skip to content

Commit

Permalink
PTFE-573: removed install docker for rhel9
Browse files Browse the repository at this point in the history
  • Loading branch information
Abubakarr99 committed Jul 11, 2023
1 parent ce5176e commit 3d72e90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/init_runner_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ elif [ "${LINUX_OS_VERSION}" = "8" || "${LINUX_OS_VERSION}" = "9" ]
then
sudo dnf install -y podman-docker podman
DOCKER_SERVICE_START="no"
elif [ "${LINUX_OS_VERSION}" = "9" ]
then
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo dnf install -y docker-ce docker-ce-cli containerd.io
DOCKER_SERVICE_START="yes"
else
echo "RHEL version not managed by the runner-manager"
exit 1
Expand Down

0 comments on commit 3d72e90

Please sign in to comment.