Commit 840b1ea5 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-62' into 'master'

documentation: Add information on pinning images by digest.

See merge request gitlab-org/gitlab!24419
parents 58aba21e e59c6767
......@@ -207,6 +207,12 @@ test:
- bundle exec rake spec
```
The image name must be in one of the following formats:
- `image: <image-name>` (Use <image-name> with the `latest` tag)
- `image: <image-name>:<tag>`
- `image: <image-name>@<digest>`
It is also possible to define different images and services per job:
```yaml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment