1
0

[info=3802f68648cb8b10a16cf6c56a1330a3]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-14-image?expand=0&rev=15
This commit is contained in:
2023-03-10 08:45:35 +00:00
committed by Git OBS Bridge
parent 236851576f
commit 3ee51664cb
2 changed files with 6 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ ENV PG_MAJOR="14"
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>