Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
57,887
Downloads of v 9.5.0:
925
Last Update:
23 Aug 2017
Package Maintainer(s):
Software Author(s):
- Gitlab
Tags:
admin cli foss git cross-platform build docker shell gitlab- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Gitlab Runner
This is not the latest version of Gitlab Runner available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
57,887
Downloads of v 9.5.0:
925
Maintainer(s):
Software Author(s):
- Gitlab
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Gitlab Runner 9.5.0
This is not the latest version of Gitlab Runner available.
All Checks are Passing
2 Passing Test
To install Gitlab Runner, run the following command from the command line or from PowerShell:
To upgrade Gitlab Runner, run the following command from the command line or from PowerShell:
To uninstall Gitlab Runner, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download gitlab-runner --internalize --version=9.5.0 --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade gitlab-runner -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gitlab-runner -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure gitlab-runner installed
win_chocolatey:
name: gitlab-runner
state: present
version: 9.5.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitlab-runner' do
action :install
version '9.5.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: gitlab-runner,
Version: 9.5.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller gitlab-runner
{
Name = 'gitlab-runner'
Ensure = 'Present'
Version = '9.5.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitlab-runner':
provider => 'chocolatey',
ensure => '9.5.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install gitlab-runner version="9.5.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 23 Aug 2017.
GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.
Features
- Allows to run:
- multiple jobs concurrently
- use multiple tokens with multiple server (even per-project)
- limit number of concurrent jobs per-token
- Jobs can be run:
- locally
- using Docker containers
- using Docker containers and executing job over SSH
- using Docker containers with autoscaling on different clouds and virtualization hypervisors
- connecting to remote SSH server
- Is written in Go and distributed as single binary without any other requirements
- Supports Bash, Windows Batch and Windows PowerShell
- Works on GNU/Linux, OS X and Windows (pretty much anywhere you can run Docker)
- Allows to customize the job running environment
- Automatic configuration reload without restart
- Easy to use setup with support for Docker, Docker-SSH, Parallels or SSH running environments
- Enables caching of Docker containers
- Easy installation as a service for GNU/Linux, OSX and Windows
- Embedded Prometheus metrics HTTP server
Package parameters
/InstallDir
- Installation directory. If the Gitlab Runner is already installed, its current directory will be used. To install to a new directory, uninstall it first./Service
- Install as a service. If value is not specified system account will be used. If value is specified it is in the form ofUsername:Password
. The installer will create that user if it doesn't exist, add it to local administrators group, enable ServiceLogonRight and disable password expiration. Example:/Service:gitlab-runner:[email protected]
.
Notes
- The script
register_example.ps1
is provided along the executable which can be used to quickly register runner non-interactively. If you want to use it, rename it toregister.ps1
and set desired environment variables.
The MIT License (MIT)
Copyright (c) 2015-2017 GitLab B.V.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v9.5.0/binaries/gitlab-ci-multi-runner-windows-386.exe
x64: https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v9.5.0/binaries/gitlab-ci-multi-runner-windows-amd64.exe
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: BAE29C9FB87CA9A8E6598E6838A6FAA29B85CD739AC27F914EA5E4F3CDA4CB10
checksum64: C098E8C4078F361D3EDA4666818CD97663D87FAC5ED587625561E47C41BB5711
File 'license.txt' is obtained from:
https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/raw/master/LICENSE
Get-Service gitlab-runner -ea 0 | Stop-Service
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
$pp = Get-PackageParameters
$current_dir = Get-RunnerInstallDir
if ($current_dir) {
Write-Host 'Using previous gitlab-runner install path:' $current_dir
$pp.InstallDir = $current_dir
} else {
if (!$pp.InstallDir) { $pp.InstallDir = "c:\gitlab-runner" }
Write-Host 'Using install directory:' $pp.InstallDir
}
$installDir = $pp.InstallDir
if ($pp.Service -is [string]) {
$Username, $Password = $pp.Service -split ':'
if (!$Password) { throw 'When specifying service user, password is required' }
}
$is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'
$runner_embedded = if ($is64) { Write-Host "Installing x64 bit version"; gi $toolsPath\*_x64.exe } else { Write-Host "Installing x32 bit version"; gi $toolsPath\*_x32.exe }
mkdir $installDir -ea 0 | Out-Null
mv $runner_embedded, $toolsPath\register_example.ps1 $installDir -force
ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { touch "$_.ignore" }}
mv $installDir\gitlab*.exe $installDir\gitlab-runner.exe
$runner_path = Join-Path $installDir 'gitlab-runner.exe'
Install-BinFile gitlab-runner $runner_path
if ($pp.Service) {
Write-Host "Installing gitlab-runner service"
$cmd = "$runner_path install"
if ($Username) {
Add-User $Username $Password
Add-ServiceLogonRight $Username
$cmd += " --user $Env:COMPUTERNAME\$Username --password $Password"
}
iex $cmd
Write-Host "Starting service"
iex "$runner_path start"
}
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
gitlab-runner.exe stop
gitlab-runner.exe uninstall
Write-Warning 'If a service user is created during the installation, it is not removed as safety measure'
WRite-Warning 'Execute the following if you want to remove it: net user <username> /delete'
$installDir = Get-RunnerInstallDir
if (!$current_dir) { Write-Warning "Can't find gitlab-runner installation directory, please remove it manually"; return }
rm $installDir -Force
md5: 2B73D8FDC8AA02D1A386A8CBF65D5A4E | sha1: 73A6DEAC7174470B7117B3E777082D17706AAE30 | sha256: BAE29C9FB87CA9A8E6598E6838A6FAA29B85CD739AC27F914EA5E4F3CDA4CB10 | sha512: 0AF2A5FD630926F57500A6B54E965A78BBC60F7C3CE61A20C38DC22E68D352319BD53D5499DA9F8C9B3D073C68820E2ABE945A720A46A5302830D5C8DCEB4DE7
md5: C5525BE4D1E1A13B3FF12E2EC67396B3 | sha1: 8E0030243D87AC1784CBF832B881F7C5863A5862 | sha256: C098E8C4078F361D3EDA4666818CD97663D87FAC5ED587625561E47C41BB5711 | sha512: 4A5CDAA49606FE78751FAD67BE26A2E0ACFA6C7558CBD94EDB0845AF8369A328C638B2A9D632B1705B32A5F5E968C5586B875A2021A4885BA4A53E889C9C0A7E
function Get-RunnerInstallDir() {
$res = Get-WmiObject win32_service | ? {$_.Name -eq 'gitlab-runner'} | select -Expand PathName
if (!$res) {
if (!(gcm gitlab-runner.exe -ea 0)) { return }
$res = (gitlab-runner.exe --shimgen-help 2>&1) -match '^\s*Target:' -replace "Target:|'"
$res = $res.Trim()
}
$res = $res -split '\\gitlab-runner.exe' | select -First 1
if (Test-Path $res) { return $res }
}
function Add-ServiceLogonRight([string] $Username) {
Write-Host "Enable ServiceLogonRight for $Username"
$tmp = New-TemporaryFile
secedit /export /cfg "$tmp.inf" | Out-Null
(gc -Encoding ascii "$tmp.inf") -replace '^SeServiceLogonRight .+', "`$0,$Username" | sc -Encoding ascii "$tmp.inf"
secedit /import /cfg "$tmp.inf" /db "$tmp.sdb" | Out-Null
secedit /configure /db "$tmp.sdb" /cfg "$tmp.inf" | Out-Null
rm $tmp* -ea 0
}
function Add-User([string] $Username, [string] $Password ) {
$user = Get-WmiObject win32_useraccount -Filter { LocalAccount = 'true' } | ? { $_.Name -eq $Username }
if ($user) { Write-Host "User $Username already exists"; return }
Write-Host "Creating user $Username as local administrator"
net user $Username $Password /add | Out-Null
net localgroup Administrators $Username /add | Out-NUll
$user = Get-WmiObject win32_useraccount -Filter { LocalAccount = 'true' } | ? { $_.Name -eq $Username }
$user.PasswordExpires = $false
}
# For the list of all environment vars run `gitlab-runner register --help`
$Env:REGISTRATION_TOKEN = ''
$Env:CI_SERVER_URL = ''
$Env:RUNNER_TAG_LIST = ''
$Env:RUNNER_NAME = ''
$Env:RUNNER_EXECUTOR = 'shell'
$Env:RUNNER_SHELL = 'powershell'
$Env:CONFIG_FILE = "$PSScriptRoot\config.toml"
$Env:REGISTER_RUN_UNTAGGED = 'false'
$Env:RUNNER_REQUEST_CONCURRENCY = 1
$Env:RUNNER_BUILDS_DIR = ''
$Env:RUNNER_CACHE_DIR = ''
gitlab-runner register --non-interactive
Log in or click on link to see number of positives.
- gitlab-runner.9.5.0.nupkg (11cebc935a87) - ## / 61
- gitlab-ci-multi-runner-windows-386_x32.exe (bae29c9fb87c) - ## / 65
- gitlab-ci-multi-runner-windows-amd64_x64.exe (c098e8c4078f) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Gitlab Runner 13.10.0 | 995 | Monday, March 22, 2021 | Approved |
Gitlab Runner 13.9.0 | 889 | Tuesday, February 23, 2021 | Approved |
Gitlab Runner 13.8.0 | 1270 | Thursday, January 21, 2021 | Approved |
Gitlab Runner 13.7.0 | 1266 | Tuesday, December 22, 2020 | Approved |
Gitlab Runner 13.6.0.20201205 | 583 | Saturday, December 5, 2020 | Approved |
Gitlab Runner 13.6.0 | 885 | Sunday, November 22, 2020 | Approved |
Gitlab Runner 13.5.0 | 9053 | Wednesday, October 21, 2020 | Approved |
Gitlab Runner 13.4.0 | 140 | Saturday, September 19, 2020 | Approved |
Gitlab Runner 13.3.0 | 3051 | Friday, August 21, 2020 | Approved |
Gitlab Runner 13.2.0 | 1505 | Monday, July 20, 2020 | Approved |
Gitlab Runner 13.1.0 | 1321 | Saturday, June 20, 2020 | Approved |
Gitlab Runner 13.0.1 | 1084 | Monday, June 1, 2020 | Approved |
Gitlab Runner 13.0.0 | 678 | Thursday, May 21, 2020 | Approved |
Gitlab Runner 12.10.0 | 2566 | Wednesday, April 22, 2020 | Approved |
Gitlab Runner 12.9.0 | 604 | Tuesday, April 14, 2020 | Approved |
Gitlab Runner 12.8.0 | 2370 | Sunday, February 23, 2020 | Approved |
Gitlab Runner 12.7.1 | 994 | Friday, January 24, 2020 | Approved |
Gitlab Runner 12.7.0 | 174 | Tuesday, January 21, 2020 | Approved |
Gitlab Runner 12.6.0 | 444 | Tuesday, December 24, 2019 | Approved |
Gitlab Runner 12.5.0 | 942 | Thursday, November 21, 2019 | Approved |
Gitlab Runner 12.4.1 | 965 | Tuesday, October 29, 2019 | Approved |
Gitlab Runner 12.4.0 | 373 | Tuesday, October 22, 2019 | Approved |
Gitlab Runner 12.3.0 | 2033 | Saturday, September 21, 2019 | Approved |
Gitlab Runner 12.2.0 | 1048 | Friday, August 23, 2019 | Approved |
Gitlab Runner 12.1.0 | 966 | Saturday, July 20, 2019 | Approved |
Gitlab Runner 12.0.0 | 1302 | Saturday, June 22, 2019 | Approved |
Gitlab Runner 11.11.2 | 731 | Tuesday, June 4, 2019 | Approved |
Gitlab Runner 11.11.0 | 381 | Tuesday, May 21, 2019 | Approved |
Gitlab Runner 11.10.0 | 660 | Saturday, April 20, 2019 | Approved |
Gitlab Runner 11.9.0 | 580 | Saturday, March 23, 2019 | Approved |
Gitlab Runner 11.8.0 | 744 | Saturday, February 23, 2019 | Approved |
Gitlab Runner 11.7.0 | 898 | Tuesday, January 22, 2019 | Approved |
Gitlab Runner 11.6.0 | 254 | Friday, January 18, 2019 | Approved |
Gitlab Runner 11.4.0 | 1366 | Monday, October 22, 2018 | Approved |
Gitlab Runner 11.4.0-rc1 | 191 | Thursday, October 11, 2018 | Exempted |
Gitlab Runner 11.3.0 | 713 | Saturday, September 22, 2018 | Approved |
Gitlab Runner 11.3.0-rc1 | 183 | Wednesday, September 12, 2018 | Exempted |
Gitlab Runner 11.2.0 | 621 | Thursday, August 23, 2018 | Approved |
Gitlab Runner 11.2.0-rc1 | 185 | Thursday, August 9, 2018 | Approved |
Gitlab Runner 11.1.0 | 617 | Monday, July 23, 2018 | Approved |
Gitlab Runner 11.1.0-rc1 | 230 | Saturday, July 14, 2018 | Approved |
Gitlab Runner 11.0.0 | 788 | Saturday, June 23, 2018 | Approved |
Gitlab Runner 11.0.0-rc1 | 217 | Wednesday, June 13, 2018 | Approved |
Gitlab Runner 10.8.0 | 680 | Wednesday, May 23, 2018 | Approved |
Gitlab Runner 10.8.0-rc1 | 258 | Friday, May 11, 2018 | Approved |
Gitlab Runner 10.7.0-rc1 | 341 | Thursday, April 12, 2018 | Approved |
Gitlab Runner 10.6.0 | 948 | Friday, March 23, 2018 | Approved |
Gitlab Runner 10.6.0-rc1 | 263 | Friday, March 9, 2018 | Approved |
Gitlab Runner 10.5.0 | 546 | Friday, February 23, 2018 | Approved |
Gitlab Runner 10.5.0-rc1 | 277 | Friday, February 9, 2018 | Approved |
Gitlab Runner 10.4.0 | 536 | Monday, January 22, 2018 | Approved |
Gitlab Runner 10.4.0-rc1 | 311 | Tuesday, January 9, 2018 | Approved |
Gitlab Runner 10.3.0 | 566 | Saturday, December 23, 2017 | Approved |
Gitlab Runner 10.3.0-rc1 | 295 | Monday, December 11, 2017 | Approved |
Gitlab Runner 10.2.0 | 688 | Thursday, November 23, 2017 | Approved |
Gitlab Runner 10.2.0-rc1 | 305 | Saturday, November 11, 2017 | Approved |
Gitlab Runner 10.1.0 | 786 | Sunday, October 22, 2017 | Approved |
Gitlab Runner 10.1.0-rc1 | 342 | Tuesday, October 10, 2017 | Approved |
Gitlab Runner 10.0.0-rc1 | 280 | Tuesday, September 26, 2017 | Approved |
Gitlab Runner 9.5.0 | 925 | Wednesday, August 23, 2017 | Approved |
Gitlab Runner 9.4.0 | 566 | Sunday, July 23, 2017 | Approved |
Gitlab Runner 9.3.0 | 419 | Thursday, June 22, 2017 | Approved |
Gitlab Runner 9.2.1 | 301 | Saturday, June 17, 2017 | Approved |
Gitlab Runner 9.2.0 | 378 | Monday, May 22, 2017 | Approved |
Gitlab Runner 9.1.1 | 325 | Wednesday, May 3, 2017 | Approved |
Gitlab Runner 9.1.0 | 335 | Monday, April 24, 2017 | Approved |
Gitlab Runner 9.0.0 | 356 | Thursday, March 30, 2017 | Approved |
GitLab
-
- chocolatey-core.extension (≥ 1.3.1)
- git.install (≥ 2.12.2)
Ground Rules:
- This discussion is only about Gitlab Runner and the Gitlab Runner package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Gitlab Runner, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.