Skip to content
Snippets Groups Projects
Commit 3edcb76b authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added website container

parent 2484a8eb
No related branches found
No related tags found
No related merge requests found
Pipeline #6254 passed
......@@ -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
......
......@@ -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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment