Skip to content

Commit

Permalink
Merge pull request #731 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Oct 25, 2023
2 parents 8cb7439 + 96d84e0 commit 70ea457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions postgres-15-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
sed -i -e 's/exec gosu postgres "/exec setpriv --reuid=postgres --regid=postgres --clear-groups -- "/g' /usr/local/bin/docker-entrypoint.sh; \
mkdir /docker-entrypoint-initdb.d; \
install -m 1775 -o postgres -g postgres -d /run/postgresql; \
install -d -m 0700 -o postgres -g postgres $PGDATA; \
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql15/postgresql.conf.sample

Expand Down
5 changes: 5 additions & 0 deletions postgres-15-image/postgres-15-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 25 15:41:24 UTC 2023 - Dirk Mueller <dmueller@suse.com>

- ensure rundir for postgres is created with the proper permissions

-------------------------------------------------------------------
Thu Sep 28 14:29:34 UTC 2023 - Dirk Mueller <dmueller@suse.com>

Expand Down

0 comments on commit 70ea457

Please sign in to comment.