Commit 6d209b01 authored by Ian Rees's avatar Ian Rees

Update using_docker_images.md

parent 33479814
......@@ -232,7 +232,7 @@ test:2.7:
Pinning images by digest (more detail in Docker's [Images: Tagging vs Digests](https://success.docker.com/article/images-tagging-vs-digests)) is accomplished with syntax like:
```yaml
image: ruby:2.6@sha256:a1a2ed1092c70ae6a7faf79863ccd5fe42ef696be49cb8e4f7c9dcf8a7e8b259
image: ruby@sha256:a1a2ed1092c70ae6a7faf79863ccd5fe42ef696be49cb8e4f7c9dcf8a7e8b259
```
Or you can pass some [extended configuration options](#extended-docker-configuration-options)
......
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