Accepting request 1120396 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1120396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgres-13-image?expand=0&rev=3
This commit is contained in:
commit
5500293889
@ -52,6 +52,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/postgresql13/postgresql.conf.sample
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 15:40:55 UTC 2023 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- ensure rundir for postgres is created with the proper permissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user