Skip to content

Commit

Permalink
PMM-7: Rocky 9
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Feb 24, 2025
1 parent 0e0a3c8 commit 3efb807
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/runner-easy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ jobs:
export PMM_VERSION="${{ env.EXPECTED_VERSION }}"
echo $PMM_VERSION
if [[ "${{ env.VM_BOX }}" =~ "generic/rocky9" ]]; then
sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
sudo dnf -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo systemctl --now enable docker
fi
if [[ "${{ env.VM_BOX }}" =~ "generic/oracle9" ]]; then
sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
sudo dnf -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo systemctl --now enable docker
fi
cd /pmm/easy-install/
curl -fsSL https://raw.githubusercontent.com/percona/pmm/refs/heads/v3/get-pmm.sh | /bin/bash
SHELL
Expand Down

0 comments on commit 3efb807

Please sign in to comment.