gitlab-runner on Funtoo
Summary
Trying to setup gitlab-runner as described in the documentation on Funtoo Linux returns an error:
sudo gitlab-runner install --user=gitlab-runner --working-directory=/srv/gitlab-runner
FATAL: Failed to install gitlab-runner: Not supported system
Steps to reproduce
- Install Funtoo Linux
sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64sudo chmod +x /usr/local/bin/gitlab-runnersudo useradd --comment 'GitLab Runner' --create-home -d /srv/gitlab-runner -m gitlab-runnersudo gitlab-runner install --user=gitlab-runner --working-directory=/srv/gitlab-runner
Actual behavior
The installation step returns the error FATAL: Failed to install gitlab-runner: Not supported system.
Expected behavior
gitlab-runner installs itself correctly.
Environment description
Are you using shared Runners on GitLab.com? Or is it a custom installation? Which executors are used? Please also provide the versions of related tools like
docker infoif you are using the Docker executor.
docker info
Containers: 87
Running: 11
Paused: 0
Stopped: 76
Images: 502
Server Version: 18.01.0-ce
Storage Driver: overlay2
Backing Filesystem: btrfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 89623f2 (expected: 89623f28b87a6004d4b785663257362d1658a729)
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871 (expected: b2567b37d7b75eb4cf325b77297b140ea686ce8f)
init version: fec3683b971d9c3ef73f284f176672c44b448662 (expected: 949e6facb77383876aeff8a6944dde66b3089574)
Security Options:
apparmor
Kernel Version: 4.14.12-2
Operating System: Linux
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 15.57GiB
Name: hyve2
ID: 5A7F:JREV:FG5M:ODYP:VXOX:SHIB:GFKF:MKZY:3BMQ:QIAV:AWWH:EJL2
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Username: tyil
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false