rethinkdb-dockerfiles icon indicating copy to clipboard operation
rethinkdb-dockerfiles copied to clipboard

Dockerfiles for past and present versions of RethinkDB.

Results 13 rethinkdb-dockerfiles issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** After upgrading from version 2.3.6 → 2.4.0, I needed to rebuild some indexes but could not do so within/using the...

enhancement
question

Refactor the GPG key validation as it was done in https://github.com/rethinkdb/rethinkdb-dockerfiles/pull/61

enhancement
help wanted

As debian supports arm can we get a version that will run on a raspberry pi please? arm32v7/debian:buster arm32v7/debian:jessie

This is a tracking issue to collect all the elements that are under consideration for a potential overhaul to the official RethinkDB image: - Packaging from scratch (#43) or Alpine...

enhancement
help wanted

Alpine-linux based Docker image for RethinkDb 2.3.6 Latest Alpine linux image + native Alpine package for RethinkDb. jq package is also added to be able to easily work with JSON...

Is it possible to pass a --cache size param to rethinkDB from the docker run line for this docker image? Can it be modified to include this. Thanks Larry

**Is your feature request related to a problem? Please describe.** - As a first time committer, trying to compile it on my development machine was quite tedious process . A...

enhancement
question

Upstream provides packages for each of these: - http://download.rethinkdb.com/apt/pool/lucid/main/r/rethinkdb/ - http://download.rethinkdb.com/apt/pool/precise/main/r/rethinkdb/ - http://download.rethinkdb.com/apt/pool/saucy/main/r/rethinkdb/ It wouldn't be too tough to make Dockerfiles to install each of these, but since there's no...

I'd really love to see alpine version in here. This would reduce image size even more :)

I'm thinking - if this is feasible, which I'm led to believe it is - the official images could use [multi-stage builds](https://docs.docker.com/engine/userguide/eng-image/multistage-build/) to [build the binary from source using Ubuntu](https://rethinkdb.com/docs/install/ubuntu/#compile-from-source),...