Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Build Images
scripts
Commits
e3df2c2c
Commit
e3df2c2c
authored
2 years ago
by
Henrik Triem
Browse files
Options
Downloads
Patches
Plain Diff
Add subscription manager to install-docker-rpm
parent
b1c81411
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26185
passed
2 years ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install-docker-rpm.sh
+6
-0
6 additions, 0 deletions
install-docker-rpm.sh
with
6 additions
and
0 deletions
install-docker-rpm.sh
+
6
−
0
View file @
e3df2c2c
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment