This is a repo for
podman/buildah container images
hosting gitlab-runner. I
created this since Fedora 31 uses cgroupsv2, the traditional docker daemon is
no longer supported, and the rpm from the gitlab-runner repo had SELinux
issues.
The configuration here allows for the use of nested buildah containers while
running in usermode.
This only supports the shell executor until this issue is closed.
podman pull vddvss/gitlab-runner-user:latest
Or
make build-image
systemd unit filemake install
To register the runner with GitLab, run:
make register
This will place the config.toml file in ~/.config/gitlab-runner.
To start the service, run:
systemctl --user start gitlab-runner-user.service
And to stop the service:
systemctl --user stop gitlab-runner-user.service
Content type
Image
Digest
Size
332.8 MB
Last updated
almost 7 years ago
docker pull vddvss/gitlab-runner-user