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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VirtualObservatory
Docker Dachs
Commits
46763a91
Commit
46763a91
authored
5 years ago
by
Carlos H Brandt
Browse files
Options
Downloads
Patches
Plain Diff
Fix Gavo version (2)
parent
bbbe706e
No related branches found
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
-7
11 additions, 7 deletions
dockerfile/Dockerfile
with
11 additions
and
7 deletions
dockerfile/Dockerfile
+
11
−
7
View file @
46763a91
...
...
@@ -19,24 +19,28 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
# This is the brute-force solution for Debian;
# I am having problems in set locales non-interactively,
# and since I really need the "C/UTF8" for postgres, will just set it for all.
ENV
LC_ALL
C.UTF-8
ENV
LC_ALL
=
C.UTF-8
RUN
echo
LC_ALL
=
"
$LC_ALL
"
>
/etc/default/locale
RUN
sed
-i
's/exit 101/exit 0/'
/usr/sbin/policy-rc.d
RUN
echo
"deb http://vo.ari.uni-heidelberg.de/debian
${
APT_REPO
}
main"
\
>
/etc/apt/sources.list.d/gavo.list
&&
\
wget
-qO
- http://docs.g-vo.org/archive-key.asc | apt-key add -
RUN
sed
-i
's/exit 101/exit 0/'
/usr/sbin/policy-rc.d
#
RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d
RUN
DEBIAN_FRONTEND
=
'noninteractive'
&&
\
apt-get update
&&
\
apt-get
install
-y
gavodachs-server
&&
\
apt-get
install
-y
gavodachs
2
-server
&&
\
apt-get clean
&&
\
gavo serve stop
&&
service postgresql stop
ENV
GAVO_ROOT="/var/gavo" \
GAVO_INPUTS="${GAVO_ROOT}/inputs" \
GAVOSETTINGS="${GAVO_ROOT}/etc/gavo.rc"
ENV
GAVO_ROOT="/var/gavo"
ENV
GAVO_INPUTS="${GAVO_ROOT}/inputs" \
GAVOSETTINGS="${GAVO_ROOT}/etc/gavo.rc" \
GAVO_SETTINGS=$GAVOSETTINGS
COPY
etc/gavo.rc "$GAVOSETTINGS"
...
...
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