Skip to content

Commit

Permalink
Merge branch 'v3.4_release' of github.com:balinorLiang/docker_library…
Browse files Browse the repository at this point in the history
… into v3.4_release
  • Loading branch information
balinorLiang committed Oct 28, 2024
2 parents b6090fe + 274f742 commit c3140ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 3/bookworm/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ docker_init_database_dir() {
if [ -e "$PGDATA/ivorysql.conf" ]; then
sed -ri "s!^#?(ivorysql.listen_addresses)\s*=\s*\S+.*!\1 = '*'!" $PGDATA/ivorysql.conf
fi

# unset/cleanup "nss_wrapper" bits
if [[ "${LD_PRELOAD:-}" == */libnss_wrapper.so ]]; then
rm -f "$NSS_WRAPPER_PASSWD" "$NSS_WRAPPER_GROUP"
Expand Down
1 change: 1 addition & 0 deletions 3/ubi8/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ docker_init_database_dir() {
if [ -e "$PGDATA/ivorysql.conf" ]; then
sed -ri "s!^#?(ivorysql.listen_addresses)\s*=\s*\S+.*!\1 = '*'!" $PGDATA/ivorysql.conf
fi

# unset/cleanup "nss_wrapper" bits
if [[ "${LD_PRELOAD:-}" == */libnss_wrapper.so ]]; then
rm -f "$NSS_WRAPPER_PASSWD" "$NSS_WRAPPER_GROUP"
Expand Down

0 comments on commit c3140ec

Please sign in to comment.