Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Pontifex-Hugo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
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
HOOU an der TUHH Projekte
Pontifex
Pontifex-Hugo
Commits
a79fa540
Commit
a79fa540
authored
2 years ago
by
Fabian Nuraddin Alexander Gabel
Browse files
Options
Downloads
Patches
Plain Diff
adapt docker container for local pontifex_bin
parent
c67257c5
No related branches found
No related tags found
2 merge requests
!27
update master branch
,
!21
Resolve "pontifex-core integration"
Pipeline
#160328
passed
2 years ago
Stage: build
Stage: review
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dockerignore
+1
-0
1 addition, 0 deletions
.dockerignore
Dockerfile
+0
-4
0 additions, 4 deletions
Dockerfile
bin/build_pontifex.sh
+2
-1
2 additions, 1 deletion
bin/build_pontifex.sh
with
3 additions
and
5 deletions
.dockerignore
0 → 100644
+
1
−
0
View file @
a79fa540
*
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
4
View file @
a79fa540
...
...
@@ -3,7 +3,3 @@ FROM node:18.5-bullseye
RUN
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
\
&&
dpkg
-i
pandoc-2.18-1-amd64.deb
\
&&
rm
-rf
pandoc-2.18-1-amd64.deb
ADD
bin /pontifex/bin
ENV
PONTIFEX_BIN=/pontifex/bin
This diff is collapsed.
Click to expand it.
bin/build_pontifex.sh
+
2
−
1
View file @
a79fa540
...
...
@@ -2,10 +2,11 @@
# run this from the basedir of the hugo folder
PONTIFEX_BASEDIR
=
`
pwd
`
#
docker container will provide PONTIFEX_BIN
#
use local bin folder
if
[
!
-n
"
${
PONTIFEX_BIN
}
"
]
;
then
PONTIFEX_BIN
=
`
pwd
`
/bin
fi
echo
"Using Preprocessing routines from PONTIFEX_BIN=
${
PONTIFEX_BIN
}
"
BUILD_DIR
=
${
PONTIFEX_BASEDIR
}
/content/en/docs
INPUT_JSON
=
"
${
PONTIFEX_BASEDIR
}
/nodes/cyto.json"
...
...
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