Skip to content
Snippets Groups Projects
Commit 8f39a91427be authored by Boris Feld's avatar Boris Feld
Browse files

evolve: add docker image for building the Evolve doc and tutorial

parent 734a9c310858
No related tags found
1 merge request!8Topic/default/evolve doc tutorial image
......@@ -17,6 +17,7 @@
docker build ci-py2-hgext3rd/hg-4.4 -t octobus/ci-py2-hgext3rd:hg-4.4
docker build ci-py2-hgext3rd/hg-4.3 -t octobus/ci-py2-hgext3rd:hg-4.3
docker build ci-py2-evolve-doc -t octobus/ci-py2-evolve-doc
docker build ci-py2-evolve-tutorial-doc -t octobus/ci-py2-evolve-tutorial-doc
push:
docker push octobus/ci-py2
......@@ -37,3 +38,4 @@
docker push octobus/ci-py2-hgext3rd:hg-5.1
docker push octobus/ci-py2-hgext3rd:hg-5.2
docker push octobus/ci-py2-evolve-doc
docker push octobus/ci-py2-evolve-tutorial-doc
### ci-py2-hgext3rd
#
# This image should provide all the necessary bits to compile the doc for the evolve extension
FROM octobus/ci-py2-hgext3rd:hg-5.2
RUN apt-get update && \
apt-get install -y \
# Dependencies for the doc itself
python-sphinx \
imagemagick \
# Dependencies for docgraph
"libgraphviz-dev=2.42.2-3" \
"graphviz=2.42.2-3" \
pkg-config \
aha \
time \
# Dependencies for pandoc
pandoc \
python3-pip \
python3-venv \
git-core \
&& \
apt-get -y clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment