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
0
votes
2 answers

Gitlab windows Runner lastcontact showing never

We have installed Enterprise edition GITLAB. We have configured the shared runner but it showing the last contact as never. When I try to run the gitlab-runner install command throwing error like 'gitlab-runner' is not recognized as an internal or…
Gopi
  • 92
  • 1
  • 10
0
votes
1 answer

Redirect HTTP TO HTTPS for custom HTTPS port for Omnisus Gitlab with Docker Compose

I have the newest Omnibus GitLab Docker image, and the docker-compose.yml looks like this: web: image: 'gitlab/gitlab-ce:latest' restart: always hostname: 'some_ip' container_name: 'some_name' environment: GITLAB_OMNIBUS_CONFIG: | …
0
votes
1 answer

Load list of white list domains from txt file into gitlab config

Can I load the list of domains from a text file into gitlab , so that only users from those domain can sign up. I dont want to enter the domains manually into gitlab , instead i want gitlab to read a text file and load those domains. cheers
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73
0
votes
2 answers

Gitlab lab selective sign up

I don't prefer to allow sign up to anyone in private gitlab instance until explicitly invited to projects in gitlab. Is there any way to allow only those users to sign up to whom you send the invitation? cheers, ijaz
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73
0
votes
1 answer

Troubles with .gitlab-ci.yml triggers configuration

How should I set up my .gitlab-ci.yml manifest to run builds ONLY on: Merge Request; Push to branch with opened merge request from it (I mean when the merge request from branch Y to branch X is already opened and some new changes are pushed to…
zinovyev
  • 2,084
  • 1
  • 22
  • 32
0
votes
2 answers

GitLab Omnibus Docker boot-loop (previously working) fix?

So after finally getting GitLab set up and using it for the day, I decide to attempt to enable the GitLab Registry. However, after running gitlab-ctl reconfigure the system enters a boot-loop (every boot lasts for 10-15s). Now I've been searching…
Maximilian
  • 463
  • 5
  • 16
0
votes
1 answer

How to migrate an svn repo to a gitlab repo

About this: https://docs.gitlab.com/ce/user/project/import/svn.html Specifically: The first step to mirror you SVN repository in GitLab is to create a new empty project which will be used as a mirror. For Omnibus installations the path to the…
shinzou
  • 5,850
  • 10
  • 60
  • 124
0
votes
1 answer

Gitlab not deleting backups

We are using a AWS ec2-instance for gitlab with omnibus installation, Recently gitlab has not been deleting the backup files and disk is filling up. I am not sure which log i should be seeing for this issue. When i do sudo gitlab-rake…
user_01_02
  • 711
  • 2
  • 15
  • 31
0
votes
1 answer

Permission issues with external ntfs HDD, gitlab-ctl reconfigure changing permissions: "Operation not permitted"

I'm using gitlab on a rasberry pi model 3 B. Following some information about my setup (sudo gitlab-rake gitlab:env:info): System information System: Raspbian 8.0 Current User: git Using RVM: no Ruby Version: 2.3.6p384 Gem Version: …
Bredjo
  • 19
  • 6
0
votes
1 answer

Gitlab exceeds numtcpsock beancounter limit (OpenVZ)

What is the best way to find out where is the problem with Gitlab (only used application on Ubuntu Plesk Onyx server), that every time I lookup at /proc/user_beancounters the numtcpsock value is on normal state (< 100) and sometimes some Gitlab…
Mike
  • 161
  • 1
  • 12
0
votes
2 answers

Upgrade Gitlab from source 7.4 to Docker 10.4

I've been looking around for people trying to do such madness but can't find anything. What I'm trying to do is upgrade from an old, unmaintained version of Gitlab 7.4.2 that was running on a server to a Docker version on 10.4. I did my backup…
Dalpapa
  • 177
  • 1
  • 12
0
votes
1 answer

Upgrading Gitlab 7.3.2 to current Release

We are running an old Gitlab Instance with 7.3.2 Omnibus Installation as I see. The Server was setup by someone who is not longer reachable. I tried to upgrade directly through omnibus from 7 to 10 but that did not work. When executing gitlab-ctl…
Flo
  • 2,699
  • 4
  • 24
  • 46
0
votes
1 answer

Gitlab ce in docker container issue with port

I recently installed gitlab community edition with docker-compose on my ubuntu server (16.04), which runs an nginx web server. Sometimes the port is displayed in the url which make it load until ERR_TIMED_OUT happens. It is always the same urls : -…
L. Faros
  • 1,754
  • 3
  • 16
  • 35
0
votes
1 answer

Gitlab "Forbidden" error

I are running GitLab - Version:10.0.3 and encountered the Forbidden error and Gitlab is forbidding our own office IP. I have already added our office IP in the gitlab_rails['rack_attack_git_basic_auth'] section in gitlab.rb file and also restart…
Srihari
  • 31
  • 6
0
votes
2 answers

Run docker container with a different command in Kubernetes

I want to initially execute app:rake db:setup from GitLab so the db could be initialized. Snippet from my GitLab YAML (init-db.yaml) ... name: gitlab image: docker.artifactory.abc.net/sameersbn/gitlab:9.3.9 command: -…
Technext
  • 7,887
  • 9
  • 48
  • 76