Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Last active December 28, 2021 19:49
Show Gist options
  • Save nicosingh/df0c627c9e05b0e37182fb40ceac5fa9 to your computer and use it in GitHub Desktop.
Save nicosingh/df0c627c9e05b0e37182fb40ceac5fa9 to your computer and use it in GitHub Desktop.
# /etc/gitlab-runner/config.toml
concurrent = 10
[[runners]]
name = "gitlab-ci-runner-bastion"
url = "https://gitlab.com/"
token = "our-own-gitlab-token-goes-here"
executor = "docker+machine"
[runners.docker]
tls_verify = false
image = "docker:19.03.12"
privileged = true
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = ["/certs/client", "/cache"]
shm_size = 0
[runners.machine]
# . . . to be completed below
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment