Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Build That Presentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Luca
Build That Presentation
Commits
b0bf8d7e
Commit
b0bf8d7e
authored
2 months ago
by
Luca
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parents
Branches
main
No related tags found
No related merge requests found
Pipeline
#281820
passed
2 months ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+6
-0
6 additions, 0 deletions
Dockerfile
README.md
+5
-0
5 additions, 0 deletions
README.md
with
29 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
18
−
0
View file @
b0bf8d7e
stages
:
-
build
release
:
image
:
docker:stable
stage
:
build
services
:
-
name
:
docker:dind
alias
:
docker
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build -t $CI_REGISTRY/acul/build-that-presentation:latest .
-
docker push $CI_REGISTRY/acul/build-that-presentation:latest
only
:
-
main
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
6
−
0
View file @
b0bf8d7e
FROM
texlive/texlive:latest
RUN
apt-get update
&&
apt-get upgrade
-y
&&
apt-get
install
-y
libreoffice jq
RUN
curl
$(
curl https://api.github.com/repos/decker-edu/decker/releases | jq
'.[] | select(.tag_name=="latest") | .assets | .[] | select(.name | test(".*Linux.*")) | .browser_download_url'
-r
)
-L
>
/usr/bin/decker
&&
chmod
+x /usr/bin/decker
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
5
−
0
View file @
b0bf8d7e
# Build that Presentation
A docker image that can build any
*
Presentation.
any: Decker, Libreoffice, LaTeX
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