From da98484fc73485fe7780546903d01dcbcd931673 Mon Sep 17 00:00:00 2001 From: Daniel Alan Miller Date: Mon, 29 Aug 2016 14:52:31 -0700 Subject: [PATCH] Add 2.3.5 --- jessie/2.3.5/Dockerfile | 23 +++++++++++++++++++++++ stretch/2.3.5/Dockerfile | 0 trusty/2.3.5/Dockerfile | 23 +++++++++++++++++++++++ utopic/2.3.5/Dockerfile | 23 +++++++++++++++++++++++ vivid/2.3.5/Dockerfile | 23 +++++++++++++++++++++++ wily/2.3.5/Dockerfile | 0 xenial/2.3.5/Dockerfile | 23 +++++++++++++++++++++++ 7 files changed, 115 insertions(+) create mode 100644 jessie/2.3.5/Dockerfile create mode 100644 stretch/2.3.5/Dockerfile create mode 100644 trusty/2.3.5/Dockerfile create mode 100644 utopic/2.3.5/Dockerfile create mode 100644 vivid/2.3.5/Dockerfile create mode 100644 wily/2.3.5/Dockerfile create mode 100644 xenial/2.3.5/Dockerfile diff --git a/jessie/2.3.5/Dockerfile b/jessie/2.3.5/Dockerfile new file mode 100644 index 0000000..a3adfe1 --- /dev/null +++ b/jessie/2.3.5/Dockerfile @@ -0,0 +1,23 @@ +FROM debian:jessie + +MAINTAINER Daniel Alan Miller + +# Add the RethinkDB repository and public key +# "RethinkDB Packaging " http://download.rethinkdb.com/apt/pubkey.gpg +RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 1614552E5765227AEC39EFCFA7E00EF33A8F2399 +RUN echo "deb http://download.rethinkdb.com/apt jessie main" > /etc/apt/sources.list.d/rethinkdb.list + +ENV RETHINKDB_PACKAGE_VERSION 2.3.5~0jessie + +RUN apt-get update \ + && apt-get install -y rethinkdb=$RETHINKDB_PACKAGE_VERSION \ + && rm -rf /var/lib/apt/lists/* + +VOLUME ["/data"] + +WORKDIR /data + +CMD ["rethinkdb", "--bind", "all"] + +# process cluster webui +EXPOSE 28015 29015 8080 diff --git a/stretch/2.3.5/Dockerfile b/stretch/2.3.5/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/trusty/2.3.5/Dockerfile b/trusty/2.3.5/Dockerfile new file mode 100644 index 0000000..b89e11a --- /dev/null +++ b/trusty/2.3.5/Dockerfile @@ -0,0 +1,23 @@ +FROM ubuntu:trusty + +MAINTAINER Daniel Alan Miller + +# Add the RethinkDB repository and public key +# "RethinkDB Packaging " http://download.rethinkdb.com/apt/pubkey.gpg +RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 1614552E5765227AEC39EFCFA7E00EF33A8F2399 +RUN echo "deb http://download.rethinkdb.com/apt trusty main" > /etc/apt/sources.list.d/rethinkdb.list + +ENV RETHINKDB_PACKAGE_VERSION 2.3.5~0trusty + +RUN apt-get update \ + && apt-get install -y rethinkdb=$RETHINKDB_PACKAGE_VERSION \ + && rm -rf /var/lib/apt/lists/* + +VOLUME ["/data"] + +WORKDIR /data + +CMD ["rethinkdb", "--bind", "all"] + +# process cluster webui +EXPOSE 28015 29015 8080 diff --git a/utopic/2.3.5/Dockerfile b/utopic/2.3.5/Dockerfile new file mode 100644 index 0000000..744fcaa --- /dev/null +++ b/utopic/2.3.5/Dockerfile @@ -0,0 +1,23 @@ +FROM ubuntu:utopic + +MAINTAINER Daniel Alan Miller + +# Add the RethinkDB repository and public key +# "RethinkDB Packaging " http://download.rethinkdb.com/apt/pubkey.gpg +RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 1614552E5765227AEC39EFCFA7E00EF33A8F2399 +RUN echo "deb http://download.rethinkdb.com/apt utopic main" > /etc/apt/sources.list.d/rethinkdb.list + +ENV RETHINKDB_PACKAGE_VERSION 2.3.5~0utopic + +RUN apt-get update \ + && apt-get install -y rethinkdb=$RETHINKDB_PACKAGE_VERSION \ + && rm -rf /var/lib/apt/lists/* + +VOLUME ["/data"] + +WORKDIR /data + +CMD ["rethinkdb", "--bind", "all"] + +# process cluster webui +EXPOSE 28015 29015 8080 diff --git a/vivid/2.3.5/Dockerfile b/vivid/2.3.5/Dockerfile new file mode 100644 index 0000000..df974e0 --- /dev/null +++ b/vivid/2.3.5/Dockerfile @@ -0,0 +1,23 @@ +FROM ubuntu:vivid + +MAINTAINER Daniel Alan Miller + +# Add the RethinkDB repository and public key +# "RethinkDB Packaging " http://download.rethinkdb.com/apt/pubkey.gpg +RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 1614552E5765227AEC39EFCFA7E00EF33A8F2399 +RUN echo "deb http://download.rethinkdb.com/apt vivid main" > /etc/apt/sources.list.d/rethinkdb.list + +ENV RETHINKDB_PACKAGE_VERSION 2.3.5~0vivid + +RUN apt-get update \ + && apt-get install -y rethinkdb=$RETHINKDB_PACKAGE_VERSION \ + && rm -rf /var/lib/apt/lists/* + +VOLUME ["/data"] + +WORKDIR /data + +CMD ["rethinkdb", "--bind", "all"] + +# process cluster webui +EXPOSE 28015 29015 8080 diff --git a/wily/2.3.5/Dockerfile b/wily/2.3.5/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/xenial/2.3.5/Dockerfile b/xenial/2.3.5/Dockerfile new file mode 100644 index 0000000..903a354 --- /dev/null +++ b/xenial/2.3.5/Dockerfile @@ -0,0 +1,23 @@ +FROM ubuntu:xenial + +MAINTAINER Daniel Alan Miller + +# Add the RethinkDB repository and public key +# "RethinkDB Packaging " http://download.rethinkdb.com/apt/pubkey.gpg +RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 1614552E5765227AEC39EFCFA7E00EF33A8F2399 +RUN echo "deb http://download.rethinkdb.com/apt xenial main" > /etc/apt/sources.list.d/rethinkdb.list + +ENV RETHINKDB_PACKAGE_VERSION 2.3.5~0xenial + +RUN apt-get update \ + && apt-get install -y rethinkdb=$RETHINKDB_PACKAGE_VERSION \ + && rm -rf /var/lib/apt/lists/* + +VOLUME ["/data"] + +WORKDIR /data + +CMD ["rethinkdb", "--bind", "all"] + +# process cluster webui +EXPOSE 28015 29015 8080