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
3dc340aa
Commit
3dc340aa
authored
8 years ago
by
Pedro Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dockerfile to Dec2016-SP1
parent
0a78cf59
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
README.md
+8
-4
8 additions, 4 deletions
README.md
with
11 additions
and
6 deletions
Dockerfile
+
3
−
2
View file @
3dc340aa
...
...
@@ -42,7 +42,7 @@ RUN groupadd -g 5000 monetdb && \
RUN
wget
-O
/etc/yum.repos.d/monetdb.repo https://dev.monetdb.org/downloads/epel/monetdb.repo
RUN
rpm
--import
https://dev.monetdb.org/downloads/MonetDB-GPG-KEY
ARG
MonetDBVersion=11.2
3.13
ARG
MonetDBVersion=11.2
5.5
# Install MonetDB clients
RUN
yum
install
-y
MonetDB-stream-
$MonetDBVersion
\
...
...
@@ -57,7 +57,8 @@ RUN yum install -y MonetDB-$MonetDBVersion \
# Install MonetDB extensions
RUN
yum
install
-y
MonetDB-geom-MonetDB5-
$MonetDBVersion
\
MonetDB-gsl-MonetDB5-
$MonetDBVersion
\
MonetDB-R-
$MonetDBVersion
MonetDB-R-
$MonetDBVersion
\
MonetDB-python2-
$MonetDBVersion
# RUN yum install -y MonetDB-lidar-$MonetDBVersion
...
...
This diff is collapsed.
Click to expand it.
README.md
+
8
−
4
View file @
3dc340aa
...
...
@@ -5,7 +5,9 @@ monetdb-r-docker
Docker container for
[
MonetDB with R
](
https://www.monetdb.org/content/embedded-r-monetdb
)
. Based on CentOS 7.
# Supported tags and respective Dockerfile links
*
[
`July2015-SP4`, `11.21.19`, `latest` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/11.21.19/Dockerfile
)
*
[
`Dec2016-SP1`, `11.25.5`, `latest` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp1/Dockerfile
)
*
[
`June2016-SP2`, `11.23.13` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/june2016-sp2/Dockerfile
)
*
[
`July2015-SP4`, `11.21.19` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/11.21.19/Dockerfile
)
*
[
`July2015-SP3`, `11.21.17` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/11.21.17/Dockerfile
)
*
[
`July2015-SP1`, `11.21.11` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/11.21.11/Dockerfile
)
*
[
`July2015`, `11.21.5` (Dockerfile)
](
https://github.com/MonetDB/monetdb-r-docker/blob/11.21.5/Dockerfile
)
...
...
@@ -53,13 +55,15 @@ docker build --rm -t <yourname>/monetdb-r-docker .
The MonetDB image is based on the CentOS 7. We migrated from Fedora (latest).
## Software
The image includes the latest stable version of the software available for CentOS at build time:
*
MonetDB
*
MonetDB
server with hugeint support
*
R module for embedded R support
*
R
*
Python2 module for embedded Python support (since Dec2016 only)
*
GEOS module
*
GSL module
*
Mclient - The native MonetDB client
*
MonetDB ODBC driver
The default database on the image has R integration enabled.
The default database on the image has R
and Python2
integration enabled.
## Ports
MonetDB runs on port
`50000`
by default, which is exposed on the image.
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