apache / couchdb-docker

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

Version 3.4.1 #260

Closed nickva closed 2 months ago

nickva commented 2 months ago

I see an error when building 3.4.1

ERROR: failed to solve: process "/bin/sh -c set -eux;     apt-get update;         echo \"couchdb couchdb/mode select none\" | debconf-set-selections;     DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages             couchdb=\"$COUCHDB_VERSION\"~bookworm     ;  
janl commented 2 months ago

I had already done this here: https://github.com/apache/couchdb-docker/pull/255 will try and repro your issue

janl commented 2 months ago

FYI: my version builds fine