debian-mirror-gitlab/doc/ci/services
2019-10-12 21:52:04 +05:30
..
docker-services.md New upstream version 11.1.8+dfsg 2018-11-08 19:23:39 +05:30
mysql.md New upstream version 12.2.8 2019-10-12 21:52:04 +05:30
postgres.md New upstream version 12.2.8 2019-10-12 21:52:04 +05:30
README.md New upstream version 12.0.8 2019-09-04 21:01:54 +05:30
redis.md New upstream version 12.0.8 2019-09-04 21:01:54 +05:30

comments type
false index

GitLab CI services examples

The services keyword defines a Docker image that runs during a job linked to the Docker image that the image keyword defines. This allows you to access the service image during build time.

The service image can run any application, but the most common use case is to run a database container, for example: