Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lukas Nagel
container
Commits
10dd7c16
There was an error fetching the commit references. Please try again later.
Commit
10dd7c16
authored
Apr 8, 2022
by
Lukas Nagel
Browse files
Options
Downloads
Patches
Plain Diff
add Readme
parent
e45f35ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+34
-0
34 additions, 0 deletions
Readme.md
with
34 additions
and
0 deletions
Readme.md
0 → 100644
+
34
−
0
View file @
10dd7c16
# Useful Containers for my CI Endeavours
## How to use
Command-line:
```
docker login hub.cs.upb.de/lukasngl/container
docker pull hub.cs.upb.de/lukasngl/container/<image>
```
In
`gitlab-ci.yml`
:
```
yaml
myjob
:
image
:
hub.cs.upb.de/lukasngl/container/<image>
```
## Pandoc `<image> = pandoc`
Pandoc provides
[
great containers
](
https://github.com/pandoc/dockerfiles
)
,
but the entry point is not
`/bin/sh -c`
, so I would have to set an ugly
image value in my otherwise beautiful
`gitlab-ci.yml`
files.
## LaTex `<image> = latex-<variant>`
### Base `<variant> = base`
Pandoc even provides a quite compact LaTex distribution, which we can use as a
base. We again have to set the entry point and enable further installation of
packages by adding
`tlmgr`
to the path.
### With Common Packages `<variant> = common`
I will add all non-obscure packages to this, that I commonly need.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment