Executor based on Debian for Gitlab-CI
429
This is a docker image based on debian-slim with docker installed and used for the CI/CD pipeline in gitlab.
The configuration to remember in your .gitlab-ci.yml file are :
image: kibatic/debian-gitlab-executor:latest
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
services:
- docker:dind
Content type
Image
Digest
sha256:6564232b8…
Size
242.9 MB
Last updated
over 2 years ago
docker pull kibatic/debian-gitlab-executor