GitLab Runner bleeding edge releases

Tier: Free, Premium, Ultimate Offering: GitLab.com, Self-Managed
caution
이것들은 아마도 테스트되지 않은 GitLab Runner의 최신 릴리스로 main 브랜치에서 직접 빌드되었습니다. 사용 시 주의하십시오.

독립 실행형 이진 파일 다운로드

다음 명령으로 GitLab Runner를 실행할 수 있습니다:

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

Debian 또는 Ubuntu용 패키지 중 하나 다운로드

다음 명령으로 설치할 수 있습니다:

dpkg -i gitlab-runner_386.deb

Red Hat 또는 CentOS용 패키지 중 하나 다운로드

다음 명령으로 설치할 수 있습니다:

rpm -i gitlab-runner_386.rpm

기타 태그가 지정된 릴리스 다운로드

maintag (예: v16.5.0) 또는 latest (최신 안정 버전)로 바꿔서 다운로드하세요. 태그의 디렉터리은 https://gitlab.com/gitlab-org/gitlab-runner/-/tags에서 확인할 수 있습니다. 예를 들어:

https로 다운로드하는 데 문제가 있는 경우 일반 http로 다시 시도하세요: