Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Lars Seipel
gitlab-runner
Commits
f59d787e
Unverified
Commit
f59d787e
authored
7 years ago
by
Tomasz Maczukin
Browse files
Options
Downloads
Patches
Plain Diff
Add info about pre 10.0 releases
parent
48d41967
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install/linux-repository.md
+38
-0
38 additions, 0 deletions
docs/install/linux-repository.md
with
38 additions
and
0 deletions
docs/install/linux-repository.md
+
38
−
0
View file @
f59d787e
...
@@ -19,6 +19,8 @@ To install the Runner:
...
@@ -19,6 +19,8 @@ To install the Runner:
1.
Add GitLab's official repository:
1.
Add GitLab's official repository:
**For GitLab Runner 10.0 and newer**
```bash
```bash
# For Debian/Ubuntu
# For Debian/Ubuntu
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
...
@@ -27,6 +29,16 @@ To install the Runner:
...
@@ -27,6 +29,16 @@ To install the Runner:
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
```
```
**For versions older than 10.0, please use**
```bash
# For Debian/Ubuntu
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash
# For RHEL/CentOS
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm.sh | sudo bash
```
>**Note:**
>**Note:**
_Debian users should use APT pinning_
_Debian users should use APT pinning_
>
>
...
@@ -50,6 +62,8 @@ To install the Runner:
...
@@ -50,6 +62,8 @@ To install the Runner:
1.
Install
`gitlab-runner`
:
1.
Install
`gitlab-runner`
:
**For GitLab Runner 10.0 and newer**
```bash
```bash
# For Debian/Ubuntu
# For Debian/Ubuntu
sudo apt-get install gitlab-runner
sudo apt-get install gitlab-runner
...
@@ -58,6 +72,16 @@ To install the Runner:
...
@@ -58,6 +72,16 @@ To install the Runner:
sudo yum install gitlab-runner
sudo yum install gitlab-runner
```
```
**For versions older than 10.0, please use**
```bash
# For Debian/Ubuntu
sudo apt-get install gitlab-ci-multi-runner
# For RHEL/CentOS
sudo yum install gitlab-ci-multi-runner
```
1.
[
Register the Runner
](
../register/index.md
)
1.
[
Register the Runner
](
../register/index.md
)
After completing the step above, the Runner should be started already being
After completing the step above, the Runner should be started already being
...
@@ -70,6 +94,8 @@ some of the most common problems with GitLab Runner.
...
@@ -70,6 +94,8 @@ some of the most common problems with GitLab Runner.
Simply execute to install latest version:
Simply execute to install latest version:
**For GitLab Runner 10.0 and newer**
```
bash
```
bash
# For Debian/Ubuntu
# For Debian/Ubuntu
sudo
apt-get update
sudo
apt-get update
...
@@ -80,6 +106,18 @@ sudo yum update
...
@@ -80,6 +106,18 @@ sudo yum update
sudo
yum
install
gitlab-runner
sudo
yum
install
gitlab-runner
```
```
**For versions older than 10.0, please use**
```
bash
# For Debian/Ubuntu
sudo
apt-get update
sudo
apt-get
install
gitlab-ci-multi-runner
# For RHEL/CentOS
sudo
yum update
sudo
yum
install
gitlab-ci-multi-runner
```
## Manually download packages
## Manually download packages
You can manually download the packages from the following URL:
You can manually download the packages from the following URL:
...
...
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