Compare commits

...

3 Commits

Author SHA1 Message Date
22e66747d0 Merge pull request '18.1' (#1) from 18.1 into main
Reviewed-on: #1
2025-11-24 18:51:48 +00:00
21cdfe57eb Changes 2025-11-24 18:51:30 +00:00
78d63abc83 Changes 2025-11-24 18:51:07 +00:00
5 changed files with 6 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ If, for any reason, the URI provided in this file to the Software License Agreem
This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file.
This software uses the following third-party software:
- the postgresql image with the tag 17.4 from Docker Hub
- the postgresql image with the tag 18.1 from Docker Hub
Third-party software have a different copyright owner and license.

View File

@@ -1,6 +1,6 @@
# PostgreSQL Port for Superengine
This port uses the `postgresql` image which is the ["official" PostgreSQL Docker image](https://hub.docker.com/_/postgres/) with the tag `17.4`. The port may be updated to use a newer tag in the future.
This port uses the `postgresql` image which is the ["official" PostgreSQL Docker image](https://hub.docker.com/_/postgres/) with the tag `18.1`. The port may be updated to use a newer tag in the future.
## Installation

View File

@@ -1,13 +1,13 @@
services:
{{app_id}}-postgresql:
image: postgres:17.4
image: postgres:18.1
restart: always
environment:
POSTGRES_USER: {{entitlements.db-user}}
POSTGRES_PASSWORD: {{entitlements.db-password}}
POSTGRES_DB: {{entitlements.db-name}}
volumes:
- {{entitlements.folder-path}}:/var/lib/postgresql/data
- {{entitlements.folder-path}}:/var/lib/postgresql
ports:
- {{entitlements.port-number}}:5432
{{#unless (eq entitlements.os "windows")}}

View File

@@ -3,7 +3,7 @@
<h2 class="title is-4">PostgreSQL Port for Superengine</h2>
<p>Copyright 2025 Superengine.</p>
<p>License: <a href="https://www.superengine.tech/legal/software-license-agreement-for-ports" target="_blank">Software License Agreement for Ports</a>.</p>
<p class="mt-5">This port uses the postgresql image with the tag 17.4 from Docker Hub, a third-party software with a different copyright owner and license.</p>
<p class="mt-5">This port uses the postgresql image with the tag 18.1 from Docker Hub, a third-party software with a different copyright owner and license.</p>
<p class="mt-5">Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.</p>
</div>
</section>

View File

@@ -4,7 +4,7 @@
"name": {
"en": "PostgreSQL"
},
"version": "17.4-5"
"version": "18.1"
},
"entitlements": [
{