gitlab-ci-multi-runner icon indicating copy to clipboard operation
gitlab-ci-multi-runner copied to clipboard

This repository is a mirror for automated DockerHub builds. Please go to:

Results 11 gitlab-ci-multi-runner issues
Sort by recently updated
recently updated
newest added

The documentation already existed, but there was no mentioning of it in the main Readme.md

The cli was apparently changed and server is required. Found here: https://docs.minio.io/docs/minio-docker-quickstart-guide

Bring the Kubernetes executor [into line with the Docker executor](https://docs.gitlab.com/runner/executors/docker.html#the-entrypoint), which never overrides `entrypoint`, but only `cmd`. In Kubernetes [this is done using the `args` parameter instead of the `command`...

Dealing with SSL certs on a CentOS based infrastructure is a pain. Here's an example dockerfile for a centos based runner

Reduces image size by avoiding to keep the APK cache.

This explains that it doesn't contain `gitlab-ci-multi-runner` but is meant to be used a an image for its `--docker-image` parameter. It also includes the image size and some details on...

from "apk --help": --no-cache Read uncached index from network this prevents apk from saving the index to the docker-image which saves about 750 KB of disk space you can find...

- fixes `sudo usermod -aG docker user` command (`user` and `docker` args switched)