Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 5.26 KB

bleeding-edge.md

File metadata and controls

109 lines (78 loc) · 5.26 KB
stage group info title
Verify
Runner
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
GitLab Runner bleeding edge releases

{{< details >}}

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated

{{< /details >}}

{{< alert type="warning" >}}

These GitLab Runner releases are latest and built directly from the main branch and may be untested. Use at your own risk.

{{< /alert >}}

Download the standalone binaries

You can then run GitLab Runner with:

chmod +x gitlab-runner-linux-amd64
./gitlab-runner-linux-amd64 run

Download one of the packages for Debian or Ubuntu

Download the exported runner-helper images package

The runner-helper images package is a required dependency for the GitLab Runner .deb package.

Download the package from:

https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/latest/deb/gitlab-runner-helper-images.deb

You can then install it with:

dpkg -i gitlab-runner-helper-images.deb gitlab-runner_<arch>.deb

Download one of the packages for Red Hat or CentOS

Download the exported runner-helper images package

The runner-helper images package is a required dependency for the GitLab Runner .rpm package.

Download the package from:

https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/latest/rpm/gitlab-runner-helper-images.rpm

You can then install it with:

rpm -i gitlab-runner-helper-images.rpm gitlab-runner_<arch>.rpm

Download any other tagged release

Replace main with either tag (for example, v16.5.0) or latest (the latest stable). For a list of tags see https://gitlab.com/gitlab-org/gitlab-runner/-/tags. For example:

If you have problem downloading through https, fallback to plain http: