Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Docker Dachs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
VirtualObservatory
Docker Dachs
Commits
e799bf3e
Commit
e799bf3e
authored
6 years ago
by
Carlos H Brandt
Browse files
Options
Downloads
Patches
Plain Diff
Making a snapshot for older version 0.9.6
parent
86a07996
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfile/Dockerfile
+11
-9
11 additions, 9 deletions
dockerfile/Dockerfile
with
11 additions
and
9 deletions
dockerfile/Dockerfile
+
11
−
9
View file @
e799bf3e
FROM
debian:
stretch
FROM
debian:
jessie
LABEL
Description=DaCHS\ is\ a\ publishing\ infrastructure\ for\ the\ Virtual\ Observatory. \
Author=Markus\ Demleitner \
...
...
@@ -12,16 +12,18 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get
install
-y
sudo
wget vim locales git gnupg
&&
\
apt-get clean
ENV
LANG
C.UTF-8
ENV
LANG
=
C.UTF-8
RUN
echo
LANG
=
"
$LANG
"
>
/etc/default/locale
RUN
echo
'deb http://vo.ari.uni-heidelberg.de/debian release main'
\
ENV
PG_VERSION=9.4
RUN
echo
'deb http://vo.ari.uni-heidelberg.de/debian stable main'
\
>
/etc/apt/sources.list.d/gavo.list
&&
\
wget
-qO
- http://docs.g-vo.org/archive-key.asc | apt-key add -
RUN
DEBIAN_FRONTEND
=
'noninteractive'
&&
\
apt-get update
&&
\
apt-get
install
-y
python-gavodachs postgresql-
9.6
-q3c
&&
\
apt-get
install
-y
python-gavodachs postgresql-
${
PG_VERSION
}
-q3c
&&
\
apt-get clean
ENV
GAVO_ROOT="/var/gavo" \
...
...
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