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 debian-based containers.
Testing recommendations
Locally, you can build the container using:
cd 3.2.2-ubi
docker build . -t couchdb:3.2.2-ubi
The run the container, exposing CouchDB on a local port 5984:
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 debian-based containers.Testing recommendations
Locally, you can build the container using:
The run the container, exposing CouchDB on a local port 5984:
GitHub issue number
Related Pull Requests
Checklist