Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image for scidb:19.3-ext #10

Closed
ksens opened this issue Jun 5, 2019 · 4 comments
Closed

Docker image for scidb:19.3-ext #10

ksens opened this issue Jun 5, 2019 · 4 comments

Comments

@ksens
Copy link

ksens commented Jun 5, 2019

@rvernica

I depend on scidb:18.1-ext docker library for my revealgenomics Travis framework. How hard would it be to build the same for 19.3? I saw that you already have a few 19.3 Docker images, but not the -ext one.

@rvernica
Copy link
Owner

rvernica commented Jun 5, 2019

It is in the works. The missing piece is extra-scidb-libs.

@rvernica
Copy link
Owner

> docker run --tty --interactive rvernica/scidb:19.3-ext bash
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[ ok ] Starting PostgreSQL 9.3 database server: main.
Starting shim
shim: SciDB HTTP service started on port(s) 8080,8083s with web root [/var/lib/shim/wwwroot], talking to SciDB on port 1239
[scidbctl] Starting SciDB cluster scidb ...
[scidbctl-0-0-scidb] Starting s0-i0 on server 127.0.0.1
[scidbctl-0-1-scidb] Starting s0-i1 on server 127.0.0.1
[scidbctl] Started 2 instances, waiting up to 30 seconds for cluster sync
[scidbctl] Cluster is ready

root@7d21817c0e56:/# scidb --version
SciDB Version: 19.3.0
Build Type: RelWithDebInfo
Commit: fae26e9
Copyright (C) 2008-2019 SciDB, Inc.

root@7d21817c0e56:/# iquery --afl --query "filter(list('libraries'), inst = 0)"
{inst,n} name,major,minor,patch,build,build_type
{0,0} 'SciDB',19,3,0,263071465,'RelWithDebInfo'
{0,1} 'libaccelerated_io_tools.so',19,3,0,263071465,null
{0,2} 'libequi_join.so',19,3,0,263071465,null
{0,3} 'libgrouped_aggregate.so',19,3,0,263071465,null
{0,4} 'libstream.so',19,3,0,263071465,null
{0,5} 'libsuperfunpack.so',19,3,0,263071465,null

@ksens
Copy link
Author

ksens commented Oct 17, 2019

@rvernica

Can you update scidb:19.3-ext to latest version of scidb 19.3? Thanks.

Currently latest version on dockerhub gives

scidb --version
# SciDB Version: 19.3.0

Latest scidb version is 19.3.1.

@rvernica
Copy link
Owner

Updated now

> docker run --tty --interactive rvernica/scidb:19.3-ext scidb --version                                                      [0]
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[ ok ] Starting PostgreSQL 9.3 database server: main.
Starting shim
shim: SciDB HTTP service started on port(s) 8080,8083s with web root [/var/lib/shim/wwwroot], talking to SciDB on port 1239
[scidbctl] Starting SciDB cluster scidb ...
[scidbctl-0-0-scidb] Starting s0-i0 on server 127.0.0.1
[scidbctl-0-1-scidb] Starting s0-i1 on server 127.0.0.1
[scidbctl] Started 2 instances, waiting up to 30 seconds for cluster sync
[scidbctl] Cluster is ready
SciDB Version: 19.3.1
Build Type: RelWithDebInfo
Commit: 3a5c841
Copyright (C) 2008-2019 SciDB, Inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants