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
cd8f0152
Commit
cd8f0152
authored
8 years ago
by
Pedro Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Added image for Dec2016-SP4
parent
cde7e4a0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
README.md
+3
-6
3 additions, 6 deletions
README.md
with
5 additions
and
8 deletions
Dockerfile
+
2
−
2
View file @
cd8f0152
...
@@ -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.1
5
ARG
MonetDBVersion=11.25.
2
1
# Install MonetDB server
# Install MonetDB server
RUN
yum
install
-y
MonetDB-
$MonetDBVersion
\
RUN
yum
install
-y
MonetDB-
$MonetDBVersion
\
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
6
View file @
cd8f0152
...
@@ -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.
...
...
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