Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kibatic/docker-debian-gitlab-executor
https://github.com/kibatic/docker-debian-gitlab-executor
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kibatic/docker-debian-gitlab-executor
- Owner: kibatic
- Created: 2024-02-20T09:44:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T10:54:15.000Z (10 months ago)
- Last Synced: 2024-11-30T00:44:37.233Z (24 days ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:latestvariables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2services:
- docker:dind
```