Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
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
Container Registry
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
commul
docker
clarin-dspace
Commits
1c3d0c4e
Commit
1c3d0c4e
authored
6 years ago
by
Alexander König
Browse files
Options
Downloads
Patches
Plain Diff
pulling IdP metadata from CLARIN during Docker build
parent
8a4bf96b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/Dockerfile.nginx
+2
-0
2 additions, 0 deletions
dockerfiles/Dockerfile.nginx
with
2 additions
and
0 deletions
dockerfiles/Dockerfile.nginx
+
2
−
0
View file @
1c3d0c4e
...
@@ -76,6 +76,8 @@ RUN /tmp/shibboleth_sp_with_fastcgi.sh
...
@@ -76,6 +76,8 @@ RUN /tmp/shibboleth_sp_with_fastcgi.sh
# copy the init script
# copy the init script
RUN cp /opt/shibboleth-sp-fastcgi/etc/shibboleth/shibd-debian /etc/init.d/shibd
RUN cp /opt/shibboleth-sp-fastcgi/etc/shibboleth/shibd-debian /etc/init.d/shibd
RUN chmod a+x /etc/init.d/shibd
RUN chmod a+x /etc/init.d/shibd
# add IdP metadata from CLARIN server
ADD https://infra.clarin.eu/aai/prod_md_about_spf_idps.xml /opt/shibboleth-sp-fastcgi/var/cache/shibboleth/
# create the test secure folder and set up perl fastcgi
# create the test secure folder and set up perl fastcgi
RUN mkdir /opt/nginx/html/secure
RUN mkdir /opt/nginx/html/secure
...
...
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