Script to automatically collect registration token from Gitlab-CI
1.1K
Retrieves Gitlab-CI Token for Automated Runner Authentication
This project is an adaptation of https://github.com/sammcj/getcitoken Script is bundled in docker and has been updated to work with version 8.10.5 of Gitlab
docker run --rm -t \
--env GITLAB_URL="http://gitlab/" \
--env GITLAB_USERNAME="root" \
--env GITLAB_PASSWORD="admin" \
--link "gitlab:gitlab" \
-i dgarros/gitlab-getcitoken
Output is logged to getcitoken.log inside the container (TODO update readme to explain how to retrieve)
make runContent type
Image
Digest
Size
55.1 MB
Last updated
almost 10 years ago
docker pull dgarros/gitlab-getcitoken