| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add STOPSIGNAL to gitlab-runner docker images•••By default SIGTERM is used which ungracefully kills all
running builds. Use SIGQUIT instead.
| Paul Young | 2019-06-25 | 1 | -0/+1 |
| * | use no verbose (-nv) switch for wget calls instead of quiet•••The quiet switch (-q) does tell wget to not output anything, even in
case of an error. The no verbose (-nv) switch is the same as quiet but
outputs in case of an error. For easier debugging, e.g. when passing in
wrong version info, lets output in case of an error.
| Heiko Voigt | 2019-03-14 | 1 | -3/+3 |
| * | add lfs support to docker runner•••Since gitlab natively supports large file support (LFS) the docker
runner should also natively support LFS.
| Heiko Voigt | 2019-03-07 | 1 | -0/+8 |
| * | Move gitlab/gitlab-runner:alpine-* image's base to alpine:3.9 | Tomasz Maczukin | 2019-02-13 | 1 | -1/+1 |
| * | Do not create apk cache | J0WI | 2018-09-10 | 1 | -1/+1 |
| * | Update docker images to alpine:3.8 | Tomasz Maczukin | 2018-08-08 | 1 | -1/+1 |
| * | Set strict base alpine image version for gitlab/gitlab-runner:alpine | Tomasz Maczukin | 2018-03-21 | 1 | -1/+1 |
| * | Upgrade docker-machine to v0.14.0 | Alessio Caiazza | 2018-03-15 | 1 | -2/+2 |
| * | Refactor docker images build job | Tomasz Maczukin | 2018-01-15 | 1 | -2/+2 |
| * | Update docker-machine version for alpine image•••Move docker-machine and dumb-init version to ARG | Tobias L. Maier | 2018-01-15 | 1 | -3/+5 |
| * | Rename 1st iteration: configuration, build scripting etc. | Tomasz Maczukin | 2017-09-11 | 2 | -6/+6 |
| * | Adding tzdata by default to avoid OffPeakPeriods timezone error | Shaun M | 2017-08-16 | 1 | -0/+2 |
| * | Update Docker Machine to 0.12.2 and add checksum checking for Docker Machine ... | Tomasz Maczukin | 2017-08-01 | 1 | -13/+17 |
| * | Create system user instead of regular one on alpine | Jarno Antikainen | 2017-06-02 | 1 | -1/+1 |
| * | Create gitlab-runner user on alpine | Jarno Antikainen | 2017-06-02 | 1 | -0/+2 |
| * | Update docker-machine version to fix coreos provision•••See the issue here https://github.com/docker/machine/issues/3980
| Benjamin Lazarecki | 2017-03-02 | 1 | -1/+1 |
| * | Update Docker Machine in official Runner images to v0.9.0 | Tomasz Maczukin | 2017-01-21 | 1 | -1/+1 |
| * | Fix entrypoint for alpine image | Andy Postnikov | 2016-10-08 | 1 | -1/+1 |
| * | Add docker_images release step | Tomasz Maczukin | 2016-09-29 | 1 | -3/+3 |
| * | Fix missing entrypoint script in alpine Dockerfile | Kevin Wittek | 2016-08-04 | 2 | -3/+28 |
| * | Merge branch 'zombie' into 'master'
•••
Fix zombie issue by using dumb-init
Fix: #1081, #1167 and #1119
Need some testing, but seems to work. I have only done a few builds yet, so need to do some more, before I can confirm it fix the issue.
See merge request !180 | Kamil Trzciński | 2016-07-11 | 1 | -1/+4 |
| |\ |
|
| | * | Fix zombie issue by using dumb-init•••Fix: #1081, #1167 and #1119
| Kristian Klausen | 2016-05-30 | 1 | -1/+4 |
| * | | Fix docker:alpine image | Kamil Trzcinski | 2016-06-15 | 1 | -5/+0 |
| |/ |
|
| * | Merge branch 'master' into fix/add-docker-machine-to-docker-images•••* master:
disable CGO
Exclude architectures from GOX, rather then including. This makes a gox to build for default osarch-list.
disable CGO
Update CHANGELOG
Make checkout quiet
Update the github.com/ayufan/golang-kardianos-service dependency
Update windows installation guide with Microsoft's support page link
Add the issues and merge requests closing policy
Fix chmod value for ubuntu image
Create /etc/gitlab-runner/certs directory when building images
Update distributed cache documentation with Amazon's S3 URL issue
| Tomasz Maczukin | 2016-05-09 | 1 | -1/+3 |
| |\ |
|
| | * | Create /etc/gitlab-runner/certs directory when building images | Tomasz Maczukin | 2016-04-27 | 1 | -2/+4 |
| * | | Add docker-machine to gitlab/gitlab-runner docker images (alpine and ubuntu) | Tomasz Maczukin | 2016-04-29 | 1 | -2/+4 |
| |/ |
|
| * | Add missing Git in alpine version | Baptiste Donaux | 2016-03-07 | 1 | -1/+6 |
| * | Merge branch 'master' into 'master'•••Remove volume preventing mount of Docker socket
In the Ubuntu Dockerfile there is the volume `/var/run/docker.sock` defined. This creates a folder at `/var/run/docker.sock` and you can't bind-mount the socket anymore because there is now already a folder there.
This MR removes that volume definition and allows you to mount your host Docker socket again.
See merge request !25
| Kamil Trzciński | 2015-08-25 | 1 | -2/+2 |
| |\ |
|
| | * | Remove Docker socket volume from Alpine image | Lorenz Brun | 2015-08-25 | 1 | -2/+2 |
| * | | dockerfiles/alpine: add gitlab-runner simlink to gitlab-ci-multi-runner | Yuya Kusakabe | 2015-08-12 | 1 | -1/+2 |
| |/ |
|
| * | Update docker documentation | Kamil Trzcinski | 2015-07-24 | 1 | -1/+1 |
| * | Rename gitlab/runner to gitlab/gitlab-runner | Kamil Trzcinski | 2015-07-17 | 1 | -1/+1 |
| * | Build a lot of docker images | Kamil Trzcinski | 2015-07-16 | 1 | -0/+1 |
| * | Add runner alpine-based image | Kamil Trzcinski | 2015-07-13 | 1 | -0/+15 |