couchdb-docker
couchdb-docker copied to clipboard
Semi-official Apache CouchDB Docker images
It would be great, if someone who knows the ENV params that could be used in with the docker image, would document them somewhere. I am personally looking specifically for...
## Overview Provide an example container that includes the current CouchDB and Clouseau releases. How: - Clone the 3.2.0-ubi-clouseau directory to `3.2.2-ubi-clouseau` - In `3.2.2-ubi-clouseau`: - Update CouchDB to 3.2.2...
## Overview CouchDB 3.2.2 is the latest 3.x release. This updates the UBI container to CouchDB 3.2.2 and imports the dockerfile_entrypoint changes to support the `COUCHDB_ERLANG_COOKIE` environment variable as per...
The README at https://hub.docker.com/_/couchdb is not the current README.md of this repository. Would be nice if someone could update it :)
## Overview Add example docker-compose file to README. ## Testing recommendations Should be relatively consistent with existing documentation. ## GitHub issue number N/A ## Related Pull Requests N/A ## Checklist...
## Expected Behavior The container should start using the config files provided. ## Current Behavior The container exits with code 1 and no log messages. ## Possible Solution Make configs...
## Expected Behavior I expect to be able to set a username via the `COUCHDB_USER` environment variable with a length of 1 character. ## Current Behavior Previous versions of the...
A couple of requests have come in for `s390x` images, see #66 for instance. This is blocked until: * outstanding issues with CouchDB on `s390x` are resolved, such as [JIRA...
## Overview Docker compose example with clouseau plugin ## GitHub issue number Fixed #8
From docker-couchdb: klaemo/docker-couchdb#107 Other official repositories such as mongo and redis are now offering native Windows container images. What are the plans for offering a CouchDB Windows image? I have...