Questions tagged [gitlab-omnibus]

Omnibus Gitlab creates platform-specific, full-stack downloadable packages for GitLab.

This is a fork of the original Omnibus project, designed to work specifically with GitLab.

Supported platforms (as of June, 2016) include:

  • CentOS 6 (and RedHat/Oracle/Scientific Linux 6)
  • CentOS 7 (and RedHat/Oracle/Scientific Linux 7)
  • Debian 7
  • Debian 8
  • Ubuntu 12.04
  • Ubuntu 14.04
  • Ubuntu 16.04
  • Raspian on Raspberry PI 2
352 questions
10
votes
1 answer

GitLab Runner not picking up jobs automatically after reboot

So our GitLab Runner was running fine for a few weeks now. I had to do some upgrades that required a reboot on the machine where it is installed. After rebooting it no longer picks up jobs automatically. All my pipelines say they're stuck because…
dokgu
  • 4,957
  • 3
  • 39
  • 77
10
votes
1 answer

On Premise Gitlab Pages: How to increase/debug public folder allowed size // ERROR: Uploading artifacts to coordinator... too large archive

I'm creating a big (satis) package repository in a GitLab CI build step and wanted to just host it in GitLab Pages (on premise install). This works flawlessly, until the public folder size gets big, as soon as not only package versions, but…
NextThursday
  • 2,352
  • 3
  • 15
  • 18
10
votes
2 answers

gitlab in docker behind traefik proxy fails (usually)

I have several web sites running in docker with LetsEncrypt credentials and routed via traefik. I would like to run a local gitlab-ce in docker similarly with LetsEncrypt and traefik. So I added this to my traefik.toml file: [[acme.domains]] main…
OpenPrivacy
  • 101
  • 1
  • 4
9
votes
2 answers

Disable GitLab Letsencrypt as option when installing for first time

When I install GitLab Omnibus on Ubuntu-18.04 I am hitting a LetsEncrypt problem. The certs won't be issued. This results in GitLab using a self-singed cert. I want to install my own certs so don't need Let's Encrypt at all. I can disable it once…
Zuriar
  • 11,096
  • 20
  • 57
  • 92
9
votes
1 answer

CodeQuality using `include` statement for GitLab v11.11 and later versions?

Today, while trying to setup CodeQuality in my .gitlab-ci.yml (on gitlab-ee 11.10, gitlab-runner 11.10) I encountered the following issue: First thing the GitLab documentation tells you is it is possible to set this with help of a DockerInDocker…
9
votes
1 answer

GitLab backup doesn't include wiki

We have GitLab CE 9.1.2 installed on our server where a backup is scheduled to run every 8:00 PM Mon-Fri. So far things are fine but yesterday we started using the Wiki. I double checked the backup file and somehow it had the exact same size as the…
dokgu
  • 4,957
  • 3
  • 39
  • 77
8
votes
1 answer

Minimum hardware requirements for gitlab-runner

How can I determine what is the minimum hardware requirement for install the gitlab-runner on a host? I want a specific runner which will run tests, build docker images, and deploy the apps.
Majid Rajabi
  • 1,417
  • 6
  • 20
  • 35
8
votes
3 answers

Gitlab returns "No Repository" even though the repository exists in the git_data_dirs path(s)

Summary After backup and migrate, some repositories return "No Repository" error in the web console, and cannot be cloned. The repository is verified to exist as specified in the git_data_dirs folder. As a test I can clone the "No repository"…
cybertoast
  • 1,343
  • 13
  • 19
8
votes
2 answers

Using GitLab API, how do I get a list of active users?

Gitlab-CE v8.14.3 I'm reading the GitLAB API docs, and am trying to get the list of active users. I'm an admin and created a personal token. I do this $ curl -XGET "Private-Token: kfjakjfkjkd" https://company.domain.com/api/v3/users?active=true and…
Chris F
  • 14,337
  • 30
  • 94
  • 192
8
votes
0 answers

Gitlab and NGINX setup

I am trying to configure an existing NGINX to work with Gitlab omnibus on CentOS. I currently have another application (App A) installed that uses 127.0.0.1:3838. So far I have NGINX setup so that going to my site IP 12.345.678.910, I am able to…
bryc24
  • 81
  • 2
  • 3
8
votes
3 answers

Gitlab Omnibus: Delete backup from Amazon S3

I would like to delete the back up files that is older than 1 week. I have followed this backup document from gitlab and successfully create the backup files to upload to Amazon S3. I have also set up gitlab_rails['backup_keep_time'] = 604800 but…
Charles C.
  • 3,725
  • 4
  • 28
  • 50
8
votes
1 answer

GitLab Activity section shows recent changes with a big delay

Since I have upgraded our GitLab CE to 8.6 It stopped showing the recent changes for example in Activity section also not showing latest commits for MR's. Right now running the up to date version (8.6.4) still the same issue. As you can see below…
bakytn
  • 344
  • 5
  • 17
7
votes
3 answers

Internal Server Error 500 while accessing $GITLAB/admin/runners

I have restored Gitlab from a backup, now every time I try to access the runners webpage, I get a Internal Server error. I have tried uninstalling all configured gitlab-runners and accessing it, the problem persists. Here is a trace from the…
NerdSec
  • 95
  • 1
  • 2
  • 7
6
votes
1 answer

Gitlab : Peer's certificate issuer has been marked as not trusted by the user

I have a on-prem gitlab where I am trying to run some builds/pipeline but getting the below error - fatal: unable to access 'https://gitlab-ci-token:[MASKED]@gitlab.systems/testing/test-project-poc.git/': Peer's certificate issuer has been marked as…
mikita agrawal
  • 571
  • 1
  • 12
  • 27
6
votes
1 answer

Why is gitlab-registry.key "skipped due to only_if"?

Using Docker and Compose, I'm trying to pair Gitlab with an external Registry running as another service. I'm using Traefik to do so. In order to pair the Gitlab and Registry services, I need Gitlab to create a key at…
ch-pub
  • 1,664
  • 6
  • 29
  • 52
1
2
3
23 24