[info=808be0d51f9d9631786e542572a11d66]

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

View File

@ -29,7 +29,7 @@ ENV PG_MAJOR="13"
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>