Skip to content
Snippets Groups Projects
Commit e3df2c2c authored by Henrik Triem's avatar Henrik Triem
Browse files

Add subscription manager to install-docker-rpm

parent b1c81411
No related branches found
No related tags found
No related merge requests found
Pipeline #26185 passed
......@@ -27,3 +27,9 @@ run sh /tmp/get-docker.sh
echo "Installing QEMU and helpers"
run sudo dnf update
run sudo dnf install -y qemu-user-static binfmt-support
echo "Activating RHEL 9 subscription"
run sudo subscription-manager register --name=icinga-gitlab-runner-el9 --org=7980812 --activationkey=GitLab_Chahng0wah
run sudo dnf clean all
run sudo subscription-manager repos --enable "codeready-builder-for-rhel-9-x86_64-rpms"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment