[info=00d1d11d3a2e0e90067c01a928e368f1]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-12-image?expand=0&rev=15
This commit is contained in:
Dan Čermák 2023-03-10 08:45:23 +00:00 committed by Git OBS Bridge
parent c38a483495
commit 136e94d67b
2 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ENV PG_MAJOR="12"
ENV PG_VERSION="%%pg_version%%"
ENV PGDATA="/var/lib/postgresql/data"
ENTRYPOINT ["docker-entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["postgres"]
VOLUME /var/lib/postgresql/data
EXPOSE 5432

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 9 16:27:16 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Specify the full path to the entrypoint, fixes bsc#1208521
-------------------------------------------------------------------
Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák <dcermak@suse.com>