diff --git a/Dockerfile b/Dockerfile index f2beeb0..5715bb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/postgres-12-image.changes b/postgres-12-image.changes index 36d2e39..e816b81 100644 --- a/postgres-12-image.changes +++ b/postgres-12-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 9 16:27:16 UTC 2023 - Dan Čermák + +- Specify the full path to the entrypoint, fixes bsc#1208521 + ------------------------------------------------------------------- Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák