microbox / microbox.github.io

The Smallest Docker Images
https://microbox.github.io
18 stars 1 forks source link

rethinkdb 2.0.1 #5

Closed falkenlabs closed 9 years ago

falkenlabs commented 9 years ago

Hi,

I try to compile rethinkdb 2.0.1 with buildroot from progrium/rootbuilder but without any success.

Could you please show me your Config.in or .mk files ?

Config.in

config BR2_PACKAGE_RETHINKDB
  bool "rethinkdb"

rethinkdb.mk

RETHINKDB_VERSION = 2.0.1
RETHINKDB_SOURCE = rethinkdb-$(RETHINKDB_VERSION).tgz
RETHINKDB_SITE = http://download.rethinkdb.com/dist/
RETHINKDB_CONF_OPTS = --allow-fetch
e2tox commented 9 years ago

Hi Falkenlabs.

The cross compiler may cause some unexpected error. I don't use it. Instead of that I create the image from official release.

I have update to the latest version 2.0.4.

docker pull microbox/rethinkdb

-ling