github.com/secure-build/gitlab-runner@v12.5.0+incompatible/docs/install/old.md (about)

     1  ---
     2  last_updated: 2017-10-09
     3  ---
     4  
     5  # Old GitLab Runner URLs
     6  
     7  NOTE: **Note:**
     8  Take a look at the [compatibility section](../index.md#compatibility-with-gitlab-versions) to check the Runner's compatibility
     9  with your version of GitLab.
    10  
    11  In GitLab Runner 10, the name of the executable was renamed from
    12  `gitlab-ci-multi-runner` to `gitlab-runner`. With that change, GitLab Runner
    13  [has a new home](https://gitlab.com/gitlab-org/gitlab-runner) and the package
    14  repository [was renamed as well](https://packages.gitlab.com/runner/gitlab-runner).
    15  
    16  ## Using the Linux repository
    17  
    18  For versions **prior to 10.0**, the repository URLs are:
    19  
    20  ```bash
    21  # For Debian/Ubuntu
    22  curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash
    23  
    24  # For RHEL/CentOS
    25  curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm.sh | sudo bash
    26  ```
    27  
    28  ## Downloading the binaries manually
    29  
    30  For manual installations, the old GitLab Runner binaries can be found under
    31  <https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/index.html>.