Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated couchdb 3.3.1, 3.3, 3, latest, 3.2.2 and 3.2.2 #14358

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Mar 28, 2023

Also added myself to the list of maintainers.

 * Erlang version bumped to 24.3.4.10 to fix a memory leak
 * gosu <-> setpriv fix apache/couchdb-docker#237

Also added myself to the list of maintainers.
@github-actions
Copy link

Diff for 44b8948:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8c4e9c8..2b6f8ae 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
-Maintainers: Joan Touzet <wohali@apache.org> (@wohali), Jan Lehnardt <jan@apache.org> (@janl)
+Maintainers: Joan Touzet <wohali@apache.org> (@wohali), Jan Lehnardt <jan@apache.org> (@janl), Nick Vatamaniuc (@nickva)
 GitRepo: https://github.com/apache/couchdb-docker
 GitFetch: refs/heads/main
-GitCommit: bdaa3681c0c16d2c3bc1bdc451be9ff5b74f2d62
+GitCommit: a29d12f0dd4d73f1dcefb07212af4b9ba3185d9e
 
 Tags: 2.3.1, 2.3, 2
 Architectures: amd64, arm64v8
diff --git a/couchdb_3.2/docker-entrypoint.sh b/couchdb_3.2/docker-entrypoint.sh
index e691a66..a8544c7 100755
--- a/couchdb_3.2/docker-entrypoint.sh
+++ b/couchdb_3.2/docker-entrypoint.sh
@@ -114,6 +114,7 @@ EOWARN
 	fi
 
 	if [ "$(id -u)" = '0' ]; then
+		export HOME=$(echo ~couchdb)
 		exec setpriv --reuid=couchdb --regid=couchdb --clear-groups "$@"
 	fi
 fi
diff --git a/couchdb_3/docker-entrypoint.sh b/couchdb_3/docker-entrypoint.sh
index e691a66..a8544c7 100755
--- a/couchdb_3/docker-entrypoint.sh
+++ b/couchdb_3/docker-entrypoint.sh
@@ -114,6 +114,7 @@ EOWARN
 	fi
 
 	if [ "$(id -u)" = '0' ]; then
+		export HOME=$(echo ~couchdb)
 		exec setpriv --reuid=couchdb --regid=couchdb --clear-groups "$@"
 	fi
 fi

Relevant Maintainers:

@nickva nickva changed the title Updated 3.3.1, 3.3, 3, latest, 3.2.2 and 3.2.2 Updated couchdb 3.3.1, 3.3, 3, latest, 3.2.2 and 3.2.2 Mar 28, 2023
@tianon tianon merged commit 98c4fc6 into docker-library:master Mar 28, 2023
@nickva nickva deleted the couchdb-3.3.1-and-3.2.2-2 branch March 28, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants