Skip to content

Commit

Permalink
Merge pull request #1732 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Sep 25, 2024
2 parents b06e757 + 15ba3de commit 03d0224
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-16-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#!BuildRelease: 35
FROM suse/sle15:15.6

RUN set -euo pipefail; zypper -n in --no-recommends postgresql16-server findutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends libpq5 postgresql16-server findutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.postgres
Expand Down
1 change: 1 addition & 0 deletions postgres-16-image/_service
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<param name="file">Dockerfile</param>
<param name="regex">%%pg_patch_version%%</param>
<param name="package">postgresql16-server</param>
<param name="parse-version">patch</param>
</service>
</services>
5 changes: 5 additions & 0 deletions postgres-16-image/postgres-16-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 10:02:00 UTC 2024 - Dirk Mueller <[email protected]>

- install libpq5 to avoid have-choice errors

-------------------------------------------------------------------
Tue Sep 24 20:00:34 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down

0 comments on commit 03d0224

Please sign in to comment.