Skip to content

Latest commit

 

History

History
111 lines (82 loc) · 5.75 KB

File metadata and controls

111 lines (82 loc) · 5.75 KB
stage Verify
group Runner Core
info 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>
description Install the latest development builds of GitLab Runner.
title GitLab Runner bleeding edge releases

{{< details >}}

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

{{< /details >}}

Warning

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

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: