Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6d209b01
Commit
6d209b01
authored
Feb 06, 2020
by
Ian Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update using_docker_images.md
parent
33479814
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+1
-1
No files found.
doc/ci/docker/using_docker_images.md
View file @
6d209b01
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment