You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/01/17 00:06:57 UTC

[couchdb-docker] branch master updated: Remove haproxy from production image

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 98ad120  Remove haproxy from production image
98ad120 is described below

commit 98ad12019570cdc3d91408909c14d501e9d482e6
Author: Adam Kocoloski <ko...@apache.org>
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
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].