File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV PG_MAJOR="10"
3232ENV PG_VERSION="%%pg_version%%"
3333ENV PGDATA="/var/lib/postgresql/data"
3434
35- ENTRYPOINT ["docker-entrypoint.sh" ]
35+ ENTRYPOINT ["/usr/local/bin/ docker-entrypoint.sh" ]
3636CMD ["postgres" ]
3737VOLUME /var/lib/postgresql/data
3838EXPOSE 5432
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Mar 9 16:28:37 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+ - Specify the full path to the entrypoint, fixes bsc#1208521
5+
16-------------------------------------------------------------------
27Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV PG_MAJOR="12"
3232ENV PG_VERSION="%%pg_version%%"
3333ENV PGDATA="/var/lib/postgresql/data"
3434
35- ENTRYPOINT ["docker-entrypoint.sh" ]
35+ ENTRYPOINT ["/usr/local/bin/ docker-entrypoint.sh" ]
3636CMD ["postgres" ]
3737VOLUME /var/lib/postgresql/data
3838EXPOSE 5432
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Mar 9 16:28:37 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+ - Specify the full path to the entrypoint, fixes bsc#1208521
5+
16-------------------------------------------------------------------
27Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV PG_MAJOR="13"
3232ENV PG_VERSION="%%pg_version%%"
3333ENV PGDATA="/var/lib/postgresql/data"
3434
35- ENTRYPOINT ["docker-entrypoint.sh" ]
35+ ENTRYPOINT ["/usr/local/bin/ docker-entrypoint.sh" ]
3636CMD ["postgres" ]
3737VOLUME /var/lib/postgresql/data
3838EXPOSE 5432
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Mar 9 16:28:37 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+ - Specify the full path to the entrypoint, fixes bsc#1208521
5+
16-------------------------------------------------------------------
27Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ENV PG_MAJOR="14"
3333ENV PG_VERSION="%%pg_version%%"
3434ENV PGDATA="/var/lib/postgresql/data"
3535
36- ENTRYPOINT ["docker-entrypoint.sh" ]
36+ ENTRYPOINT ["/usr/local/bin/ docker-entrypoint.sh" ]
3737CMD ["postgres" ]
3838VOLUME /var/lib/postgresql/data
3939EXPOSE 5432
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Mar 9 16:28:37 UTC 2023 - Dan Čermák <dcermak@suse.com>
3+
4+ - Specify the full path to the entrypoint, fixes bsc#1208521
5+
16-------------------------------------------------------------------
27Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38
You can’t perform that action at this time.
0 commit comments