couchdb (latest)
Published 2026-06-01 21:29:52 +00:00 by botua
Installation
docker pull gitea.bitua.io/bitua/couchdb:latestsha256:ea2f73c0134c272e3d0e05816552fdd772b892d2c289b5d939185de1a492ba5b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 11a305e238 | linux/amd64 | 170 MiB |
| 9c3d360b5d | linux/arm64 | 170 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| LABEL maintainer=CouchDB Developers dev@couchdb.apache.org |
| RUN /bin/sh -c groupadd -g 5984 -r couchdb && useradd -u 5984 -d /opt/couchdb -g couchdb couchdb # buildkit |
| RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends apt-transport-https ca-certificates dirmngr gnupg ; rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends tini; rm -rf /var/lib/apt/lists/*; tini --version # buildkit |
| ENV GPG_COUCH_KEY=390EF70BB1EA12B2773962950EE62FB37A00258D |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y curl; export GNUPGHOME="$(mktemp -d)"; curl -fL -o keys.asc https://couchdb.apache.org/repo/keys.asc; gpg --batch --import keys.asc; gpg --batch --export "${GPG_COUCH_KEY}" > /usr/share/keyrings/couchdb-archive-keyring.gpg; command -v gpgconf && gpgconf --kill all || :; rm -rf "$GNUPGHOME"; apt-key list; apt purge -y --autoremove curl; rm -rf /var/lib/apt/lists/* # buildkit |
| ENV COUCHDB_VERSION=3.5.1 |
| RUN /bin/sh -c . /etc/os-release; echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" | tee /etc/apt/sources.list.d/couchdb.list >/dev/null # buildkit |
| RUN /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 ; rmdir /var/lib/couchdb /var/log/couchdb; rm /opt/couchdb/data /opt/couchdb/var/log; mkdir -p /opt/couchdb/data /opt/couchdb/var/log; chown couchdb:couchdb /opt/couchdb/data /opt/couchdb/var/log; chmod 777 /opt/couchdb/data /opt/couchdb/var/log; rm /opt/couchdb/etc/default.d/10-filelog.ini; find /opt/couchdb \! \( -user couchdb -group couchdb \) -exec chown -f couchdb:couchdb '{}' +; find /opt/couchdb/etc -type d ! -perm 0755 -exec chmod -f 0755 '{}' +; find /opt/couchdb/etc -type f ! -perm 0644 -exec chmod -f 0644 '{}' +; chmod -f 0777 /opt/couchdb/etc/local.d; rm -rf /var/lib/apt/lists/*; # buildkit |
| COPY --chown=couchdb:couchdb 10-docker-default.ini /opt/couchdb/etc/default.d/ # buildkit |
| COPY --chown=couchdb:couchdb vm.args /opt/couchdb/etc/ # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin # buildkit |
| RUN /bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /docker-entrypoint.sh # backwards compat # buildkit |
| ENTRYPOINT ["tini" "--" "/docker-entrypoint.sh"] |
| VOLUME [/opt/couchdb/data] |
| EXPOSE map[4369/tcp:{} 5984/tcp:{} 9100/tcp:{}] |
| CMD ["/opt/couchdb/bin/couchdb"] |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| USER root |
| COPY images/couchdb/10-bitua-options.ini /opt/couchdb/etc/local.d/10-bitua-options.ini # buildkit |
| COPY images/couchdb/entrypoint.ts /usr/local/bin/entrypoint.ts # buildkit |
| RUN /bin/sh -c chown couchdb:couchdb /opt/couchdb/etc/local.d/10-bitua-options.ini # buildkit |
| EXPOSE [5984/tcp] |
| ENTRYPOINT [] |
| CMD ["bun" "run" "/usr/local/bin/entrypoint.ts"] |
Labels
| Key | Value |
|---|---|
| maintainer | CouchDB Developers dev@couchdb.apache.org |
Details
2026-06-01 21:29:52 +00:00
Versions (48)
View all
Container
10
OCI / Docker
latest
2026-06-01
505087556aadd4cc916155cd8b46eda8d85f32f0
2026-06-01
cache-amd64
2026-06-01
cache-arm64
2026-06-01