Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ci-dockerfiles
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
ci-dockerfiles
Commits
8f39a91427be
Commit
8f39a91427be
authored
5 years ago
by
Boris Feld
Browse files
Options
Downloads
Patches
Plain Diff
evolve: add docker image for building the Evolve doc and tutorial
parent
734a9c310858
Branches
topic/default/evolve-doc-tutorial-image
No related tags found
1 merge request
!8
Topic/default/evolve doc tutorial image
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-0
2 additions, 0 deletions
Makefile
ci-py2-evolve-tutorial-doc/Dockerfile
+24
-0
24 additions, 0 deletions
ci-py2-evolve-tutorial-doc/Dockerfile
with
26 additions
and
0 deletions
Makefile
+
2
−
0
View file @
8f39a914
...
...
@@ -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
This diff is collapsed.
Click to expand it.
ci-py2-evolve-tutorial-doc/Dockerfile
0 → 100644
+
24
−
0
View file @
8f39a914
### 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
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