Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HIFIS
software.hifis.net
Commits
da5f6940
Verified
Commit
da5f6940
authored
Sep 29, 2020
by
Frere, Jonathan (FWCC) - 142176
Browse files
Change the latex link to a more up-to-date option
parent
00eb1408
Pipeline
#43997
passed with stages
in 5 minutes and 35 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
_posts/2020/09/2020-09-29-getting-started-with-docker-3.md
View file @
da5f6940
...
@@ -287,7 +287,7 @@ like a recent Ubuntu release, or something similar.
...
@@ -287,7 +287,7 @@ like a recent Ubuntu release, or something similar.
However, if a CI job needs specific tools, it may well be simpler to find a Docker image that already has those tools installed,
However, if a CI job needs specific tools, it may well be simpler to find a Docker image that already has those tools installed,
than to go through the process of reinstalling those tools every time the job runs.
than to go through the process of reinstalling those tools every time the job runs.
For example, for a CI job that builds a LaTeX document, it may be easiest to use a pre-built installation such as
For example, for a CI job that builds a LaTeX document, it may be easiest to use a pre-built installation such as
[
`
blang
/latex`
](
https://hub.docker.com/r/
blang
/latex
)
.
[
`
aergus
/latex`
](
https://hub.docker.com/r/
aergus
/latex
)
.
In fact, in GitLab, it's even possible to use the registries from other projects to access custom images,
In fact, in GitLab, it's even possible to use the registries from other projects to access custom images,
and use those custom images in jobs in other projects.
and use those custom images in jobs in other projects.
...
...
Write
Preview
Supports
Markdown
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