[info=14afb7237be8da3c0813631e59cd7c14]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-17-image?expand=0&rev=24
This commit is contained in:
Dan Čermák 2024-10-31 16:14:21 +00:00 committed by Git OBS Bridge
parent f5cf26d375
commit a2032856ad
2 changed files with 6 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ENV PGDATA="/var/lib/pgsql/data"
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["postgres"]
EXPOSE 5432
EXPOSE 5432/tcp
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; \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- be explicit in protocol for expose statement
-------------------------------------------------------------------
Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>