Skip to content

Commit 25c4b82

Browse files
authored
Merge pull request #274 from SUSE/for-deploy-5
🤖: Update build recipes for SP5
2 parents 17b446e + c6bbb42 commit 25c4b82

8 files changed

Lines changed: 24 additions & 4 deletions

File tree

postgres-10-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV PG_MAJOR="10"
3232
ENV PG_VERSION="%%pg_version%%"
3333
ENV PGDATA="/var/lib/postgresql/data"
3434

35-
ENTRYPOINT ["docker-entrypoint.sh"]
35+
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
3636
CMD ["postgres"]
3737
VOLUME /var/lib/postgresql/data
3838
EXPOSE 5432

postgres-10-image/postgres-10-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

postgres-12-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV PG_MAJOR="12"
3232
ENV PG_VERSION="%%pg_version%%"
3333
ENV PGDATA="/var/lib/postgresql/data"
3434

35-
ENTRYPOINT ["docker-entrypoint.sh"]
35+
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
3636
CMD ["postgres"]
3737
VOLUME /var/lib/postgresql/data
3838
EXPOSE 5432

postgres-12-image/postgres-12-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

postgres-13-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV PG_MAJOR="13"
3232
ENV PG_VERSION="%%pg_version%%"
3333
ENV PGDATA="/var/lib/postgresql/data"
3434

35-
ENTRYPOINT ["docker-entrypoint.sh"]
35+
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
3636
CMD ["postgres"]
3737
VOLUME /var/lib/postgresql/data
3838
EXPOSE 5432

postgres-13-image/postgres-13-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

postgres-14-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV PG_MAJOR="14"
3333
ENV PG_VERSION="%%pg_version%%"
3434
ENV PGDATA="/var/lib/postgresql/data"
3535

36-
ENTRYPOINT ["docker-entrypoint.sh"]
36+
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
3737
CMD ["postgres"]
3838
VOLUME /var/lib/postgresql/data
3939
EXPOSE 5432

postgres-14-image/postgres-14-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
-------------------------------------------------------------------
27
Fri Mar 3 07:27:34 UTC 2023 - Dan Čermák <dcermak@suse.com>
38

0 commit comments

Comments
 (0)