You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/02/12 20:02:24 UTC

[GitHub] [couchdb-docker] florianb opened a new pull request #168: Initial draft for couchdb 3.0.0-RC1 container

florianb opened a new pull request #168: Initial draft for couchdb 3.0.0-RC1 container
URL: https://github.com/apache/couchdb-docker/pull/168
 
 
   ## Overview
   
   This container of CouchDB 3.0.0-RC1 is meant to be a replacement for stable containers. It should allow a quick replacement of the current stable container for testing purposes.
   
   ## Testing recommendations
   
   Currently this PR is in Draft-state since i will need a little guidance to the following points:
   
   1. Should Travis be invoked for this (the latest) RC, too?
   2. The Dockerfile is based on the 3.0 Dockerfile from #166  using a manual installation as described in the INSTALL document. Therefore unnecessary may pollute the image (like the documentation - i am new to CouchDB so i have no clue what's really necessary).
   3. Since an admin account will be needed now, i'd like to add two parameters for that. Does the documentation for starting CouchDB creating an initial user like in 2.3 still apply?
   
   ## Checklist
   
   - [ ] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [couchdb-docker] florianb commented on issue #168: Initial draft for couchdb 3.0.0-RC1 container

Posted by GitBox <gi...@apache.org>.
florianb commented on issue #168: Initial draft for couchdb 3.0.0-RC1 container
URL: https://github.com/apache/couchdb-docker/pull/168#issuecomment-585607370
 
 
   @wohali thank you very much for that clarification - i didn't know the candidates immediately become releases. I gave the ASF release policy a quick read, too bad they forbid an official "nightly" release.
   
   I'd be very happy to improve the first-user handling - i try to see if i can pick up on #166 
   
   :coffee:

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [couchdb-docker] florianb closed pull request #168: Initial draft for couchdb 3.0.0-RC1 container

Posted by GitBox <gi...@apache.org>.
florianb closed pull request #168: Initial draft for couchdb 3.0.0-RC1 container
URL: https://github.com/apache/couchdb-docker/pull/168
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [couchdb-docker] wohali commented on issue #168: Initial draft for couchdb 3.0.0-RC1 container

Posted by GitBox <gi...@apache.org>.
wohali commented on issue #168: Initial draft for couchdb 3.0.0-RC1 container
URL: https://github.com/apache/couchdb-docker/pull/168#issuecomment-585485144
 
 
   Oh, forgot to mention: if you need to test 3.x *today*, your best bet is:
   
   ```
   git clone https://github.com/apache/couchdb/docker
   docker build -t couchdb:3.0.0 dev
   docker run -d -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password -p 5984:5984 couchdb:3.0.0
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [couchdb-docker] wohali commented on issue #168: Initial draft for couchdb 3.0.0-RC1 container

Posted by GitBox <gi...@apache.org>.
wohali commented on issue #168: Initial draft for couchdb 3.0.0-RC1 container
URL: https://github.com/apache/couchdb-docker/pull/168#issuecomment-585484484
 
 
   Hi @florianb ,
   
   FYI: Apache CouchDB have a policy to not publish images of any non-released code. RCs are included; they are not official releases. See: #4 and #44 for the history of this.
   
   The **good news** is that our RC process only takes a few days, so #166 will be released possibly as soon as Friday 02/14. Is that quick enough for you? ;)
   
   The existing `COUCHDB_USER` and `COUCHDB_PASSWORD` parameters are all that's necessary to create the admin user. If they're not specified, the container should simply exist. If you'd like to propose a (separate PR) that would improve the script to require these values, and update the documentation, we'd be pleased to take it. If you choose to do this work, please target the `3.0.0` branch instead of `master` and it'll be added  to PR #166 when that lands.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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