This is an automated email from the ASF dual-hosted git repository.
nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
The following commit(s) were added to refs/heads/main by this push:
new a76020b Remove un-needed deb install flags
a76020b is described below
commit a76020b130d5d2e2a0e54f9437d90d35652b8707
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Jun 23 17:03:49 2026 -0400
Remove un-needed deb install flags
Also add the latest tag to README
---
3.5.2.1-nouveau/Dockerfile | 3 +--
3.5.2.1/Dockerfile | 4 +---
README.md | 1 +
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/3.5.2.1-nouveau/Dockerfile b/3.5.2.1-nouveau/Dockerfile
index 60100d3..a85a4d9 100644
--- a/3.5.2.1-nouveau/Dockerfile
+++ b/3.5.2.1-nouveau/Dockerfile
@@ -70,8 +70,7 @@ RUN set -eux; \
apt-get update; \
\
echo "couchdb-nouveau couchdb-nouveau/enable select false" |
debconf-set-selections; \
- DEBIAN_FRONTEND=noninteractive COUCHDB_NOUVEAU_ENABLE=1 apt-get install -y
--allow-downgrades --allow-remove-essential --allow-change-held-packages
--no-install-recommends \
- couchdb-nouveau=3.5.2.1~trixie; \
+ DEBIAN_FRONTEND=noninteractive COUCHDB_NOUVEAU_ENABLE=1 apt-get install -y
--no-install-recommends couchdb-nouveau=3.5.2.1~trixie; \
rm -rf /var/lib/apt/lists/*; \
chown -R nouveau:nouveau /opt/nouveau
diff --git a/3.5.2.1/Dockerfile b/3.5.2.1/Dockerfile
index 058a391..5cf8599 100644
--- a/3.5.2.1/Dockerfile
+++ b/3.5.2.1/Dockerfile
@@ -64,9 +64,7 @@ RUN set -eux; \
\
echo "couchdb couchdb/mode select none" | debconf-set-selections; \
# we DO want recommends this time
- DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-downgrades
--allow-remove-essential --allow-change-held-packages \
- couchdb="$COUCHDB_VERSION"~trixie \
- ; \
+ DEBIAN_FRONTEND=noninteractive apt-get install -y
couchdb="$COUCHDB_VERSION"~trixie ; \
# Undo symlinks to /var/log and /var/lib
rmdir /var/lib/couchdb /var/log/couchdb; \
rm /opt/couchdb/data /opt/couchdb/var/log; \
diff --git a/README.md b/README.md
index 0a68362..376434d 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ There may be more tags available, but these tags should always
exist:
- `2`: The very latest CouchDB 2.x single node release (capable of running in
a cluster)
As of this writing, the latest numbered tags available are:
+- `3.5.2.1`
- `3.5.2`
- `3.5.1`
- `3.5.0`