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/01/31 22:43:56 UTC

[GitHub] [couchdb-docker] wohali opened a new pull request #166: 3.0.0: move to buster, no admin party

wohali opened a new pull request #166: 3.0.0: move to buster, no admin party
URL: https://github.com/apache/couchdb-docker/pull/166
 
 
   ## Overview
   
   Semi-official Apache CouchDB 3.0.0 docker image.
   
   *Note*: Will not pass/be merge-able until 3.0.0 packages are published.
   
   ## Testing recommendations
   
   ```
   docker build -t couchdb:3.0.0 3.0.0
   docker run -d --name 3.0.0 -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password -p 5984:5984 couchdb:3.0.0
   sleep 10
   curl http://admin:password@localhost:5984/
   docker kill 3.0.0
   ```
   
   ## GitHub issue number
   
   Fixes #163 .
   
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [X] Changes are covered by tests;
   - [X] 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] wohali merged pull request #166: 3.0.0: move to buster, no admin party

Posted by GitBox <gi...@apache.org>.
wohali merged pull request #166: 3.0.0: move to buster, no admin party
URL: https://github.com/apache/couchdb-docker/pull/166
 
 
   

----------------------------------------------------------------
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