Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Michael William Coughlin
GraceDB Server
Commits
b0d91040
Commit
b0d91040
authored
5 years ago
by
Thomas Downes
Committed by
GraceDB
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update image to allow shibboleth SP 3.0.x to install dependencies from stretch-backports
parent
fadf52a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
docker/backports.pref
+4
-0
4 additions, 0 deletions
docker/backports.pref
with
6 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
b0d91040
...
...
@@ -5,7 +5,9 @@ LABEL name="LIGO GraceDB Django application" \
ARG
SETTINGS_MODULE="config.settings.container.dev"
COPY
docker/SWITCHaai-swdistrib.gpg /etc/apt/trusted.gpg.d
COPY
docker/backports.pref /etc/apt/preferences.d
RUN
echo
'deb http://pkg.switch.ch/switchaai/debian stretch main'
>
/etc/apt/sources.list.d/shibboleth.list
RUN
echo
'deb http://deb.debian.org/debian stretch-backports main'
>
/etc/apt/sources.list.d/backports.list
RUN
curl
-sL
https://deb.nodesource.com/setup_8.x | bash -
RUN
apt-get update
&&
\
apt-get
install
--install-recommends
--assume-yes
\
...
...
This diff is collapsed.
Click to expand it.
docker/backports.pref
0 → 100644
+
4
−
0
View file @
b0d91040
Explanation: shibboleth 3.0 dependencies
Package: init-system-helpers libxerces-c3.2
Pin: release a=stretch-backports
Pin-Priority: 500
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