debian-mirror-gitlab/doc/ci/services
2020-11-24 15:15:51 +05:30
..
docker-services.md New upstream version 12.10.0 2020-04-22 19:07:51 +05:30
mysql.md New upstream version 13.4.6 2020-11-24 15:15:51 +05:30
postgres.md New upstream version 13.1.0 2020-06-23 00:09:42 +05:30
README.md New upstream version 13.1.0 2020-06-23 00:09:42 +05:30
redis.md New upstream version 13.3.8 2020-10-24 23:57:45 +05:30

stage group info comments type
Verify Runner To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers 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: