Skip to content
Snippets Groups Projects
Commit cd8f0152 authored by Pedro Ferreira's avatar Pedro Ferreira
Browse files

Added image for Dec2016-SP4

parent cde7e4a0
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ COPY configs/supervisord.conf /etc/supervisor/conf.d/supervisord.conf ...@@ -24,7 +24,7 @@ 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 -y install epel-release RUN yum -y install epel-release numpy
# Update & upgrade # Update & upgrade
RUN yum update -y && \ RUN yum update -y && \
...@@ -44,7 +44,7 @@ RUN rpm --import http://dev.monetdb.org/downloads/MonetDB-GPG-KEY ...@@ -44,7 +44,7 @@ RUN rpm --import http://dev.monetdb.org/downloads/MonetDB-GPG-KEY
# Update & upgrade # Update & upgrade
RUN yum update -y RUN yum update -y
ARG MonetDBVersion=11.25.15 ARG MonetDBVersion=11.25.21
# Install MonetDB server # Install MonetDB server
RUN yum install -y MonetDB-$MonetDBVersion \ RUN yum install -y MonetDB-$MonetDBVersion \
......
...@@ -5,14 +5,11 @@ monetdb-r-docker ...@@ -5,14 +5,11 @@ monetdb-r-docker
Docker container for [MonetDB with R](https://www.monetdb.org/content/embedded-r-monetdb). Based on CentOS 7. Docker container for [MonetDB with R](https://www.monetdb.org/content/embedded-r-monetdb). Based on CentOS 7.
# Supported tags and respective Dockerfile links # Supported tags and respective Dockerfile links
* [`Dec2016-SP3`, `11.25.15`, `latest` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp3/Dockerfile) * [`Dec2016-SP4`, `11.25.21`, `latest` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp4/Dockerfile)
* [`Dec2016-SP3`, `11.25.15`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp3/Dockerfile)
* [`Dec2016-SP2`, `11.25.9`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp2/Dockerfile) * [`Dec2016-SP2`, `11.25.9`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp2/Dockerfile)
* [`Dec2016-SP1`, `11.25.5` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp1/Dockerfile) * [`Dec2016-SP1`, `11.25.5` (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) * [`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)
# Launching a MonetDB container # Launching a MonetDB container
Pull the image from the registry: Pull the image from the registry:
...@@ -23,7 +20,7 @@ docker pull monetdb/monetdb-r-docker ...@@ -23,7 +20,7 @@ docker pull monetdb/monetdb-r-docker
## Quick start ## Quick start
``` ```
docker run -d -P --name monetdb-r monetdb/monetdb-r-docker docker run -d -P -p 50000:50000 --name monetdb-r monetdb/monetdb-r-docker
``` ```
The `-d` option will send the docker process to the background. The `-P` option will publish all exposed ports. The `-d` option will send the docker process to the background. The `-P` option will publish all exposed ports.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment