Sign inSign up

kibatic/debian-gitlab-executor

By kibatic

•Updated over 2 years ago

Executor based on Debian for Gitlab-CI

Image
0

429

kibatic/debian-gitlab-executor repository overview

⁠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 :

image: kibatic/debian-gitlab-executor:latest

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

services:
  - docker:dind

Tag summary

Content type

Image

Digest

sha256:6564232b8…

Size

242.9 MB

Last updated

over 2 years ago

docker pull kibatic/debian-gitlab-executor