forked from pool/postgres-12-image
[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:
@@ -29,7 +29,7 @@ ENV PG_MAJOR="12"
|
|||||||
ENV PG_VERSION="%%pg_version%%"
|
ENV PG_VERSION="%%pg_version%%"
|
||||||
ENV PGDATA="/var/lib/postgresql/data"
|
ENV PGDATA="/var/lib/postgresql/data"
|
||||||
|
|
||||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||||
CMD ["postgres"]
|
CMD ["postgres"]
|
||||||
VOLUME /var/lib/postgresql/data
|
VOLUME /var/lib/postgresql/data
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
@@ -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>
|
Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user