Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
docker_images
Commits
3edcb76b
Commit
3edcb76b
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added website container
parent
2484a8eb
No related branches found
No related tags found
No related merge requests found
Pipeline
#6254
passed
5 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
README.md
+4
-1
4 additions, 1 deletion
README.md
pandoc_website/Dockerfile
+7
-0
7 additions, 0 deletions
pandoc_website/Dockerfile
with
22 additions
and
1 deletion
.gitlab-ci.yml
+
11
−
0
View file @
3edcb76b
...
...
@@ -41,6 +41,17 @@ build-rust:
only
:
-
master
build-pandoc-website
:
tags
:
-
dfromd
stage
:
build
script
:
-
cd pandoc_website
-
docker build --pull -t omalaspinas/pandoc_website .
-
docker push omalaspinas/pandoc_website
only
:
-
master
build-rust-pandoc
:
tags
:
-
dfromd
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
3edcb76b
...
...
@@ -5,4 +5,7 @@ Dockerfiles for different builds
-
clang: used for compilation in C, based on gcc:latest (ubuntu)
-
pandoc: based on alpine and used for pandoc doc generation
-
rust: used for rust compilation/testing
-
rust_pandoc: used for rust_doc to pandoc document generation
\ No newline at end of file
-
rust_pandoc: used for rust_doc to pandoc document generation
-
pandoc_website: used for pandoc document generation with a link checker for website deployment and basic sanity check of links.
-
The images are created in the CI build and push to dockerhub
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pandoc_website/Dockerfile
0 → 100644
+
7
−
0
View file @
3edcb76b
FROM
omalaspinas/pandoc
LABEL
Description="Image used for pandoc compilation, and website linkchecker, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.1"
RUN
apk add nodejs-current
RUN
apk add npm
RUN
npm
install
broken-link-checker
-g
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