apache / couchdb-docker

Semi-official Apache CouchDB Docker images
https://github.com/apache/couchdb-docker
Apache License 2.0
261 stars 136 forks source link

Add 3.2.2 UBI / Clouseau reference container #223

Open willholley opened 2 years ago

willholley commented 2 years ago

Overview

Provide an example container that includes the current CouchDB and Clouseau releases.

How:

Testing recommendations

cd 3.2.2-ubi-clouseau
docker build . -t couchdb:3.2.2-ubi-clouseau

To run the container:

docker run -it -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password -e COUCHDB_ERLANG_COOKIE=notamonster -p 5984:5984 couchdb:3.2.2-ubi-clouseau

I verified that the container starts, I can create / query search indexes etc. I tested passing in COUCHDB_ERLANG_COOKIE but have not tested permutations beyond that.

GitHub issue number

Related Pull Requests

Checklist