Skip to content
Snippets Groups Projects
jurgenhaas's avatar
#4 Add git lfs and by the same time restructure the dockerfile to always be...
jurgenhaas authored
#4 Add git lfs and by the same time restructure the dockerfile to always be based on the latest alpine release
6e71cc80
History
Name Last commit Last update
bin
.gitignore
.gitlab-ci.yml
Dockerfile
README.md

Usage

Register a runner with GitLab Runner and configure it like this:

[[runners]]
  name = "DrupalCI"
  url = "https://your.gitlab.url/"
  token = "..."
  executor = "docker"
  [runners.docker]
    tls_verify = false
    image = "registry.lakedrops.com/docker/gitlab-drupal-ci:php-7.2"
    privileged = true
    disable_entrypoint_overwrite = false
    oom_kill_disable = false
    disable_cache = false
    volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
    shm_size = 0
  [runners.cache]
    [runners.cache.s3]
    [runners.cache.gcs]

Credit