Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kibatic/docker-debian-gitlab-executor


https://github.com/kibatic/docker-debian-gitlab-executor

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

Docker debian gitlab-ci executor
===============================

This is a docker image based on debian-slim with docker installed and used for the CI/CD pipeline in gitlab.

## Usage

The configuration to remember in your .gitlab-ci.yml file are :

```yaml
image: kibatic/debian-gitlab-executor:latest

variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2

services:
- docker:dind
```