summaryrefslogtreecommitdiff
path: root/dockerfiles/alpine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add STOPSIGNAL to gitlab-runner docker images•••By default SIGTERM is used which ungracefully kills all running builds. Use SIGQUIT instead. Paul Young2019-06-251-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 Voigt2019-03-141-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 Voigt2019-03-071-0/+8
* Move gitlab/gitlab-runner:alpine-* image's base to alpine:3.9Tomasz Maczukin2019-02-131-1/+1
* Do not create apk cacheJ0WI2018-09-101-1/+1
* Update docker images to alpine:3.8Tomasz Maczukin2018-08-081-1/+1
* Set strict base alpine image version for gitlab/gitlab-runner:alpineTomasz Maczukin2018-03-211-1/+1
* Upgrade docker-machine to v0.14.0Alessio Caiazza2018-03-151-2/+2
* Refactor docker images build jobTomasz Maczukin2018-01-151-2/+2
* Update docker-machine version for alpine image•••Move docker-machine and dumb-init version to ARGTobias L. Maier2018-01-151-3/+5
* Rename 1st iteration: configuration, build scripting etc.Tomasz Maczukin2017-09-112-6/+6
* Adding tzdata by default to avoid OffPeakPeriods timezone errorShaun M2017-08-161-0/+2
* Update Docker Machine to 0.12.2 and add checksum checking for Docker Machine ...Tomasz Maczukin2017-08-011-13/+17
* Create system user instead of regular one on alpineJarno Antikainen2017-06-021-1/+1
* Create gitlab-runner user on alpineJarno Antikainen2017-06-021-0/+2
* Update docker-machine version to fix coreos provision•••See the issue here https://github.com/docker/machine/issues/3980 Benjamin Lazarecki2017-03-021-1/+1
* Update Docker Machine in official Runner images to v0.9.0Tomasz Maczukin2017-01-211-1/+1
* Fix entrypoint for alpine imageAndy Postnikov2016-10-081-1/+1
* Add docker_images release stepTomasz Maczukin2016-09-291-3/+3
* Fix missing entrypoint script in alpine DockerfileKevin Wittek2016-08-042-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 !180Kamil Trzciński2016-07-111-1/+4
|\
| * Fix zombie issue by using dumb-init•••Fix: #1081, #1167 and #1119 Kristian Klausen2016-05-301-1/+4
* | Fix docker:alpine imageKamil Trzcinski2016-06-151-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 Maczukin2016-05-091-1/+3
|\
| * Create /etc/gitlab-runner/certs directory when building imagesTomasz Maczukin2016-04-271-2/+4
* | Add docker-machine to gitlab/gitlab-runner docker images (alpine and ubuntu)Tomasz Maczukin2016-04-291-2/+4
|/
* Add missing Git in alpine versionBaptiste Donaux2016-03-071-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ński2015-08-251-2/+2
|\
| * Remove Docker socket volume from Alpine imageLorenz Brun2015-08-251-2/+2
* | dockerfiles/alpine: add gitlab-runner simlink to gitlab-ci-multi-runnerYuya Kusakabe2015-08-121-1/+2
|/
* Update docker documentationKamil Trzcinski2015-07-241-1/+1
* Rename gitlab/runner to gitlab/gitlab-runnerKamil Trzcinski2015-07-171-1/+1
* Build a lot of docker imagesKamil Trzcinski2015-07-161-0/+1
* Add runner alpine-based imageKamil Trzcinski2015-07-131-0/+15