You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/25 14:21:57 UTC

[GitHub] willholley opened a new issue #11: Fix docker image naming

willholley opened a new issue #11: Fix docker image naming
URL: https://github.com/apache/couchdb-docker/issues/11
 
 
   The current naming of the docker images is somewhat inconsistent:
    - 1.6.1  - uses the binary CouchDB 1.6.1 release
    - 1.6.1-couchperuser - uses the above + the couchperuser plugin
    - 2.0-dev-docs - builds CouchDB master from source and launches using `dev/run` as an entrypoint (so docker start accepts `dev/run` parameters)
    - 2.0-dev - uses the 2.0 rc1 binary and launches using `dev/run`
    - 2.0.0 - uses the 2.0.0 binary and launches in single node admin party
    - latest - is an alias for 2.0.0
   
   I suggest leaving the 1.6.1, 2.0.0 and latest alone. In addition, have:
   
    - dev (master build from source)
    - nightly (nightly binary, single node)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services