Skip to content

Releases: chris-kobrzak/docker-couchdb

CouchDB-v1

14 Jun 10:07
Compare
Choose a tag to compare

The previous v1.7.1 release was broken as it was not possible to create the database administrator due to some unknown errors. This release should address this issue by switching to a stable, official CouchDB image as the base image.

At the time of the release the version of CouchDB is 1.7.1.

CouchDB-v1, minor release 1, patch 2

14 Jun 17:27
Compare
Choose a tag to compare

Add missing dependency that was causing the password to be missing from the CouchDB logs.

v1 releases

Upgrade CouchDB to the most recent version in line 1 to address critical vulnerabilities CVE-2017-12635 and CVE-2017-12636.

CouchDB-v1, minor release 1, patch 1

14 Jun 15:21
Compare
Choose a tag to compare

Slim down Dockerfile as a lot of commands we have been using are already executed in the base couchdb image.

CouchDB-v1, minor release 1

14 Jun 12:40
Compare
Choose a tag to compare

CORS configuration is now supplied in a separate config .ini file that means we no longer hack the main local.ini file.

At the time of the release the version of CouchDB is 1.7.1.

CouchDB-v1.7.1

13 Jun 22:01
Compare
Choose a tag to compare

UPDATE 14/08/2018

Please discard this release as it's broken. Use v1 instead.

Upgrade CouchDB to address critical vulnerabilities CVE-2017-12635 and CVE-2017-12636.

CouchDB-v1.6.1

24 May 12:50
Compare
Choose a tag to compare

UPDATE 14/08/2018

Please discard this release as it's broken. Use v1 instead.

Initial release including the following changes to the forked version:

  • CORS enabled in CouchDB,
  • CouchDB version 1.6.1,
  • run as user couchdb,
  • based on Debian Wheezy,
  • slightly smaller image size.

The size of the image is currently quite hefty (418MB) and this is because the build-essential and other packages required to build CouchDB from source.