notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2025Q1
gitlab-runner Official GitLab Runner written in Go
17.7.0_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 17.7.0_1Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-14 09:18:09
Last Update: 2025-01-21 23:28:02
Commit Hash: 3a64e04
License: MIT
WWW:
https://gitlab.com/gitlab-org/gitlab-runner
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/gitlab-runner
  2. /usr/local/share/licenses/gitlab-runner-17.7.0_1/catalog.mk
  3. /usr/local/share/licenses/gitlab-runner-17.7.0_1/LICENSE
  4. /usr/local/share/licenses/gitlab-runner-17.7.0_1/MIT
Collapse this list.
Dependency lines:
  • gitlab-runner>0:devel/gitlab-runner
To install the port:
cd /usr/ports/devel/gitlab-runner/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/gitlab-runner
  • pkg install gitlab-runner
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gitlab-runner
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1736845300 SHA256 (go/devel_gitlab-runner/gitlab-runner-v17.7.0/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e SIZE (go/devel_gitlab-runner/gitlab-runner-v17.7.0/prebuilt-x86_64.tar.xz) = 9594352

Expand this list (6 items)

Collapse this list.

SHA256 (go/devel_gitlab-runner/gitlab-runner-v17.7.0/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 SIZE (go/devel_gitlab-runner/gitlab-runner-v17.7.0/prebuilt-arm.tar.xz) = 9020896 SHA256 (go/devel_gitlab-runner/gitlab-runner-v17.7.0/go.mod) = 16d35a265a085d52e82ef13adb5a47ecf88b5f659a1ba43489ca5451b30b87e1 SIZE (go/devel_gitlab-runner/gitlab-runner-v17.7.0/go.mod) = 13122 SHA256 (go/devel_gitlab-runner/gitlab-runner-v17.7.0/gitlab-runner-v17.7.0.tar.bz2) = b166d7d76dc04f63495c394aa9b22b7f9df9cde759f5c27b5a9334d72c8940ea SIZE (go/devel_gitlab-runner/gitlab-runner-v17.7.0/gitlab-runner-v17.7.0.tar.bz2) = 1758329

Collapse this list.


Packages (timestamps in pop-ups are UTC):
gitlab-runner
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest17.6.017.7.0-17.6.017.7.0---
FreeBSD:13:quarterly17.6.017.7.0-17.6.017.7.0---
FreeBSD:14:latest17.6.017.7.0-17.6.017.7.0---
FreeBSD:14:quarterly17.6.017.7.0-17.6.017.7.0---
FreeBSD:15:latest17.7.017.7.0n/a17.6.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go-bindata : devel/go-bindata
  2. go123 : lang/go123
Runtime dependencies:
  1. bash : shells/bash
  2. ca_root_nss>=0 : security/ca_root_nss
  3. git : devel/git
Fetch dependencies:
  1. go123 : lang/go123
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_gitlab-runner
USES:
go:modules,1.23 zip
pkg-message:
For install:
To enable gitlab-runner: sysrc gitlab_runner_enable=yes To start gitlab-runner: service gitlab_runner start To register with GitLab: service gitlab_runner register To list status of GitLab: service gitlab_runner list
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v17.7.0/
  2. https://gitlab.com/gitlab-org/gitlab-runner/-/raw/v17.7.0/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
17.7.0_1
21 Jan 2025 23:28:02
commit hash: 3a64e0451bcb42e64229934ac549b029e5e07cc9commit hash: 3a64e0451bcb42e64229934ac549b029e5e07cc9commit hash: 3a64e0451bcb42e64229934ac549b029e5e07cc9commit hash: 3a64e0451bcb42e64229934ac549b029e5e07cc9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go123 update

MFH:		2025Q1
(cherry picked from commit ca07a602a8c6a47d062fe404167c2f3a1f91e3e9)
17.7.0
14 Jan 2025 09:14:52
commit hash: cce6b0c6ea095a1df0775d0d5d49c50f874e0fa7commit hash: cce6b0c6ea095a1df0775d0d5d49c50f874e0fa7commit hash: cce6b0c6ea095a1df0775d0d5d49c50f874e0fa7commit hash: cce6b0c6ea095a1df0775d0d5d49c50f874e0fa7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitlab-runner: update to 17.7.0

Changes:	https://gitlab.com/gitlab-org/gitlab-runner/-/blob/17-7-stable/CHANGELOG.md
(cherry picked from commit 6599c5b36b96c85b07bac3467991d8f7d3ca4a0e)

Number of commits found: 2