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: [email protected] With regards, Apache Git Services
