This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch remove-haproxy-production-image in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
commit 3a98675b726e475ff517d198caedf5f95f0e71c0 Author: Adam Kocoloski <[email protected]> AuthorDate: Sat Jan 13 21:23:14 2018 -0500 Remove haproxy from production image HAProxy is included in the "dev-cluster" image to proxy requests to the three nodes deployed via that image. The production image runs a single CouchDB instance in each image and does not need or want a proxy server in the image. Closes #56 --- 2.1.1/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/2.1.1/Dockerfile b/2.1.1/Dockerfile index be31eb2..9f5f92f 100644 --- a/2.1.1/Dockerfile +++ b/2.1.1/Dockerfile @@ -22,7 +22,6 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \ curl \ erlang-nox \ erlang-reltool \ - haproxy \ libicu52 \ libmozjs185-1.0 \ openssl \ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
