Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postgres-ext-ci-service
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
Releases
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
C3SL
docker
postgres-ext-ci-service
Commits
0a78cf59
Commit
0a78cf59
authored
8 years ago
by
Pedro Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Added Dockerfile for Jun2016-SP2
parent
a62de701
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
+21
-20
21 additions, 20 deletions
Dockerfile
with
21 additions
and
20 deletions
Dockerfile
+
21
−
20
View file @
0a78cf59
...
@@ -24,12 +24,8 @@ COPY configs/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
...
@@ -24,12 +24,8 @@ COPY configs/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
#############################################################
#############################################################
# Enables repos, update system, install packages and clean up
# Enables repos, update system, install packages and clean up
#############################################################
#############################################################
RUN
yum
install
-y
\
RUN
yum
install
-y
epel-release
\
wget
\
wget
nano
RUN
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN
rpm
-ivh
epel-release-latest-7
*
.rpm
# Update & upgrade
# Update & upgrade
RUN
yum update
-y
&&
\
RUN
yum update
-y
&&
\
...
@@ -43,22 +39,27 @@ RUN groupadd -g 5000 monetdb && \
...
@@ -43,22 +39,27 @@ RUN groupadd -g 5000 monetdb && \
useradd
-u
5000
-g
5000 monetdb
useradd
-u
5000
-g
5000 monetdb
# Enable MonetDB repo
# Enable MonetDB repo
RUN
yum
install
-y
http://dev.monetdb.org/downloads/epel/
MonetDB-release-epel-1.1-1.monetdb.noarch.rpm
RUN
wget
-O
/etc/yum.repos.d/monetdb.repo
http
s
://dev.monetdb.org/downloads/epel/
monetdb.repo
RUN
rpm
--import
http://dev.monetdb.org/downloads/MonetDB-GPG-KEY
RUN
rpm
--import
http
s
://dev.monetdb.org/downloads/MonetDB-GPG-KEY
ARG
MonetDBVersion=11.23.13
# Update & upgrade
# Install MonetDB clients
RUN
yum update
-y
RUN
yum
install
-y
MonetDB-stream-
$MonetDBVersion
\
MonetDB-client-
$MonetDBVersion
\
# Install MonetDB
MonetDB-client-tools-
$MonetDBVersion
\
RUN
yum
install
-y
MonetDB-SQL-server5-hugeint
MonetDB-client-odbc-
$MonetDBVersion
RUN
yum
install
-y
MonetDB-client
# Install the MonetDB/GEOM module
# Install MonetDB server
RUN
yum
install
-y
MonetDB-geom-MonetDB5
RUN
yum
install
-y
MonetDB-
$MonetDBVersion
\
# Install MonetDB/R (R is installed as a dependency)
MonetDB-SQL-server5-hugeint-
$MonetDBVersion
RUN
yum
install
-y
MonetDB-R
# Install MonetDB/GSL module
# Install MonetDB extensions
RUN
yum
install
-y
MonetDB-gsl-MonetDB5
RUN
yum
install
-y
MonetDB-geom-MonetDB5-
$MonetDBVersion
\
MonetDB-gsl-MonetDB5-
$MonetDBVersion
\
MonetDB-R-
$MonetDBVersion
# RUN yum install -y MonetDB-lidar-$MonetDBVersion
# Clean up
# Clean up
RUN
yum
-y
clean all
RUN
yum
-y
clean all
...
...
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