Skip to content

Files

Latest commit

 

History

History

gitlab-job

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

7val/gitlab-job

Used in .gitlab-ci.yml to specify a Docker image to use for the gitlab job:

image: 7val/gitlab-job

services:
  - docker:dind

...

See https://docs.gitlab.com/ce/ci/yaml/#image for more infos.

The image contains bash, make, python3 and docker-compose.